Skip to content

Commit

Permalink
Use ceph-pools play to create ceph pools (#389)
Browse files Browse the repository at this point in the history
Part of osism/issues#909

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Mar 25, 2024
1 parent ea5700c commit 550aa52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guides/deploy-guide/services/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

```
Expand Down

0 comments on commit 550aa52

Please sign in to comment.