From 0126736a76cdb586708fcaee1c551ac5fd2e6fee Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 16 Feb 2018 00:01:13 +0100 Subject: [PATCH] Rename mgr --- ceph-mgr-create => ceph-mgr-create-start | 2 ++ 1 file changed, 2 insertions(+) rename ceph-mgr-create => ceph-mgr-create-start (91%) 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