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

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

2018-05-18 Thread Antonio Novaes
I tried create new cluster ceph, but on the my first command, received this erro in blue. Searched on the gogle about this erro, but believe that is error of the ssh, and dont of the ceph. I tried: alias ssh="ssh -t" on the admin node I Modifyed the file Host node01 Hostname node01.domain.loc