Re: [ceph-users] [PROBLEM] Fail in deploy do ceph on RHEL

2018-05-18 Thread Jacob DeGlopper
Hi Antonio - you need to set !requiretty in your sudoers file.  This is documented here: http://docs.ceph.com/docs/jewel/start/quick-ceph-deploy/   but it appears that section may not have been copied into the current docs. You can test this by running 'ssh sds@node1 sudo whoami' from your adm

Re: [ceph-users] [PROBLEM] Fail in deploy do ceph on RHEL

2018-05-18 Thread David Turner
That error is a sudo error, not an SSH error. Making root login possible without password doesn't affect this at all. ceph-deploy is successfully logging in as sds to node01, but is failing to be able to execute sudo commands without a password. To fix that you need to use `visudo` to give the s