Re: OSD daemon changes port no

2012-12-03 Thread hemant surale
Yeah. Here I also used cephfs foomount --pool 3 -c 1 -u 4194304 -s 4194304 instead of cephfs foomount --pool 3 On Mon, Dec 3, 2012 at 2:50 PM, Sylvain Munaut s.mun...@whatever-company.com wrote: # cephfs foo set_layout --pool 3 From early tests I seem to remember that just setting the pool

Re: OSD daemon changes port no

2012-12-03 Thread hemant surale
Yeah. Here I also used cephfs foomount set_layout --pool 3 -c 1 -u 4194304 -s 4194304 instead of cephfs foomount set_layout --pool 3 On Mon, Dec 3, 2012 at 4:30 PM, hemant surale hemant.sur...@gmail.com wrote: Yeah. Here I also used cephfs foomount --pool 3 -c 1 -u 4194304 -s 4194304 instead

Fwd: OSD daemon changes port no

2012-11-29 Thread hemant surale
does 'ceph mds dump' list pool 3 in teh data_pools line? Yes. It lists the desired poolids I wanted to put data in. -- Forwarded message -- From: hemant surale hemant.sur...@gmail.com Date: Thu, Nov 29, 2012 at 2:59 PM Subject: Re: OSD daemon changes port no To: Sage Weil s

Re: OSD daemon changes port no

2012-11-29 Thread hemant surale
: 4194304 layout.stripe_count: 1 Both dir are using same pool to place data even after I specified to use separate using cephfs cmd. Please help me figure this out. - Hemant Surale. On Thu, Nov 29, 2012 at 3:45 PM, hemant surale hemant.sur...@gmail.com wrote: does 'ceph mds dump' list pool 3

Re: OSD daemon changes port no

2012-11-27 Thread hemant surale
with this problem. - Hemant Surale. On Tue, Nov 27, 2012 at 3:06 PM, hemant surale hemant.sur...@gmail.com wrote: I did mkdir a chmod 777 a . So dir a is /home/hemant/a . then I used mount.ceph 10.72.148.245:/ /ho root@hemantsec-virtual-machine:/home/hemant# cephfs /home/hemant/a set_layout

Re: OSD daemon changes port no

2012-11-26 Thread hemant surale
for It may be silly question but unable to figure it out. :( On Wed, Nov 21, 2012 at 8:59 PM, Sage Weil s...@inktank.com wrote: On Wed, 21 Nov 2012, hemant surale wrote: Oh I see. Generally speaking, the only

Re: OSD daemon changes port no

2012-11-26 Thread hemant surale
my trials : cephfs /mnt/ceph/a --pool 3 // not working cephfs /home/hemant/a -p 3 // not working cpehfs /home/hemant/a set_layout --pool 3 // not working I mounted data on /home/hemant/a first then Used cephfs cmd. Please help me figure out the way. Regards, Hemant Surale

Re: OSD daemon changes port no

2012-11-22 Thread hemant surale
, the object size . So can you throw more light on this. Thanks Regards, Hemant Surale. On Wed, Nov 21, 2012 at 8:59 PM, Sage Weil s...@inktank.com wrote: On Wed, 21 Nov 2012, hemant surale wrote: Oh I see. Generally speaking, the only way to guarantee separation is to put them in different pools

Re: OSD daemon changes port no

2012-11-20 Thread hemant surale
) . Although CRUSH selects osd for data placement based on pseudo random function. is it possible ? - Hemant Surale. On Tue, Nov 20, 2012 at 10:15 PM, Sage Weil s...@inktank.com wrote: On Tue, 20 Nov 2012, hemant surale wrote: Hi Community, I have question about port number used by ceph-osd daemon

Re: OSD daemon changes port no

2012-11-20 Thread hemant surale
21, 2012 at 11:50 AM, Sage Weil s...@inktank.com wrote: On Wed, 21 Nov 2012, hemant surale wrote: and one more thing how can it be possible to read from one osd and then simultaneous write to direct on other osd with less/no traffic? I'm not sure I understand the question... Scenario

Unexpected behavior by ceph 0.48.2argonaut.

2012-11-07 Thread hemant surale
was unable to access the file stored on cluster. -- - Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body

Fwd: Unable to Start Ceph service

2012-11-02 Thread hemant surale
-- Forwarded message -- From: hemant surale hemant.sur...@gmail.com Date: Fri, Nov 2, 2012 at 12:10 PM Subject: Re: Unable to Start Ceph service To: Dan Mick dan.m...@inktank.com, ceph-devel@vger.kernel.org ceph-devel@vger.kernel.org Initially I installed ceph directly

Re: Unable to Start Ceph service

2012-11-02 Thread hemant surale
./configure make sudo make install . What more should I do in order to have ceph service running on that machine? Does It necessary to clone the git dir then build .deb packages , even after I installed ceph from tarball ? - Hemant Surale. On Sat, Nov 3, 2012 at 12:10 AM, Tyler Brekke

Fwd: Delivery Status Notification (Failure)

2012-10-30 Thread hemant surale
-- Forwarded message -- From: hemant surale hemant.sur...@gmail.com Date: Tue, Oct 30, 2012 at 2:28 PM Subject: Re: Delivery Status Notification (Failure) To: Dan Mick dan.m...@inktank.com Sir, Now mkcephfs is working fine but even after that when i tried to execute service

Re: Delivery Status Notification (Failure)

2012-10-29 Thread hemant surale
: .: Can't open /usr/lib/ceph/ceph_common.sh --- Please help me out . - Hemant Surale -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org

Re: How to direct data inject to specific OSDs

2012-10-01 Thread hemant surale
. Can you guide me further? - Hemant Surale. On Mon, Oct 1, 2012 at 10:39 PM, Gregory Farnum g...@inktank.com wrote: On Thu, Sep 27, 2012 at 3:52 AM, hemant surale hemant.sur...@gmail.com wrote: Sir, I have upgraded my cluster to Ceph v0.48. and cluster is fine (except gceph not working

Re: How to direct data inject to specific OSDs

2012-10-01 Thread hemant surale
and to use them in new rados pool. I am unable to achieve desired experiment till now. Please help me out . - Hemant Surale. On Mon, Oct 1, 2012 at 10:47 PM, Tommi Virtanen t...@inktank.com wrote: On Thu, Sep 27, 2012 at 3:52 AM, hemant surale hemant.sur...@gmail.com wrote: I have upgraded my

How to direct data inject to specific OSDs

2012-09-27 Thread hemant surale
-machine but some(Obj1,Obj2) Objects are placed into osd.0 (atish-V-M) and some(Obj3) was placed in osd.1. Does my crushmap have errors ? Or I am missing the direction ? - Hemant Surale On Thu, Sep 27, 2012 at 10:56 AM, hemant surale hemant.sur...@gmail.com wrote: Sure Sir ! :) On Thu, Sep 27

Re: Ho to identify location of Primary Copy Of Obj ?

2012-09-26 Thread hemant surale
is at [0,1] .. it should report all nodes like [0,1,2] . - Hemant Surale. On Wed, Sep 26, 2012 at 2:04 AM, Dan Mick dan.m...@inktank.com wrote: Hemant: Yes, you can. Use ceph osd getmap -o file to get the OSD map, and then use osdmaptool --find-object-map objectname file to output the PG

Re: Ho to identify location of Primary Copy Of Obj ?

2012-09-26 Thread hemant surale
. And with replication factor of 3 , I think osdmaptool --test-map-object Objname osdmap should show 3 nodes at least . But currently it shows only 1 node . Please help me out . Thanks Regards, Hemant Surale. On Wed, Sep 26, 2012 at 2:59 AM, Sage Weil s...@inktank.com wrote: On Tue, 25 Sep 2012, Dan

Problem creating osd.0 ??

2012-09-26 Thread hemant surale
' --- I created dir manually as well as assigned all permissions to root user still this problem persists. Please help me out . Thanks Regards, Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord

Re: How to use ruleset

2012-09-25 Thread hemant surale
unresponsive. Regards, Hemant Surale. On Mon, Sep 17, 2012 at 8:34 PM, Wido den Hollander w...@widodh.nl wrote: On 09/17/2012 11:42 AM, hemant surale wrote: Hi Community, I have read the documentation to know crush map as well as inserting new crushmap, But I have qn that even after

Re: How to use ruleset

2012-09-25 Thread hemant surale
Objs .. - Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Port no For data Transfer between OSDs

2012-09-05 Thread hemant surale
Hi Wido , Community , if we use number =2 in cmd as follows ceph osd pool set poolname size #no does it means for perticular Object we have 2 replica Or total 2 copies in cluster? Regards, Hemant Surale. On Wed, Sep 5, 2012 at 2:44 PM, Wido den Hollander w...@widodh.nl wrote: On 09/05/2012

Re: Unable to set pg_num property of pool data

2012-08-31 Thread hemant surale
Thanx for your valuable information.. - Hemant Surale On Thu, Aug 30, 2012 at 4:37 PM, Sylvain Munaut s.mun...@whatever-company.com wrote: I was able to increase the PG_num property but only problem is to reduce it. Anyways thanks for your valuable reply. AFAIK the old tool allowed you

Re: Unable to set pg_num property of pool data

2012-08-30 Thread hemant surale
I was able to increase the PG_num property but only problem is to reduce it. Anyways thanks for your valuable reply. - Hemant Surale. On Wed, Aug 29, 2012 at 7:13 PM, Tommi Virtanen t...@inktank.com wrote: On Wed, Aug 29, 2012 at 9:42 AM, Wido den Hollander w...@widodh.nl wrote: So you

How to mount all cluster data to one particular Dir in single Host.

2012-08-30 Thread hemant surale
is set to 1. Any help is appriciable. Regards, Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Unable to set pg_num property of pool data

2012-08-29 Thread hemant surale
' (0) - Why is it not working to set pg_number to 100. The cmd is executed while ceph is running. (ceph v. 0.36, ubuntu 11.10) Regards, hemant surale. -- To unsubscribe from this list

Mapping between PG OSD

2012-08-28 Thread hemant surale
help is appreciated . Regards, Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Mapping between PG OSD

2012-08-28 Thread hemant surale
to primary only Or only write requests are sent to primary while read request can be served by any OSD having object replica ? Regards, Hemant Surale. On Tue, Aug 28, 2012 at 8:54 PM, Tommi Virtanen t...@inktank.com wrote: On Mon, Aug 27, 2012 at 11:50 PM, hemant surale hemant.sur...@gmail.com

Re: Ceph setup on single node : prob with

2012-08-16 Thread hemant surale
previous emails to get a copy of my conf file and installation and platform details. regards Hemant On Thu, Aug 16, 2012 at 12:05 PM, Mark Kirkwood mark.kirkw...@catalyst.net.nz wrote: On 16/08/12 17:36, hemant surale wrote: Still same problem sir. I have attached ceph.conf here. I tried to google

Re: Ceph setup on single node : prob with

2012-08-15 Thread hemant surale
on something. My college project is stuck because of this issue. Please help me out. Regards Hemant On Tue, Aug 14, 2012 at 9:41 PM, Tommi Virtanen t...@inktank.com wrote: On Tue, Aug 14, 2012 at 3:13 AM, hemant surale hemant.sur...@gmail.com wrote: 2012-08-14 14:31:29.390410 7fe3b920e780

Ceph setup on single node : prob with

2012-08-14 Thread hemant surale
ceph.conf file after that i tried to deploy it with mkcephfs and sudo mkcephfs -a -c /etc/ceph/ceph.conf -k ceph.keyring gives an error as discussed . Please help me out.. -Hemant Surale -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord

Ceph setup

2012-08-12 Thread Hemant Surale
ceph from tar file) 3) Installing Chef .. Any help is appreciable. - Hemant Surale. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html