[ceph-users] Mount Error

2013-03-23 Thread Promise Bat
Hi there, I intend to install Ceph on two VMs (client - server) where both have Ubuntu 12.04 and for client 4G RAM and server 8G RAM. Walking through the 5 min quick installation i did relay on the default configurations with little changes: disable the cephx authentication, let rep value = 1 , a

[ceph-users] Weird problem with mkcephfs

2013-03-23 Thread Steve Carter
This is consistently repeatable on my system. This is the latest of two cluster builds I have done. This is a brand new deployment on hardware I haven't deployed on previously. Any help is much appreciated. root@mon:~# uname -a Linux mon.X.com 3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 0

[ceph-users] Weird problem with mkcephfs

2013-03-23 Thread Steve Carter
This is consistently repeatable on my system. This is the latest of two cluster builds I have done. This is a brand new deployment on hardware I haven't deployed on previously. You see the error below is referencing /tmp/key.* and the keyring files are actually keyring.*. Any help is much

[ceph-users] Weird problem with mkcephfs

2013-03-23 Thread Steve Carter
This is consistently repeatable on my system. This is the latest of two cluster builds I have done. This is a brand new deployment on hardware I haven't deployed on previously. You see the error below is referencing /tmp/key.* and the keyring files are actually keyring.*. Any help is much

[ceph-users] Can't start radosgw

2013-03-23 Thread Romeo M
Hi all, I'm having some issues starting radosgw and I  was wondering if anyone here might have some tips for us. We setup a Ceph cluster with no issues (ceph -s returns HEALTH_OK) but when we try to start radosgw all we get in the logs is "Initialization timeout, failed to initialize". We turne

Re: [ceph-users] Weird problem with mkcephfs

2013-03-23 Thread Steve Carter
The below part of the mkcephfs code seems responsible for this. specifically the 'for' loop below. I wonder if I installed from the wrong place? I installed from the ubuntu source rather than the ceph source. # admin keyring echo Generating admin key at $dir/keyring.admin $BINDIR

Re: [ceph-users] Weird problem with mkcephfs

2013-03-23 Thread Steve Carter
I changed: for k in $dir/key.* to: for k in $dir/key* and it appeared to run correctly: root@smon:/etc/ceph# mkcephfs -a -c /etc/ceph/ceph.conf -d /tmp -k /etc/ceph/keyring preparing monmap in /tmp/monmap /usr/bin/monmaptool --create --clobber --add a 192.168.0.253:6789 --print /tmp/monmap