User Tools
openstack:expanding_cinder_volume_pool
Differences
This shows you the differences between two versions of the page.
| openstack:expanding_cinder_volume_pool [2020/01/13 17:56] – created poneill | openstack:expanding_cinder_volume_pool [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Expanding Cinder Volume Pool ====== | ||
| + | |||
| + | - service cinder-scheduler stop | ||
| + | - service cinder-volume stop | ||
| + | - pvresize /dev/sdc | ||
| + | - vgdisplay (check that cinder-volumes vg has automatically expanded) | ||
| + | - lvextend -l +100%FREE | ||
| + | - service cinder-scheduler start | ||
| + | - service cinder-volume start | ||