Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operations-guide: cleanup rook #791

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<nodename>`.

Expand Down
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).
Loading