Add script to add host in default
This commit is contained in:
parent
d9f8ab2757
commit
aeeeb2ba7e
2 changed files with 4 additions and 0 deletions
4
ceph-host-move-to-root
Normal file
4
ceph-host-move-to-root
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# First time we need to add host to the root
|
||||
ceph osd crush move $(hostname) root=default
|
Loading…
Reference in a new issue