diff --git a/ceph-mgr-create b/ceph-mgr-create-start similarity index 91% rename from ceph-mgr-create rename to ceph-mgr-create-start index 9a7492b..a8f474a 100755 --- a/ceph-mgr-create +++ b/ceph-mgr-create-start @@ -18,3 +18,5 @@ ceph auth get-or-create mgr.$name \ mon 'allow profile mgr' \ osd 'allow *' \ mds 'allow *' > "$MGR_PATH/keyring" + +/etc/init.d/ceph start mgr.$name