As the title says I'm having problems deploying Ceph to any of my clients. The Error message is as follows.... Ceph error
Home
/
user-1042006
Earthwormben's questions
I am trying to set up Ceph on my Ubuntu server for my Dissertation work.
I'm trying to set things up so that the Ceph user can access all the Ceph nodes without needing a password, however my original user doesn't seem to have authorization to run this change... the first line works
$ echo "ceph-system ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ceph-system
the second line seems to indicate that I don't have access to the sudoers file.
chmod 0440 /etc/sudoers.d/ceph-system