Mark GlusterFS driver as deprecated

This driver will be removed during the Ocata cycle.

Change-Id: Ifeff365d9af9076ff48528083be7fd482b53a0f1
This commit is contained in:
Eric Harney 2016-08-30 11:47:41 -04:00
parent ba868d480e
commit 55156e9041
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ class GlusterfsDriver(remotefs_drv.RemoteFSSnapDriverDistributed,
"""Any initialization the volume driver does while starting."""
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
if not config:
msg = (_("There's no Gluster config file configured (%s)") %