diff --git a/ceph-host-move-to-root b/ceph-host-move-to-root new file mode 100644 index 0000000..9e94d6c --- /dev/null +++ b/ceph-host-move-to-root @@ -0,0 +1,4 @@ +#!/bin/sh + +# First time we need to add host to the root +ceph osd crush move $(hostname) root=default diff --git a/ceph-create-initial-keyring b/ceph-keyring-create-initial similarity index 100% rename from ceph-create-initial-keyring rename to ceph-keyring-create-initial