Hi, I'm getting the below error while installing ceph on node using ceph-deploy. I'm executing the command in admin node as [root at ceph-admin ~]$ ceph-deploy install ceph-mds [ceph-mds][DEBUG ] Loaded plugins: fastestmirror, security [ceph-mds][WARNIN] You need to be root to perform this command. [ceph-mds][ERROR ] RuntimeError: command returned non-zero exit status: 1 [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: yum -y install wget I have changed the Defaults requiretty setting to Defaults:ceph !requiretty in /etc/sudoers file and also put ceph as sudo user same as root in node ceph-mds. added root privilege on node ceph-mds using command--- echo "ceph ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers sudo chmod 0440 /etc/sudoers as mentioned in the doc All servers are on centOS 6.5 Please let me know what can be the issue here? Regards, Subhadip ------------------------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140911/4d71bf4b/attachment.htm>