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