diff --git a/docs/guides/deploy-guide/services/ceph.md b/docs/guides/deploy-guide/services/ceph.md index ac01597ded..e4dc1dfd86 100644 --- a/docs/guides/deploy-guide/services/ceph.md +++ b/docs/guides/deploy-guide/services/ceph.md @@ -20,10 +20,19 @@ volumes must be completed. The steps that are required for this can be found in It's all done here step by step. It is also possible to do this in a single step: + Up to OSISM version 6: + ``` osism apply ceph-base ``` + From OSISM version 7: + + ``` + osism apply ceph + osism apply ceph-pools + ``` + 2. Get ceph keys. This places the necessary keys in `/opt/configuration`. ```