Re: [ceph-users] ceph admin socket from non root

2016-08-17 Thread Alexandre DERUMIER
ot; Cc: "ceph-users" Envoyé: Mardi 19 Juillet 2016 12:51:59 Objet: Re: [ceph-users] ceph admin socket from non root Am 18.07.2016 um 20:14 schrieb Gregory Farnum: > I'm not familiar with how it's set up but skimming and searching > through the code I'm not seeing anythi

Re: [ceph-users] ceph admin socket from non root

2016-07-19 Thread Stefan Priebe - Profihost AG
Am 18.07.2016 um 20:14 schrieb Gregory Farnum: > I'm not familiar with how it's set up but skimming and searching > through the code I'm not seeing anything, no. We've got a chown but no > chmod. That's odd ;-) how do all the people do their monitoring? running as root? > That's a reasonably feat

Re: [ceph-users] ceph admin socket from non root

2016-07-18 Thread Gregory Farnum
I'm not familiar with how it's set up but skimming and searching through the code I'm not seeing anything, no. We've got a chown but no chmod. That's a reasonably feature idea though, and presumably you could add a chmod it to your init scripts? -Greg On Mon, Jul 18, 2016 at 3:02 AM, Stefan Priebe

Re: [ceph-users] ceph admin socket from non root

2016-07-18 Thread Stefan Priebe - Profihost AG
Nobody? Is it at least possible with jewel to give the sockets group write permissions? Am 10.07.2016 um 23:51 schrieb Stefan Priebe - Profihost AG: > Hi, > > is there a proposed way how to connect from non root f.e. a monitoring > system to the ceph admin socket? > > In the past they were crea

[ceph-users] ceph admin socket from non root

2016-07-10 Thread Stefan Priebe - Profihost AG
Hi, is there a proposed way how to connect from non root f.e. a monitoring system to the ceph admin socket? In the past they were created with 777 permissions but now they're 755 which prevents me from connecting from our monitoring daemon. I don't like to set CAP_DAC_OVERRIDE for the monitoring