Skip to content

Commit

Permalink
operations-guide: cleanup rook
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Feb 6, 2025
1 parent 245f718 commit 2df1b63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
3 changes: 3 additions & 0 deletions docs/guides/upgrade-guide/ceph/rook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade with Rook

See [Rook Operations](../../operations-guide/ceph/rook.md).

0 comments on commit 2df1b63

Please sign in to comment.