nova-volume service supports adding more lvm volume group[nova-volumes] ?

Asked by chetan

we created 500GB VG and assgined its as nova-volumes , now we need to exapand adding more space for volume to running instances .

if its just lvm resize/exapand operations, whats services must take offline ?
OR
if its just not lvm resize/expand how its can it be resolved ?

Regards

Chetan

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Jim Bailey
Solved:
Last query:
Last reply:
Revision history for this message
Best Jim Bailey (jim-freesolutions) said :
#1

It isn't wonderfully clear but just partition and add another PV to the nova-volumes VG.

http://docs.openstack.org/cactus/openstack-compute/admin/content/managing-volumes.html
http://tldp.org/HOWTO/LVM-HOWTO/addpvstovg.html

Revision history for this message
chetan (chetan-muneshwar) said :
#2

Thanks Jim Bailey, that solved my question.