Created
September 26, 2023 02:45
-
-
Save TyeolRik/a038d6eb3a978194ac537b90adef748c to your computer and use it in GitHub Desktop.
Ceph adding osd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ceph orch apply -i add_osd.yaml | |
service_type: osd | |
service_id: osd_localhost | |
placement: | |
hosts: | |
- node1 | |
data_devices: | |
paths: | |
- /dev/sdb | |
- /dev/sdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment