Manage ceph with salt.
New in version 2016.11.0.
salt.states.ceph.
quorum
(name, **kwargs)¶Quorum state
This state checks the mon daemons are in quorum. It does not alter the cluster but can be used in formula as a dependency for many cluster operations.
Example usage in sls file:
quorum:
sesceph.quorum:
- require:
- sesceph: mon_running
Generated on March 22, 2023 at 04:04:13 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3005.1.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy