Skip to content

Commit

Permalink
remove bonus chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyallison committed May 8, 2024
1 parent f1bc73a commit 0c63a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions add-ceph-mgr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ fi

mkdir /var/lib/ceph/mgr/ceph-$(hostname -s)

chown ceph:ceph /var/lib/ceph/mgr/ceph-$(hostname -s)

ceph auth get-or-create mgr.$(hostname -s) mon 'allow profile mgr' osd 'allow *' mds 'allow *'

ceph auth get mgr.$(hostname -s) > /var/lib/ceph/mgr/ceph-$(hostname -s)/keyring
Expand Down

0 comments on commit 0c63a5a

Please sign in to comment.