Re: [ceph-users] Hostname not found error

2014-02-05 Thread Sahana
Hi , I can actually ping via host1 and do ssh as well. Ceph-deploy worked when i used host1 instead of ip in that config file. What I noticed is, when I used ip format- 192.168.25.1 (last part only 1 digit) i got above error garbage found in that line. But when i used for other hosts, ip as 1

Re: [ceph-users] Hostname not found error

2014-02-05 Thread Alfredo Deza
On Wed, Feb 5, 2014 at 2:02 AM, Sahana wrote: > Hi > > I am trying to form ceph cluster using ceph-deploy. > > I generated ssh-keygen, copied key to all ceph nodes, then added user and > hostname in ~/.ssh/config file : > > cat /home/ems/.ssh/config > Host host1 > Hostname aa.bbb.cc.d #ip > User

[ceph-users] Hostname not found error

2014-02-04 Thread Sahana
Hi I am trying to form ceph cluster using ceph-deploy. I generated ssh-keygen, copied key to all ceph nodes, then added user and hostname in ~/.ssh/config file : cat /home/ems/.ssh/config Host host1 Hostname aa.bbb.cc.d #ip User user For sample I ran purge command, I get this error: ceph-de