Re: [ceph-users] ceph-deploy progress and CDS session

2013-08-02 Thread Dewan Shamsul Alam
There should be a like button for emails too, so that I can like Sage's update on ceph-deploy. :) On Sat, Aug 3, 2013 at 12:02 AM, Sage Weil wrote: > There is a session at CDS scheduled to discuss ceph-deploy (4:40pm PDT on > Monday). We'll be going over what we currently have in backlog for

Re: [ceph-users] ceph-deploy missing?

2013-08-15 Thread Dewan Shamsul Alam
Hi Bernhard, I think you didn't notice that ceph-deploy 1.2 has been released and it is a python package for now. You need to run the following command to install ceph-deploy pip install ceph-deploy or easy_install ceph-deploy Best Regards, Dewan On Thu, Aug 15, 2013 at 8:18 PM, bernhard glo

[ceph-users] MDS MON OSD Collocation

2013-04-03 Thread Dewan Shamsul Alam
Hi, I am new to ceph. I found that there are three different roles for ceph service. MDS MON OSD Do I have to use separate nodes for each of the roles or can I collocate all the services in each node. A standard setup example will help. Best Regards, Dewan Shamsul Alam

Re: [ceph-users] Cluster Map Problems

2013-04-03 Thread Dewan Shamsul Alam
Hi, I've seen this in 0.56. In my case I shutdown one server then bring it back. I have to run /etc/init.d/ceph -a restart to make it healthy. It doesn't impact the running VM I have in that cluster though. On Wed, Apr 3, 2013 at 8:32 PM, Martin Mailand wrote: > Hi, > > I still have this prob

Re: [ceph-users] Using Ceph and CloudStack? Let us know!

2013-05-16 Thread Dewan Shamsul Alam
VM for the management system - I'm not worried about high availability of this node at this point. 3 Compute nodes All commodity hardware backed by a gigabit switch I will have this setup running after next week. I will let you guys know how it went. Best Regards, Dewan Shamsul Alam On Thu

Re: [ceph-users] Using Ceph and CloudStack? Let us know!

2013-05-16 Thread Dewan Shamsul Alam
I don't think 4.2 is coming out anytime soon. Right now all 4.1 builds are stable except for the systemvm. Have a look in their jenkins server http://jenkins.cloudstack.org/. 4.2 is not even listed there. :( Best Regards, Dewan Shamsul Alam On Thu, May 16, 2013 at 9:04 PM, Wido den Holl

[ceph-users] ceph-deploy

2013-05-23 Thread Dewan Shamsul Alam
eph1:/dev/sda3 ceph2:/dev/sda3 It gets stuck. I'm using Ubuntu 13.04 for ceph-deploy and 12.04 for ceph nodes. I just need to get the cuttlefish working and willing to change the OS if it is required. Please help. :) Best Regards, Dewan Shamsul Alam

[ceph-users] ceph-deploy

2013-05-23 Thread Dewan Shamsul Alam
eph1:/dev/sda3 ceph2:/dev/sda3 It gets stuck. I'm using Ubuntu 13.04 for ceph-deploy and 12.04 for ceph nodes. I just need to get the cuttlefish working and willing to change the OS if it is required. Please help. :) Best Regards, Dewan Shamsul Alam

[ceph-users] mkcephfs

2013-05-23 Thread Dewan Shamsul Alam
ceph1 devs = /dev/sda3 [osd.2] host = ceph2 devs = /dev/sda3 [mds.a] host = ceph0 [mds.b] host = ceph1 [mds.c] host = ceph2 Best Regards, Dewan Shamsul Alam ___ ceph-users mailing list ceph-users@lists.ceph.com

Re: [ceph-users] mkcephfs

2013-05-23 Thread Dewan Shamsul Alam
s it fail? > > A copy of the actual output would be ideal, thanks! > > sage > > On Thu, 23 May 2013, Dewan Shamsul Alam wrote: > > > Hi, > > > > I had a running ceph cluster on bobtail. It was on 0.56.4. It is my test > > cluster. I upgraded it to 0.56.6,

Re: [ceph-users] mkcephfs

2013-05-23 Thread Dewan Shamsul Alam
.128.11:6789/0 pipe(0x7f7744006b70 sd=4 :0 s=1 pgs=0 cs=0 l=1).fault 2013-05-24 09:52:06.976329 7f774d118700 0 -- :/21213 >> 192.168.128.12:6789/0 pipe(0x7f7744004fd0 sd=4 :0 s=1 pgs=0 cs=0 l=1).fault ^C On Thu, May 23, 2013 at 11:41 PM, Dewan Shamsul Alam < dewan.sham...@gmail.com> wro

Re: [ceph-users] ceph-deploy

2013-05-23 Thread Dewan Shamsul Alam
ot;, line 323, in send_request return self.__handle(m) File "/usr/lib/python2.7/dist-packages/pushy/protocol/baseconnection.py", line 639, in __handle raise e pushy.protocol.proxy.ExceptionProxy: Command '['ceph-disk-prepare', '--', '/dev/sda3&#

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-24 Thread Dewan Shamsul Alam
I have the same problem and ceph-deploy also have a tons of dependencies in CentOS 6.4 On Fri, May 24, 2013 at 11:33 PM, Guido Winkelmann < guido-c...@thisisnotatest.de> wrote: > Hi, > > When trying to follow the instructions on > http://ceph.com/docs/master/install/rpm/ for installing Ceph on R

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-24 Thread Dewan Shamsul Alam
Thank you all. All dependencies met and ceph-deploy is installing in my system. On Sat, May 25, 2013 at 12:18 AM, Guido Winkelmann < guido-c...@thisisnotatest.de> wrote: > Am Freitag, 24. Mai 2013, 15:04:55 schrieb Ricardo J. Barberis: > > You need to install EPEL repository from > http://fedor

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-24 Thread Dewan Shamsul Alam
Successfully installed ceph-deploy and ceph in CentOS 6.4. Now I got a new problem. It goes like this: [root@cephdeploy ~]# ceph-deploy install ceph101 ceph-deploy modules not installed. [root@cephdeploy ~]# On Sat, May 25, 2013 at 12:30 AM, Dewan Shamsul Alam < dewan.sham...@gmail.com>

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-24 Thread Dewan Shamsul Alam
t to apply the fix before that. It is > commit d2c3caf130727b5e42b663fcff5bd520a8517a1e. > > Cheers, > Gary > > > On May 24, 2013, at 11:45 AM, Dewan Shamsul Alam > wrote: > > Successfully installed ceph-deploy and ceph in CentOS 6.4. Now I got a new > problem. It g

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-24 Thread Dewan Shamsul Alam
; Cheers, > Gary > > On May 24, 2013, at 11:54 AM, Dewan Shamsul Alam > wrote: > > Thanks! I better go to sleep now. Will try it out tomorrow morning. > > > On Sat, May 25, 2013 at 12:53 AM, Gary Lowell wrote: > >> Hi Dewan - >> >> There was a pat

Re: [ceph-users] Production deployment methods

2013-05-24 Thread Dewan Shamsul Alam
I've installed ceph-deploy in Ubuntu 13.04 using the following command git clone https://github.com/ceph/ceph-deploy.git ceph-deploy sudo apt-get install python-virtualenv cd ceph-deploy ./bootstrap My hosts file looks like this 192.168.129.200 ceph200 192.168.129.201 ceph201 192.168.129.202 cep

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-25 Thread Dewan Shamsul Alam
was not found on remote host. Please install the lsb-release package. Installing redhat-lsb right now. On Sat, May 25, 2013 at 9:40 AM, Dewan Shamsul Alam wrote: > I found it here http://ceph.com/rpm/el6/noarch/. The date says it was > generated on May 24. So I used this in a brand ne

Re: [ceph-users] Cuttlefish RPM Repository for EL6 does not work with CentOS 6 oob

2013-05-25 Thread Dewan Shamsul Alam
-mds/ceph.keyring on ['ceph100'] root@cephdeploy:~/6.4# On Sun, May 26, 2013 at 1:30 AM, Dewan Shamsul Alam wrote: > Thanks to the following link. I managed to get pass the [remote] sudo: > sorry, you must have a tty to run sudo error. > > > http://kb.initso.at/2011/05/linu

Re: [ceph-users] Production deployment methods

2013-05-26 Thread Dewan Shamsul Alam
Hello Peter, I did not changed the ceph.conf. But the behavior is same form Ubuntu 13.04, 12.04 and CentOS 6.4 with cuttlefish 0.61.2. And I'm pretty much stuck at this point. On Mon, May 27, 2013 at 12:09 AM, Peter Wienemann < wienem...@physik.uni-bonn.de> wrote: > Hi, > > I also struggled wit

Re: [ceph-users] Production deployment methods

2013-05-26 Thread Dewan Shamsul Alam
ing ceph-deploy do everything as per the docs. > > > On Sunday, May 26, 2013, Dewan Shamsul Alam wrote: > >> Hello Peter, >> >> I did not changed the ceph.conf. But the behavior is same form Ubuntu >> 13.04, 12.04 and CentOS 6.4 with cuttlefish 0.61.2. And

Re: [ceph-users] ceph-deploy

2013-06-01 Thread Dewan Shamsul Alam
doesn't, > > you might have had a problem creating the monitor. I don't believe you > > have to push the ceph.client.admin.keyring to all the nodes. So it > > shouldn't be barking back unless you failed to create the monitor, or > > if gatherkeys failed

Re: [ceph-users] Problems with OSDs (cuttlefish)

2013-06-06 Thread Dewan Shamsul Alam
Hi Sage, Thank you a lot. This explains a lot of questions I had. You and John have been very helpful. I will try again with my ceph setup. Best Regards, Dewan On Thu, Jun 6, 2013 at 9:23 PM, Sage Weil wrote: > On Thu, 6 Jun 2013, Ilja Maslov wrote: > > Hi, > > > > I do not think that ceph-de