diff --git a/docs/guides/operations-guide/ceph.md b/docs/guides/operations-guide/ceph/index.md similarity index 99% rename from docs/guides/operations-guide/ceph.md rename to docs/guides/operations-guide/ceph/index.md index b92239125a..61362a505a 100644 --- a/docs/guides/operations-guide/ceph.md +++ b/docs/guides/operations-guide/ceph/index.md @@ -321,7 +321,7 @@ Interesting fields: ### Add a new OSD 1. Prepare the configuration for the new OSD first. Details on adding the configuration - for a new OSD in the [Ceph configuration guide](../configuration-guide/ceph/#add-a-new-osd). + for a new OSD in the [Ceph configuration guide](../../configuration-guide/ceph/#add-a-new-osd). 2. Deploy the new OSD service on ``. diff --git a/docs/guides/operations-guide/rook.md b/docs/guides/operations-guide/ceph/rook.md similarity index 97% rename from docs/guides/operations-guide/rook.md rename to docs/guides/operations-guide/ceph/rook.md index 0b4c03a409..3bd8efcf88 100644 --- a/docs/guides/operations-guide/rook.md +++ b/docs/guides/operations-guide/ceph/rook.md @@ -1,8 +1,8 @@ --- -sidebar_label: Ceph via Rook (technical preview) +sidebar_label: Operations for Rook --- -# Ceph via Rook (technical preview) +# Operations for Rook :::warning @@ -57,7 +57,7 @@ Shiny new features aren't worth the risk of total or partial data loss/corruptio Please have a look at the [Rook Troubleshooting documentation](https://rook.io/docs/rook/latest-release/Troubleshooting/ceph-toolbox/). -The Rook toolbox is available via the `ceph` command on the manager node, after you deployed the wrapper via `osism apply cephclient`. You have to make sure the correct [Configuration Options for the Rook Ceph Client Wrapper](../configuration-guide/ceph/rook.md#client) are net. +The Rook toolbox is available via the `ceph` command on the manager node, after you deployed the wrapper via `osism apply cephclient`. You have to make sure the correct [Configuration Options for the Rook Ceph Client Wrapper](../../configuration-guide/ceph/rook.md#client) are net. ## Monitoring @@ -461,7 +461,7 @@ $ ceph osd pool autoscale-status ### Create a replicated pool -This should be done by updating your `values.yml` file via the variables in [Rook Extra pools - CephBlockPoolC CRD](../configuration-guide/ceph/rook.md#extra-pool--cephblockpool-crd). +This should be done by updating your `values.yml` file via the variables in [Rook Extra pools - CephBlockPoolC CRD](../../configuration-guide/ceph/rook.md#extra-pool--cephblockpool-crd). It also can be done by hand but Rook will not know about the pool in this case. @@ -482,7 +482,7 @@ Typical application names are: rbd, rgw, cephfs ### Delete a pool -This should be done by updating your `values.yml` file via the variables in [Rook Extra pools - CephBlockPoolC CRD](../configuration-guide/ceph/rook.md#extra-pool--cephblockpool-crd). +This should be done by updating your `values.yml` file via the variables in [Rook Extra pools - CephBlockPoolC CRD](../../configuration-guide/ceph/rook.md#extra-pool--cephblockpool-crd). It also can be done by hand but Rook will not know about the pool in this case. diff --git a/docs/guides/upgrade-guide/ceph.md b/docs/guides/upgrade-guide/ceph/index.md similarity index 61% rename from docs/guides/upgrade-guide/ceph.md rename to docs/guides/upgrade-guide/ceph/index.md index dd5236366e..511441c036 100644 --- a/docs/guides/upgrade-guide/ceph.md +++ b/docs/guides/upgrade-guide/ceph/index.md @@ -9,7 +9,3 @@ sidebar_position: 20 osism apply ceph-rolling_update -e ireallymeanit=yes osism apply cephclient ``` - -# Ceph via Rook (technical preview) - -See [Rook Operations](../operations-guide/rook.md). diff --git a/docs/guides/upgrade-guide/ceph/rook.md b/docs/guides/upgrade-guide/ceph/rook.md new file mode 100644 index 0000000000..898c2d73cb --- /dev/null +++ b/docs/guides/upgrade-guide/ceph/rook.md @@ -0,0 +1,3 @@ +# Upgrade with Rook + +See [Rook Operations](../../operations-guide/ceph/rook.md).