Deprecate gluster_* modules (#1439)

* Deprecate gluster_* modules.

* Update 2.9 ignore.txt entries for deprecation syntax.
This commit is contained in:
Felix Fontein 2020-12-07 11:07:56 +01:00 committed by GitHub
parent 4566812591
commit 57a373f4f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 0 deletions

View file

@ -11,6 +11,10 @@ DOCUMENTATION = '''
---
module: gluster_heal_info
short_description: Gather information on self-heal or rebalance status
deprecated:
removed_in: 3.0.0
why: The gluster modules have migrated to the gluster.gluster collection.
alternative: Use M(gluster.gluster.gluster_heal_info) instead.
author: "Devyani Kota (@devyanikota)"
description:
- Gather facts about either self-heal or rebalance status.