diff options
Diffstat (limited to 'ceph-storage.yaml')
-rw-r--r-- | ceph-storage.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ceph-storage.yaml b/ceph-storage.yaml index d9134fe6..d047488b 100644 --- a/ceph-storage.yaml +++ b/ceph-storage.yaml @@ -15,14 +15,14 @@ parameters: CephClusterFSID: default: '' type: string - description: The Ceph cluster FSID. + description: The Ceph cluster FSID. Must be a UUID. CephMonKey: default: '' - description: The Ceph monitors key. + description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key. type: string CephAdminKey: default: '' - description: The Ceph admin client key. + description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key. type: string CephMonitors: default: '' |