]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
keyring permissions for mon daemon 8049/head
authorOwen Synge <osynge@suse.com>
Wed, 2 Mar 2016 11:15:48 +0000 (12:15 +0100)
committerXiaoxi Chen <xiaoxchen@ebay.com>
Fri, 11 Mar 2016 16:00:29 +0000 (09:00 -0700)
commitd4cf19049349678065195659bb287b899f92a686
treee3df5aa2feaf7a59c9f005a66f74ca553301c2b5
parent35eae5fbddd2b271a10db9a69d4c4e34029bca06
keyring permissions for mon daemon

The command:

sudo ceph-mon --cluster ceph --mkfs -i $NODE_NAME --keyring $PATH_MON_KEYRING

Writes a new keyring with permissions set to "0644".

Fixes: #14950
Signed-off-by: Owen Synge osynge@suse.com
(cherry picked from commit c2f91a8ce46974a72b960b7cb25af3d089fbb80d)
src/mon/Monitor.cc