openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #25136
Re: [Cinder] Loading cinder.conf
Yes, that's the default driver. See cinder/volume/manager.py
volume_manager_opts = [
cfg.StrOpt('volume_driver',
default='cinder.volume.drivers.lvm.LVMISCSIDriver',
help='Driver to use for volume creation'),
]
Best Regards
-- Ray
On Mon, Jul 15, 2013 at 12:51 PM, zan tosh <ztosh71@xxxxxxxxx> wrote:
> I use devstack (Grizzly/stable). I have been trying to use a different
> volume driver by muncommenting and modifying the below line in cinder.conf
> under etc/cinder
> # Driver to use for volume creation (string value)
> #volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
>
> But when VolumeManager is loaded I see it still refers to the default
> LVMISCSIDriver. Is there any other change to load cinder.conf?
>
> Any suggestions?
>
> Tahnks
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References