Set the value of volume_driver correctly
Set the value of the volume_driver to "cinder.volume.drivers.glusterfs.GlusterfsDriver", same with one below. Change-Id: I09c4d274236cba346d12721069daaba722d4e6bc
This commit is contained in:
@@ -145,9 +145,10 @@ After you configure the GlusterFS service, complete these steps:
|
||||
|
|
||||
|
||||
#. Configure OpenStack Block Storage to use the correct volume driver,
|
||||
namely ``cinder.volume.drivers.glusterfs``. To do so, open the
|
||||
:file:`/etc/cinder/cinder.conf` configuration file and set the
|
||||
``volume_driver`` configuration key to ``cinder.volume.drivers.glusterfs``.
|
||||
namely ``cinder.volume.drivers.glusterfs.GlusterfsDriver``. To do so,
|
||||
open the :file:`/etc/cinder/cinder.conf` configuration file and set
|
||||
the ``volume_driver`` configuration key to
|
||||
``cinder.volume.drivers.glusterfs.GlusterfsDriver``.
|
||||
|
||||
On distributions that include ``openstack-config``, you can configure
|
||||
this by running the following command instead::
|
||||
|
Reference in New Issue
Block a user