Mark GlusterFS driver as deprecated
This driver will be removed during the Ocata cycle. Change-Id: Ifeff365d9af9076ff48528083be7fd482b53a0f1
This commit is contained in:
parent
ba868d480e
commit
55156e9041
@ -85,6 +85,9 @@ class GlusterfsDriver(remotefs_drv.RemoteFSSnapDriverDistributed,
|
|||||||
"""Any initialization the volume driver does while starting."""
|
"""Any initialization the volume driver does while starting."""
|
||||||
super(GlusterfsDriver, self).do_setup(context)
|
super(GlusterfsDriver, self).do_setup(context)
|
||||||
|
|
||||||
|
LOG.warning(_LW("The GlusterFS volume driver is deprecated and "
|
||||||
|
"will be removed during the Ocata cycle."))
|
||||||
|
|
||||||
config = self.configuration.glusterfs_shares_config
|
config = self.configuration.glusterfs_shares_config
|
||||||
if not config:
|
if not config:
|
||||||
msg = (_("There's no Gluster config file configured (%s)") %
|
msg = (_("There's no Gluster config file configured (%s)") %
|
||||||
|
Loading…
Reference in New Issue
Block a user