First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi. You have forgot the section lvm and the options inside it:
[lvm]
...
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group = cinder-volumes
iscsi_protocol = iscsi
iscsi_helper = lioadm
Reference guide: http://docs.openstack.org/kilo/install-guide/install/yum/content/cinder-install-storage-node.html
Regards
![]() | 2 | No.2 Revision |
Hi. You have forgot the section lvm and the following options inside it:
[lvm]
...
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group = cinder-volumes
iscsi_protocol = iscsi
iscsi_helper = lioadm
Create this section and move that options inside.
Reference guide: http://docs.openstack.org/kilo/install-guide/install/yum/content/cinder-install-storage-node.html
Regards