Re: radosgw fails to start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry to bump this, but does anyone have any idea what could be wrong here?

To resummarize, radosgw fails to start.  Debug output seems to indicate it is complaining about the keyring, but the keyring is present and readable, and other Ceph functions which require the keyring can success.  So why can't radosgw start?  Details below.

Thanks!

>-----Original Message-----
>From: Gruher, Joseph R
>Sent: Friday, November 01, 2013 11:50 AM
>To: Gruher, Joseph R
>Subject: RE: radosgw fails to start
>
>>Adding some debug arguments has generated output which I believe
>>indicates the problem is my keyring is missing, but the keyring seems
>>to be here.  Why would this complain about the keyring and fail to start?
>>
>>[ceph@joceph08 ceph]$ sudo /usr/bin/radosgw -d --debug-rgw 20 --debug-
>>ms 1 start
>>2013-11-01 10:59:47.015332 7f83978e4820  0 ceph version 0.67.4
>>(ad85b8bfafea6232d64cb7ba76a8b6e8252fa0c7), process radosgw, pid 18760
>>2013-11-01 10:59:47.015338 7f83978e4820 -1 WARNING: libcurl doesn't
>>support
>>curl_multi_wait()
>>2013-11-01 10:59:47.015340 7f83978e4820 -1 WARNING: cross zone / region
>>transfer performance may be affected
>>2013-11-01 10:59:47.018707 7f83978e4820  1 -- :/0 messenger.start
>>2013-11-01 10:59:47.018773 7f83978e4820 -1 monclient(hunting): ERROR:
>>missing keyring, cannot use cephx for authentication
>>2013-11-01 10:59:47.018774 7f83978e4820  0 librados: client.admin
>>initialization error (2) No such file or directory
>>2013-11-01 10:59:47.018788 7f83978e4820  1 -- :/1018760 mark_down_all
>>2013-11-01 10:59:47.018932 7f83978e4820  1 -- :/1018760 shutdown
>complete.
>>2013-11-01 10:59:47.018967 7f83978e4820 -1 Couldn't init storage
>>provider
>>(RADOS)
>>
>>[ceph@joceph08 ceph]$ sudo service ceph-radosgw status
>/usr/bin/radosgw
>>is not running.
>>
>>[ceph@joceph08 ceph]$ pwd
>>/etc/ceph
>>
>>[ceph@joceph08 ceph]$ ls
>>ceph.client.admin.keyring  ceph.conf  keyring.radosgw.gateway  rbdmap
>>
>>[ceph@joceph08 ceph]$ cat ceph.client.admin.keyring [client.admin]
>>        key = AQCYyHJSCFH3BBAA472q80qrAiIIVbvJfK/47A==
>>
>>[ceph@joceph08 ceph]$ cat keyring.radosgw.gateway
>>[client.radosgw.gateway]
>>        key = AQBh6nNS0Cu3HxAAMxLsbEYZ3pEbwEBajQb1WA==
>>        caps mon = "allow rw"
>>        caps osd = "allow rwx"
>>
>>[ceph@joceph08 ceph]$ cat ceph.conf
>>[client.radosgw.joceph08]
>>host = joceph08
>>log_file = /var/log/ceph/radosgw.log
>>keyring = /etc/ceph/keyring.radosgw.gateway rgw_socket_path =
>>/tmp/radosgw.sock
>>
>>[global]
>>auth_service_required = cephx
>>filestore_xattr_use_omap = true
>>auth_client_required = cephx
>>auth_cluster_required = cephx
>>mon_host = 10.23.37.142,10.23.37.145,10.23.37.161,10.23.37.165
>>osd_journal_size = 1024
>>mon_initial_members = joceph01, joceph02, joceph03, joceph04 fsid =
>>74d808db-aaa7-41d2-8a84-7d590327a3c7
>
>By the way, I can run other commands on the node which I think must require
>the keyring. they succeed.
>
>[ceph@joceph08 ceph]$ sudo /usr/bin/radosgw -d -c /etc/ceph/ceph.conf --
>debug-rgw 20 --debug-ms 1 start
>2013-11-01 11:45:07.935483 7ff2e2f11820  0 ceph version 0.67.4
>(ad85b8bfafea6232d64cb7ba76a8b6e8252fa0c7), process radosgw, pid 19265
>2013-11-01 11:45:07.935488 7ff2e2f11820 -1 WARNING: libcurl doesn't support
>curl_multi_wait()
>2013-11-01 11:45:07.935489 7ff2e2f11820 -1 WARNING: cross zone / region
>transfer performance may be affected
>2013-11-01 11:45:07.938719 7ff2e2f11820  1 -- :/0 messenger.start
>2013-11-01 11:45:07.938817 7ff2e2f11820 -1 monclient(hunting): ERROR:
>missing keyring, cannot use cephx for authentication
>2013-11-01 11:45:07.938818 7ff2e2f11820  0 librados: client.admin initialization
>error (2) No such file or directory
>2013-11-01 11:45:07.938832 7ff2e2f11820  1 -- :/1019265 mark_down_all
>2013-11-01 11:45:07.939150 7ff2e2f11820  1 -- :/1019265 shutdown complete.
>2013-11-01 11:45:07.939219 7ff2e2f11820 -1 Couldn't init storage provider
>(RADOS)
>
>[ceph@joceph08 ceph]$ rados df
>pool name       category                 KB      objects       clones     degraded      unfound
>rd        rd KB           wr        wr KB
>data            -                          0            0            0            0           0            0            0            0
>0
>metadata        -                          0            0            0            0           0            0            0            0
>0
>rbd             -                          0            0            0            0           0            0            0            0
>0
>  total used          630648            0
>  total avail    11714822792
>  total space    11715453440
>
>[ceph@joceph08 ceph]$ ceph status
>  cluster 74d808db-aaa7-41d2-8a84-7d590327a3c7
>   health HEALTH_OK
>   monmap e1: 4 mons at
>{joceph01=10.23.37.142:6789/0,joceph02=10.23.37.145:6789/0,joceph03=10.2
>3.37.161:6789/0,joceph04=10.23.37.165:6789/0}, election epoch 8, quorum
>0,1,2,3 joceph01,joceph02,joceph03,joceph04
>   osdmap e88: 16 osds: 16 up, 16 in
>    pgmap v1402: 2400 pgs: 2400 active+clean; 0 bytes data, 615 MB used, 11172
>GB / 11172 GB avail
>   mdsmap e1: 0/0/1 up
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com





[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux