Amarnath:
How are you starting up each of the processes? Individually, or via
init-ceph? If you're doing it individually (not recommended; init-ceph
is a lot simpler!) is each process getting the appropriate ceph.conf
file to use? When you run csyn are you passing it the appropriate
ceph.conf file to use?
-Greg
PS: You will get faster answers if you send everything to the
ceph-devel list rather than directly to me. :)

On Mon, Nov 23, 2009 at 12:41 AM, Amarnath BS <bsamarn...@yahoo.co.in> wrote:
>
> hi,
>  My ceph .conf  is
> [global]
>        pid file = /var/run/ceph/$name.pid
>        debug ms = 1
> [mon]
>        mon data = dev/mon$id
> [mon0]
>        host = shani.local
>        mon addr = 192.168.1.140:6789
> [mon1]
>        host = shani.local
>        mon addr = 192.168.1.140:6790
> [mds]
> [mds0]
>        host = shani.local
> [osd]
>        osd data = /mnt/btrfs/osd$id
> [osd0]
>        host = srimugunthan-desktop.local
> [osd1]
>        host = surya-desktop.local
> [group everyone]
>        addr = 192.168.1.*
> [mount /]
>        allow = %everyone
> I have my ceph code running on one node(shani.local) and in other two nodes i 
> have mounted the ceph code using NFS.( srimugunthan-desktop.local , 
> surya-desktop.local)
> I have created two btrfs mounted OSD's in  srimugunthan-desktop.local , 
> surya-desktop.local
> I have started the mds ,monitors on shani.local.I have ran cosd at the OSD's 
> side.
> But when i run csyn to write a file at shani.local i am getting an error like:
> 192.168.1.140:6790/0/0 pipe(0x8245750 sd=-1 pgs=0 cs=0 l=0).fault first fault
>
> The exact error is that when i use vstart.sh -l(ie all subsystems reside on 
> local host )to initialize subsystems i am able to use csyn to write files but 
> when i want to setup the mds,osd manually with different hostnames i am 
> getting this error.Can u please tell me the procedure to set up ceph on 
> multiple nodes.
>
> --- On Sun, 22/11/09, Gregory Farnum <gr...@hq.newdream.net> wrote:
>
> From: Gregory Farnum <gr...@hq.newdream.net>
> Subject: Re: [ceph-devel] help regarding ceph test cluster
> To: "Amarnath BS" <bsamarn...@yahoo.co.in>
> Cc: ceph-devel@lists.sourceforge.net
> Date: Sunday, 22 November, 2009, 1:13 AM
>
> Can you give us more details? What does your ceph.conf look like?
> What's the exact error?
> -Greg
>
> On Fri, Nov 20, 2009 at 10:56 AM, Amarnath BS <bsamarn...@yahoo.co.in> wrote:
> >
> > hello every one,
> >                          I have tried to setup ceph using three nodes.one 
> > node acting as mds+client and other two as OSD's,but when try to run csyn 
> > at client side i get an error denoting client as client? .I am unable to 
> > understand why the client is not getting recognized.
> >                  Can you please tell me how to deal with this error
> >        --Amarnath
> _______________________________________________
> > Ceph-devel mailing list
> > Ceph-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ceph-devel
> >
>
> ________________________________
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ceph-devel mailing list
Ceph-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ceph-devel

Reply via email to