Skip to content

Commit

Permalink
Remove GlusterFS volume driver
Browse files Browse the repository at this point in the history
This was flagged as deprecated during Newton.

Change-Id: I10c576602dd0e65947d1a1af5d04b8ada54f4625
  • Loading branch information
eharney committed Nov 1, 2016
1 parent 14899a9 commit 16e93cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,261 deletions.
13 changes: 0 additions & 13 deletions cinder/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,19 +979,6 @@ class SmbfsNoSuitableShareFound(RemoteFSNoSuitableShareFound):
message = _("There is no share which can host %(volume_size)sG.")


# Gluster driver
class GlusterfsException(RemoteFSException):
message = _("Unknown Gluster exception")


class GlusterfsNoSharesMounted(RemoteFSNoSharesMounted):
message = _("No mounted Gluster shares found")


class GlusterfsNoSuitableShareFound(RemoteFSNoSuitableShareFound):
message = _("There is no share which can host %(volume_size)sG")


# Virtuozzo Storage Driver

class VzStorageException(RemoteFSException):
Expand Down
2 changes: 0 additions & 2 deletions cinder/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
cinder_volume_drivers_fujitsu_eternusdxcommon
from cinder.volume.drivers.fusionstorage import dsware as \
cinder_volume_drivers_fusionstorage_dsware
from cinder.volume.drivers import glusterfs as cinder_volume_drivers_glusterfs
from cinder.volume.drivers import hgst as cinder_volume_drivers_hgst
from cinder.volume.drivers.hitachi import hbsd_common as \
cinder_volume_drivers_hitachi_hbsdcommon
Expand Down Expand Up @@ -274,7 +273,6 @@ def list_opts():
cinder_volume_drivers_fujitsu_eternusdxcommon.
FJ_ETERNUS_DX_OPT_opts,
cinder_volume_drivers_fusionstorage_dsware.volume_opts,
cinder_volume_drivers_glusterfs.volume_opts,
cinder_volume_drivers_hgst.hgst_opts,
cinder_volume_drivers_hitachi_hbsdcommon.volume_opts,
cinder_volume_drivers_hitachi_hbsdfc.volume_opts,
Expand Down
Loading

1 comment on commit 16e93cc

@sepek
Copy link

@sepek sepek commented on 16e93cc Feb 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At which point was it marked deprecated? I couldn't find anything about this in
https://docs.openstack.org/releasenotes/cinder/newton.html

Please sign in to comment.