[libvirt-users] delete storage pool error

hi,all I create pool with lvm,but i carelessly add a blank space in the pool name like ' lvm_pool' , now I want to delete this pool,but encounter a error: error: Failed to delete pool lvm_pool error: internal error Child process (/sbin/vgremove -f lvm_pool) status unexpected: exit status 5 how to solve this problem? thanks

On 08/29/2012 12:00 PM, zhijun liu wrote:
hi,all
I create pool with lvm,but i carelessly add a blank space in the pool name like ' lvm_pool' , now I want to delete this pool,but encounter a error:
error: Failed to delete pool lvm_pool error: internal error Child process (/sbin/vgremove -f lvm_pool) status unexpected: exit status 5
how to solve this problem?
'exit status 5' should be volume group "xxx" not found, so please make sure the pool name is correct and valid, in fact, you directly run '/sbin/vgremove -f lvm_pool' then will get the same error. Alex
thanks
_______________________________________________ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users
participants (2)
-
Alex Jia
-
zhijun liu