@@ -19,19 +19,20 @@ Settings set by store-monitor
1919-----------------------------
2020The following etcd keys are set by the store-monitor component, typically in its /bin/boot script.
2121
22- ============================= =================================================================================
22+ =============================== = =================================================================================
2323setting description
24- ============================= =================================================================================
24+ =============================== = =================================================================================
2525/deis/store/adminKeyring keyring for an admin user to access the Ceph cluster
2626/deis/store/fsid Ceph filesystem ID
2727/deis/store/hosts/$HOST hostname (not IP) of the host running this store-monitor instance
28+ /deis/store/maxPGsPerOSDWarning threshold for warning on number of placement groups per OSD (set by store-monitor)
2829/deis/store/monKeyring keyring for the monitor to access the Ceph cluster
2930/deis/store/monSetupComplete set when the Ceph cluster setup is complete
3031/deis/store/monSetupLock IP address of the monitor instance that is or has set up the Ceph cluster
3132/deis/store/minSize minimum number of store-daemons necessary for the cluster to accept writes
3233/deis/store/pgNum number of Ceph placement groups for the storage pools
3334/deis/store/size number of replicas for data stored in Ceph
34- ============================= =================================================================================
35+ =============================== = =================================================================================
3536
3637Settings used by store-monitor
3738------------------------------
0 commit comments