5 lines
101 B
Text
5 lines
101 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# First time we need to add host to the root
|
||
|
ceph osd crush move $(hostname) root=default
|