Deprecate support for GlusterFS volume driver

... because GlusterFS volume driver was removed fron cinder[1].

[1] 16e93ccd4f3a6d62ed9d277f03b64bccc63ae060

Change-Id: I684553d66c4ca58203b2cc407b9f8f1f1d0f3c5f
This commit is contained in:
Takashi Kajinami 2020-05-06 21:09:08 +09:00
parent 6a96dafc83
commit f3bba521d3
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#
# == Class: cinder::backend::glusterfs
#
# DEPRECATED!
# Configures Cinder to use GlusterFS as a volume driver
#
# === Parameters
@ -74,6 +75,9 @@ define cinder::backend::glusterfs (
include cinder::deps
warning('Support for glustefs volume driver is deprecated and will be removed \
in a future release')
$content = join($glusterfs_shares, "\n")
file { $glusterfs_shares_config:

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for GlusterFS volume driver has been deprecated and will be removed
in a future release.