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
0 Answers