Incorrect Cinder configuration with Ceph backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Alexey Deryugin | ||
Mitaka |
Fix Released
|
High
|
Denis Egorenko | ||
Newton |
Fix Committed
|
High
|
Alexey Deryugin |
Bug Description
Steps to reproduce:
1. Deploy MOS with Ceph Cinder backend and 2+ controllers.
Expected result:
On each controller, we should have the same 'host' option in /etc/cinder/
Actual result:
'host' option is not set, Cinder has different backup and volume services to manage the same backend:
+------
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------
| cinder-backup | node-1.
| cinder-backup | node-3.
| cinder-scheduler | node-1.
| cinder-scheduler | node-3.
| cinder-volume | node-1.
| cinder-volume | node-3.
+------
tags: | added: area-library |
tags: | removed: area-library |
tags: | added: on-verification |
tags: | added: on-verification |
tags: | removed: on-verification |
tags: | added: 10.0-reviewed |
Ivan, we have this patch: https:/ /review. openstack. org/#/c/ 231068/
Looks like this option was deprecated in Kilo. Now we need to add backend_host option.
Can you please clarify this moment?