oms4suse / python-ceph-cfg

Simple API to help deploying ceph.
Other
7 stars 12 forks source link

mds/rgw: created /var/lib/ceph/[mds|rgw]/<mds>/keyring owned by root and world readable #10

Open hoonetorg opened 8 years ago

hoonetorg commented 8 years ago

For mds and rgw: From Jewel on it should be owned by ceph:ceph and generally it should be mode 600.

I believe this is also wrong in latest ceph-deploy.

hoonetorg commented 8 years ago

regarding this bug in ceph-deploy a repost from #ceph irc channel

hoonetorg: There was a bug raised for that recently, I think. Version 1.5.23 ish. So they are aware of that.
oms4suse commented 8 years ago

@hoonetorg thanks for this bug report, I guess this will be my next patch :)

oms4suse commented 8 years ago

Fixed in this PR https://github.com/oms4suse/python-ceph-cfg/pull/24