Re: [ceph-devel] Issue mounting drive: cmon crashing

2009-08-27 Thread Sage Weil
On Thu, 27 Aug 2009, Sage Weil wrote: > It looks like an unused part of the ip address struct isn't getting > zeroed. Can you try this? Nevermind, that won't help. :) I'm trying to reproduce this now. Knowing which version you're using will help. Thanks! sage > > diff --git a/src/msg/m

Re: [ceph-devel] Issue mounting drive: cmon crashing

2009-08-27 Thread Sage Weil
Hi Albert, It looks like an unused part of the ip address struct isn't getting zeroed. Can you try this? diff --git a/src/msg/msg_types.h b/src/msg/msg_types.h index 1830ce9..456085c 100644 --- a/src/msg/msg_types.h +++ b/src/msg/msg_types.h @@ -130,6 +130,7 @@ struct entity_addr_t { ipadd

[ceph-devel] Issue mounting drive: cmon crashing

2009-08-26 Thread Albert Ales
Hi! I got a cluster setup on two systems. I am having an issue where cmon is crashing when I try to mount the ceph drive with 'mount -t ceph 172.16.1.100:/ /mnt/ceph' .100 and .101 are both setup as mon, osd and msd. I am trying to mount from 172.16.1.101. I attached the dump of running cmon wit