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

docs:Missing sudo command #404

Open
ismailkayi opened this issue Aug 26, 2024 · 1 comment
Open

docs:Missing sudo command #404

ismailkayi opened this issue Aug 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@ismailkayi
Copy link

Please describe the question or issue you're facing with "Mount MicroCeph backed Block Devices - MicroCeph documentation".

There must be a sudo in the last command (sudo rbd pool init block_pool), otherwise, it will give an error as "rbd: couldn't connect to the cluster!".

Create a pool for RBD images:

$ sudo ceph osd pool create block_pool
pool 'block_pool' created

$ sudo ceph osd lspools
1 .mgr
2 block_pool

$ rbd pool init block_pool

There must be a sudo in the last command.

Reported from: https://canonical-microcloud.readthedocs-hosted.com/en/latest/microceph/tutorial/mount-block-device/

@ismailkayi ismailkayi changed the title docs: TYPE YOUR QUESTION HERE docs:Missing sudo command Aug 26, 2024
ismailkayi added a commit to ismailkayi/microceph that referenced this issue Aug 29, 2024
1- Missing sudo command added. (canonical#404)
2 - Steps have been added for the issue : canonical#406
@ismailkayi
Copy link
Author

I created that pull request to fix the docs: #408

@skoech skoech added the documentation Improvements or additions to documentation label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants
@skoech @ismailkayi and others