Displaying 1 result from an estimated 1 matches for "vg_01".
Did you mean:
vg01
2013 Mar 22
0
[bump] Storage pool created on the "wrong" vg
...---------
Here's a bit more detail in the hope someone might help:
I clicked through the creation of a storage pool, and accidentally used the wrong volume group, so I have:
virsh # vol-list vm_pool
Name Path
-----------------------------------------
lv_root /dev/vg_01/lv_root
lv_swap /dev/vg_01/lv_swap
These two LVs, in group vg_01, are the / and swap partition of the host system. I meant for the pool to reside on vg_vm, a different volume group.
Can I safely run:
virsh # vol-delete lv_root --pool=vm_pool
virsh # vol-delete lv_swap --pool=vm_pool
v...