First time here? Check out the FAQ!
![]() | 1 | initial version |
There is needed to add "storage_availability_zone=new-zone-name" to cinder configuration file (/etc/cinder/cinder.conf) and restart cinder-volume service.
Steps to implement changes:
1) echo "storage_availability_zone=new-zone-name" >> /etc/cinder/cinder.conf
on each of control nodes;
2) service cinder-volume restart
on each of control nodes;
To check, were the changes implemented successfully there is needed to run
cinder availability-zone-list
from workstation with a cinder client.