You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've since changed my interfaces to eth0, eth1, and set the public IP/Cluster IP's
I'm now getting the following error
[2013-07-02T15:17:12+10:00] INFO: Processing execute[peer 10.100.96.40:6789] action run (ceph::mon line 87)
[2013-07-02T15:17:13+10:00] ERROR: execute[peer 10.100.96.40:6789](ceph::mon line 87) had an error: Expected process to exit with [0], but received '152'
---- Begin output of ceph --admin-daemon '/var/run/ceph/ceph-mon.prbd01.asok' add_bootstrap_peer_hint 10.100.96.40:6789 ----
STDOUT:
STDERR: read 32635 length from /var/run/ceph/ceph-mon.prbd01.asok failed with (104) Connection reset by peer
---- End output of ceph --admin-daemon '/var/run/ceph/ceph-mon.prbd01.asok' add_bootstrap_peer_hint 10.100.96.40:6789 ----
I've received the following error in my chef client.log
ERROR: execute[peer ["lo", "eth0", "bond0", "br0"]](ceph::mon line 87) had an error: Expected process to exit with [0], but received '255'"
After investigating the /etc/ceph/ceph.conf
the mon line has
mon host = lo, eth0, bond0, br0, eth0, lo, br0, bond0
Instead of the IP addresses of the hosts. i'm not sure why this has happened. I followed the documentation at http://wiki.ceph.com/02Guides/Deploying_Ceph_with_Chef
Thanks,
The text was updated successfully, but these errors were encountered: