User Tools

Site Tools


openstack:expanding_cinder_volume_pool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

openstack:expanding_cinder_volume_pool [2020/01/13 17:56] – created poneillopenstack: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  /dev/cinder-volumes/cinder-volumes-pool
 +  - service cinder-scheduler start
 +  - service cinder-volume start