You look to have a typo in this line: rgw_frontends = "civetweb port=8080s ssl_certificate=/etc/pki/tls/ cephrgw01.crt"
It would seem from the error it should be port=8080, not port=8080s. On Thu, 19 Jan 2017 at 08:59 Iban Cabrillo <[email protected]> wrote: > Dear cephers, > I just finish the integration between radosgw > (ceph-radosgw-10.2.5-0.el7.x86_64) and keystone. > > This is my ceph conf for radosgw: > > [client.rgw.cephrgw] > host = cephrgw01 > rgw_frontends = "civetweb port=8080s > ssl_certificate=/etc/pki/tls/cephrgw01.crt" > rgw_zone = RegionOne > keyring = /etc/ceph/ceph.client.rgw.cephrgw.keyring > log_file = /var/log/ceph/client.rgw.cephrgw.log > rgw_keystone_url = https://keystone:5000 > rgw_keystone_admin_user = XXXXXXXXXXXX > rgw_keystone_admin_password = YYYYYYYYYYYYYY > rgw_keystone_admin_tenant = service > rgw_keystone_accepted_roles = admin Member > rgw keystone admin project = service > rgw keystone admin domain = admin > rgw keystone api version = 2 > rgw_s3_auth_use_keystone = true > nss_db_path = /var/ceph/nss/ > rgw_keystone_verify_ssl = true > > Seems to be working fine using latets jewel version 10.2.5, but seems > that now I cannot listen on secure port. Older version was running fine the > rgw_frontends option (10.2.3), but now, Server starts (I can access to > https://cephrgw01:8080/) but after a couple of minutes the radosgw deamon > stops: > > error parsing int: 8080s: The option value '8080s' seems to be invalid > > Is there any change on this parameter with the new jewel version > (ceph-radosgw-10.2.5-0.el7.x86_64)? > > regards, I > > > > > -- > > ############################################################################ > Iban Cabrillo Bartolome > Instituto de Fisica de Cantabria (IFCA) > Santander, Spain > Tel: +34942200969 <+34%20942%2020%2009%2069> > PGP PUBLIC KEY: > http://pgp.mit.edu/pks/lookup?op=get&search=0xD9DF0B3D6C8C08AC > > ############################################################################ > Bertrand Russell:*"El problema con el mundo es que los estúpidos están > seguros de todo y los inteligentes están **llenos de dudas*" > > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
