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

Document how to create a storage class to consume a RADOS namespace #13214

Closed
travisn opened this issue Nov 15, 2023 · 3 comments · Fixed by #14173
Closed

Document how to create a storage class to consume a RADOS namespace #13214

travisn opened this issue Nov 15, 2023 · 3 comments · Fixed by #14173
Assignees
Labels
bug docs good-first-issue Simple issues that are good for getting started with Rook.

Comments

@travisn
Copy link
Member

travisn commented Nov 15, 2023

Is this a bug report or feature request?

  • Bug Report

Deviation from expected behavior:
The Rook documentation does not describe how to create a storage class that consumes a RADOS namespace.

Expected behavior:
The Rook documentation should describe how to create a storage class that consumes a RADOS block pool. The steps are basically:

  1. Create a CephBlockPool CR
  2. Create a CephBlockPoolRadosNamespace CR
  3. Extract the clusterID from the status of the CephBlockPoolRadosNamespace CR:
kubectl -n rook-ceph get cephblockpoolradosnamespace -o yaml
  status:
    info:
      clusterID: 80fc4f4bacc064be641633e6ed25ba7e
  1. Set the clusterID in the storage class to this value instead of the name of the cluster namespace.

This could be documented in the CephBlockPoolRadosNamespace CRD topic

@travisn travisn added bug docs good-first-issue Simple issues that are good for getting started with Rook. labels Nov 15, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@travisn travisn changed the title Document how to create a storage class to consume a RADOS block pool Document how to create a storage class to consume a RADOS namespace Jan 23, 2024
@travisn travisn removed the wontfix label Jan 23, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@obnoxxx
Copy link
Contributor

obnoxxx commented May 7, 2024

started looking into this.
As a preparation, here is a small improvement to the doc in question: #14167

obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 7, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 8, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
also add example yaml files for testing.

closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 17, 2024
closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
obnoxxx added a commit to obnoxxx/rook that referenced this issue May 18, 2024
closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
mergify bot pushed a commit that referenced this issue May 20, 2024
closes: #13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 8e7ac95)
parth-gr pushed a commit to parth-gr/rook that referenced this issue May 20, 2024
closes: rook#13214

Co-authored-by: Travis Nielsen <tnielsen@redhat.com>
Co-authored-by: Blaine Gardner <b.blaine.gardner@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug docs good-first-issue Simple issues that are good for getting started with Rook.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants