Displaying 1 result from an estimated 1 matches for "extendth".
Did you mean:
extendthe
2014 Feb 04
0
Extending an existing LVM pool - vgextend and pool XML
...essful using the vgexpand command to add some more storage once I destroyed the pools and then restarted it.
I'd like to verify that this is the proper way to grow the storage in a libvirt LVM storage pool.
It's not the proper way in principle, but since libvirt doesn't
supportto extendthe volume groups for a logical pool yet, it's the only
way now. Onehint though,you can try to refresh the pool by command
"virsh pool-refresh" afterthe volume
group of the pool is extended. I.e, don't have to restart the pool."
I've tried this method and it works, but...