Re: Ceph and Openstack

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

 



Thanks Karan/Quentin/Erik,

I admit up front that this is all new to me as my background is optical transport rather than server/storage admin! 

I'm reassured to know that it should work and this is why I'm completely willing to believe that it's something that I'm doing wrong ... but unfortunately I can't see it based on the RDO Havana/Ceph integration guide or http://ceph.com/docs/master/rbd/rbd-openstack/. Essentially I have extracted everything so that it can be copy/pasted so I am guaranteed consistency - and this has the added advantage that it's easy to compare what was done with what was documented.

Just to keep everything clean, I've just restarted the Cinder and Glance processes and do indeed see them establish with the same responses that you showed:

Cinder

2015-04-02 10:50:54.990 16447 INFO cinder.openstack.common.service [-] Caught SIGTERM, stopping children
2015-04-02 10:50:54.992 16447 INFO cinder.openstack.common.service [-] Waiting on 1 children to exit
2015-04-02 10:52:25.273 17366 INFO cinder.openstack.common.service [-] Starting 1 workers
2015-04-02 10:52:25.274 17366 INFO cinder.openstack.common.service [-] Started child 17373
2015-04-02 10:52:25.275 17373 INFO cinder.service [-] Starting cinder-volume node (version 2014.2.2)
2015-04-02 10:52:25.276 17373 INFO cinder.volume.manager [req-1b0774ff-1bd6-43bb-a271-e6d030aaa5e1 - - - - -] Starting volume driver RBDDriver (1.1.0)

Glance

2015-04-02 10:58:37.141 18302 DEBUG glance.common.config [-] glance_store.default_store     = rbd log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
2015-04-02 10:58:37.141 18302 DEBUG glance.common.config [-] glance_store.rbd_store_ceph_conf = /etc/ceph/ceph.conf log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
2015-04-02 10:58:37.142 18302 DEBUG glance.common.config [-] glance_store.rbd_store_chunk_size = 8 log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
2015-04-02 10:58:37.142 18302 DEBUG glance.common.config [-] glance_store.rbd_store_pool    = images log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
2015-04-02 10:58:37.142 18302 DEBUG glance.common.config [-] glance_store.rbd_store_user    = glance log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
2015-04-02 10:58:37.143 18302 DEBUG glance.common.config [-] glance_store.stores            = ['rbd'] log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004


Debug of the api really doesn't reveal anything either as far as I can see. Attempting an image-create from the CLI:

glance image-create --name "cirros-0.3.3-x86_64" --file cirros-0.3.3-x86_64-disk.raw --disk-format raw --container-format bare --is-public True --progress

returns log entries that can be seen in the attached which appears to show that the process has started ... but progress never moves beyond 4% and I haven't seen any further log messages. openstack-status shows all the processes to be up, and Glance images as saving. Given that the top one was through the GUI yesterday I'm guessing it's not going to finish any time soon!

== Glance images ==
+--------------------------------------+---------------------+-------------+------------------+----------+--------+
| ID                                   | Name                | Disk Format | Container Format | Size     | Status |
+--------------------------------------+---------------------+-------------+------------------+----------+--------+
| f77429b2-17fd-4ef6-97a8-f710862182c6 | Cirros Raw          | raw         | bare             | 41126400 | saving |
| 1b12e65a-01cd-4d05-91e8-9e9d86979229 | cirros-0.3.3-x86_64 | raw         | bare             | 41126400 | saving |
| fd23c0f3-54b9-4698-b90b-8cdbd6e152c6 | cirros-0.3.3-x86_64 | raw         | bare             | 41126400 | saving |
| db297a42-5242-4122-968e-33bf4ad3fe1f | cirros-0.3.3-x86_64 | raw         | bare             | 41126400 | saving |
+--------------------------------------+---------------------+-------------+------------------+----------+--------+

Was there a particular document that you referenced to perform your install Karan? This should be the easy part ... but I've been saying that about nearly everything for the past month or two!!

Kind regards


Iain



On Thu, Apr 2, 2015 at 3:28 AM, Karan Singh <karan.singh@xxxxxx> wrote:
Fortunately Ceph Giant + OpenStack Juno works flawlessly for me.

If you have configured cinder / glance correctly , then after restarting  cinder and glance services , you should see something like this in cinder and glance logs.


Cinder logs : 

volume.log:2015-04-02 13:20:43.943 2085 INFO cinder.volume.manager [req-526cb14e-42ef-4c49-b033-e9bf2096be8f - - - - -] Starting volume driver RBDDriver (1.1.0)


Glance Logs:

api.log:2015-04-02 13:20:50.448 1266 DEBUG glance.common.config [-] glance_store.default_store     = rbd log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
api.log:2015-04-02 13:20:50.449 1266 DEBUG glance.common.config [-] glance_store.rbd_store_ceph_conf = /etc/ceph/ceph.conf log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
api.log:2015-04-02 13:20:50.449 1266 DEBUG glance.common.config [-] glance_store.rbd_store_chunk_size = 8 log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
api.log:2015-04-02 13:20:50.449 1266 DEBUG glance.common.config [-] glance_store.rbd_store_pool    = images log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
api.log:2015-04-02 13:20:50.449 1266 DEBUG glance.common.config [-] glance_store.rbd_store_user    = glance log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004
api.log:2015-04-02 13:20:50.451 1266 DEBUG glance.common.config [-] glance_store.stores            = ['rbd'] log_opt_values /usr/lib/python2.7/site-packages/oslo/config/cfg.py:2004


If Cinder and Glance are able to initialize RBD driver , then everything should work like charm.


****************************************************************
Karan Singh 
Systems Specialist , Storage Platforms
CSC - IT Center for Science,
Keilaranta 14, P. O. Box 405, FIN-02101 Espoo, Finland
mobile: +358 503 812758
tel. +358 9 4572001
fax +358 9 4572302
http://www.csc.fi/
****************************************************************

On 02 Apr 2015, at 03:10, Erik McCormick <emccormick@xxxxxxxxxxxxxxx> wrote:

Can you both set Cinder and / or Glance logging to debug and provide some logs? There was an issue with the first Juno release of Glance in some vendor packages, so make sure you're fully updated to 2014.2.2

On Apr 1, 2015 7:12 PM, "Quentin Hartman" <qhartman@xxxxxxxxxxxxxxxxxxx> wrote:
I am conincidentally going through the same process right now. The best reference I've found is this: http://ceph.com/docs/master/rbd/rbd-openstack/

When I did Firefly / icehouse, this (seemingly) same guide Just Worked(tm), but now with Giant / Juno I'm running into similar trouble  to that which you describe. Everything _seems_ right, but creating volumes via openstack just sits and spins forever, never creating anything and (as far as i've found so far) not logging anything interesting. Normal Rados operations work fine.

Feel free to hit me up off list if you want to confer and then we can return here if we come up with anything to be shared with the group.

QH

On Wed, Apr 1, 2015 at 3:43 PM, Iain Geddes <iain.geddes@xxxxxxxxxxx> wrote:
All,

Apologies for my ignorance but I don't seem to be able to search an archive. 

I've spent a lot of time trying but am having difficulty in integrating Ceph (Giant) into Openstack (Juno). I don't appear to be recording any errors anywhere, but simply don't seem to be writing to the cluster if I try creating a new volume or importing an image. The cluster is good and I can create a static rbd mapping so I know the key components are in place. My problem is almost certainly finger trouble on my part but am completely lost and wondered if there was a well thumbed guide to integration?

Thanks


Iain



_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




--
Iain Geddes
Customer Support Engineer
Cyan
1383 North McDowell Blvd.
Petaluma, CA 94954
M+353 89 432 6811
Eiain.geddes@xxxxxxxxxxx
www.cyaninc.comFacebook LinkedIn Twitter
glance:registry.log
2015-04-02 11:09:44.799 18342 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): ps-sw-ctrl1
2015-04-02 11:09:44.807 18342 INFO keystonemiddleware.auth_token [-] Auth Token confirmed use of v3.0 apis
2015-04-02 11:09:44.974 18342 INFO glance.registry.api.v1.images [c29458a0-6a07-4007-acbf-5bdcd987f48b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Successfully created image db297a42-5242-4122-968e-33bf4ad3fe1f
2015-04-02 11:09:44.974 18342 INFO glance.wsgi.server [c29458a0-6a07-4007-acbf-5bdcd987f48b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] 127.0.0.1 - - [02/Apr/2015 11:09:44] "POST /images HTTP/1.1" 200 688 0.181781
2015-04-02 11:09:44.985 18342 INFO glance.wsgi.server [9ae1b804-b215-4fd4-a742-5b46aca35ea0 ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] 127.0.0.1 - - [02/Apr/2015 11:09:44] "GET /images/db297a42-5242-4122-968e-33bf4ad3fe1f HTTP/1.1" 200 688 0.008149
2015-04-02 11:09:45.007 18342 INFO glance.registry.api.v1.images [8b426cef-5d05-4bb8-a194-b870ea8acffe ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Updating metadata for image db297a42-5242-4122-968e-33bf4ad3fe1f
2015-04-02 11:09:45.008 18342 INFO glance.wsgi.server [8b426cef-5d05-4bb8-a194-b870ea8acffe ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] 127.0.0.1 - - [02/Apr/2015 11:09:45] "PUT /images/db297a42-5242-4122-968e-33bf4ad3fe1f HTTP/1.1" 200 688 0.020959



glance:api.log
2015-04-02 11:09:44.677 18319 DEBUG glance.api.middleware.version_negotiation [-] Determining version of request: POST /v1/images Accept: */* process_request /usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py:44
2015-04-02 11:09:44.677 18319 DEBUG glance.api.middleware.version_negotiation [-] Using url versioning process_request /usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py:57
2015-04-02 11:09:44.677 18319 DEBUG glance.api.middleware.version_negotiation [-] Matched version: v1 process_request /usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py:69
2015-04-02 11:09:44.677 18319 DEBUG glance.api.middleware.version_negotiation [-] new path /v1/images process_request /usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py:70
2015-04-02 11:09:44.678 18319 DEBUG keystonemiddleware.auth_token [-] Removing headers from request environment: X-Service-Catalog,X-Identity-Status,X-Roles,X-Service-Roles,X-Domain-Name,X-Service-Domain-Name,X-Project-Id,X-Service-Project-Id,X-Project-Domain-Name,X-Service-Project-Domain-Name,X-User-Id,X-Service-User-Id,X-User-Name,X-Service-User-Name,X-Project-Name,X-Service-Project-Name,X-User-Domain-Id,X-Service-User-Domain-Id,X-Domain-Id,X-Service-Domain-Id,X-User-Domain-Name,X-Service-User-Domain-Name,X-Project-Domain-Id,X-Service-Project-Domain-Id,X-Role,X-User,X-Tenant-Name,X-Tenant-Id,X-Tenant _remove_auth_headers /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:780
2015-04-02 11:09:44.678 18319 DEBUG keystonemiddleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:708
2015-04-02 11:09:44.678 18319 DEBUG keystoneclient.session [-] REQ: curl -i -X GET http://ps-sw-ctrl1:35357/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:155
2015-04-02 11:09:44.685 18319 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): ps-sw-ctrl1
2015-04-02 11:09:44.687 18319 DEBUG urllib3.connectionpool [-] "GET / HTTP/1.1" 300 759 _make_request /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:357
2015-04-02 11:09:44.692 18319 DEBUG keystoneclient.session [-] RESP: [300] {'date': 'Thu, 02 Apr 2015 11:09:44 GMT', 'content-type': 'application/json', 'content-length': '759', 'vary': 'X-Auth-Token'} 
RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2013-03-06T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v3+xml"}], "id": "v3.0", "links": [{"href": "http://ps-sw-ctrl1:35357/v3/";, "rel": "self"}]}, {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://ps-sw-ctrl1:35357/v2.0/";, "rel": "self"}, {"href": "http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}]}}
 _http_log_response /usr/lib/python2.7/site-packages/keystoneclient/session.py:182
2015-04-02 11:09:44.692 18319 DEBUG keystonemiddleware.auth_token [-] Server reports support for api versions: v3.0, v2.0 _get_supported_versions /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:1508
2015-04-02 11:09:44.692 18319 INFO keystonemiddleware.auth_token [-] Auth Token confirmed use of v3.0 apis
2015-04-02 11:09:44.692 18319 DEBUG keystoneclient.auth.identity.v2 [-] Making authentication request to http://ps-sw-ctrl1:35357/v2.0/tokens get_auth_ref /usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py:77
2015-04-02 11:09:44.751 18319 DEBUG urllib3.connectionpool [-] "POST /v2.0/tokens HTTP/1.1" 200 3487 _make_request /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:357
2015-04-02 11:09:44.752 18319 DEBUG keystoneclient.session [-] REQ: curl -i -X GET http://ps-sw-ctrl1:35357/v3/auth/tokens -H "X-Subject-Token: TOKEN_REDACTED" -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: TOKEN_REDACTED" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:155
2015-04-02 11:09:44.783 18319 DEBUG urllib3.connectionpool [-] "GET /v3/auth/tokens HTTP/1.1" 200 6200 _make_request /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:357
2015-04-02 11:09:44.784 18319 DEBUG keystoneclient.session [-] RESP: [200] {'x-subject-token': '4cba1c4fed2c4643bb3696fdba171146', 'content-type': 'application/json', 'content-length': '6200', 'vary': 'X-Auth-Token', 'date': 'Thu, 02 Apr 2015 11:09:44 GMT'} 
RESP BODY: {"token": {"methods": ["password", "token"], "roles": [{"id": "c81fe7c287f94c00b67f9b5f062827cb", "name": "admin"}], "expires_at": "2015-04-02T12:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fcf6507230846b8b51b7ac7f87c51c0", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "public", "id": "0a6b35b527064b8086f944b5a99a7f8c"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "admin", "id": "e1e5706fff5c42be92c3bf199d32aead"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "internal", "id": "ebe6ceaddada4c89af23367f60159382"}], "type": "volume", "id": "146b107bac9e4108aff33f460ad7521b", "name": "cinder"}, {"endpoints": [], "type": "orchestration", "id": "3ec5e76c1bcd47f6aa8911c9e81edce5", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "internal", "id": "3a98c7d59b2248788b71c6f7f88089e7"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "admin", "id": "7a831518c41d4a21ad68d4a593c766c4"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8776/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "public", "id": "829e5131d61c421b99b32f80097abe46"}], "type": "volumev2", "id": "4ac515f33de84b50bc211b870c59a18b", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8004/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "admin", "id": "0e5b342136754f19ac5905e203c52674"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8004/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "internal", "id": "f03f1a93ce1f4093ada3acadc39512fb"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8004/v1/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "public", "id": "f56280ebca9242a6942ea4f07727cad6"}], "type": "orchestration", "id": "86864c6cd4694082a54d35b6c3437789", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8080";, "region": "regionOne", "interface": "admin", "id": "1c3d19cf4de244c6be580224c002ce70"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8080/v1/AUTH_5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "public", "id": "415e0580bb984ee595ed270a53163b21"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8080/v1/AUTH_5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "internal", "id": "f8a4a6abef44462fb53664c3452db087"}], "type": "object-store", "id": "8b5321432ba44b38acbb1d62df02d921", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:5000/v2.0";, "region": "regionOne", "interface": "public", "id": "146a9d86789541a6a67e26b521106c9f"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:35357/v2.0";, "region": "regionOne", "interface": "admin", "id": "9b34ac25741146cebdbe904e747062aa"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:5000/v2.0";, "region": "regionOne", "interface": "internal", "id": "d6d6e42a557c4e069c763177af60cbff"}], "type": "identity", "id": "976bfa22538d4628adfd27df061578af", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8000/v1";, "region": "regionOne", "interface": "public", "id": "2907fbe263924fe0aeeda5df9f6766fb"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8000/v1";, "region": "regionOne", "interface": "internal", "id": "3d2ed4674b7440e29933def84fb460f7"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8000/v1";, "region": "regionOne", "interface": "admin", "id": "9824705402b14252aecc7a597e43caea"}], "type": "cloudformation", "id": "9e9bf4209a104592b440963eaa403f30", "name": "heat-cfn"}, {"endpoints": [], "type": "cloudformation", "id": "ac008d9241dc4f9abf6e64d55cab7cdf", "name": "heat-cfn"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8774/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "public", "id": "2f89e9d9814f4663a1ae7354ba5538da"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8774/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "internal", "id": "73f071c40083444f8e81e0bd6f7bfcdd"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:8774/v2/5fcf6507230846b8b51b7ac7f87c51c0";, "region": "regionOne", "interface": "admin", "id": "edc3b6cae0934df3a10c307a4662dbeb"}], "type": "compute", "id": "cb6552d889224671bd10809d99974e0b", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9696";, "region": "regionOne", "interface": "admin", "id": "06a87d2d66e443729aeefac16c72888e"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9696";, "region": "regionOne", "interface": "internal", "id": "41e9af144d444299a35c7900ff5b35bd"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9696";, "region": "regionOne", "interface": "public", "id": "b7f558a0f9a140c788e4a08f0fdcf4cb"}], "type": "network", "id": "d9e5a9febd6f4e078920b43d39568bc2", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9292";, "region": "regionOne", "interface": "admin", "id": "0f44152f14874a74b6217da88bac39bf"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9292";, "region": "regionOne", "interface": "public", "id": "26755b99768246979b05d5bfd3342201"}, {"region_id": "regionOne", "url": "http://ps-sw-ctrl1:9292";, "region": "regionOne", "interface": "internal", "id": "3842b649609b4f9388a53b74773d113f"}], "type": "image", "id": "e3abd014ff4440dc93bb80ebaf6893ec", "name": "glance"}], "extras": {}, "user": {"domain": {"id": "default", "name": "Default"}, "id": "ee9d3ec5e115446cb3a21bbf6ed48d0d", "name": "admin"}, "audit_ids": ["o88YPwbTTgWHHiM3TQjmZQ"], "issued_at": "2015-04-02T11:09:44.664987"}}
 _http_log_response /usr/lib/python2.7/site-packages/keystoneclient/session.py:182
2015-04-02 11:09:44.785 18319 DEBUG keystonemiddleware.auth_token [-] Storing token in cache store /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:1708
2015-04-02 11:09:44.786 18319 DEBUG keystonemiddleware.auth_token [-] Authenticating service token __call__ /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:727
2015-04-02 11:09:44.786 18319 DEBUG keystonemiddleware.auth_token [-] Received request from user: user_id None, project_id None, roles None service: user_id None, project_id None, roles None __call__ /usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py:746
2015-04-02 11:09:44.790 18319 DEBUG routes.middleware [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Matched POST /images __call__ /usr/lib/python2.7/site-packages/routes/middleware.py:100
2015-04-02 11:09:44.790 18319 DEBUG routes.middleware [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Route path: '/images', defaults: {'action': u'create', 'controller': <glance.common.wsgi.Resource object at 0x37375d0>} __call__ /usr/lib/python2.7/site-packages/routes/middleware.py:102
2015-04-02 11:09:44.790 18319 DEBUG routes.middleware [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Match dict: {'action': u'create', 'controller': <glance.common.wsgi.Resource object at 0x37375d0>} __call__ /usr/lib/python2.7/site-packages/routes/middleware.py:103
2015-04-02 11:09:44.791 18319 DEBUG glance.registry.client.v1.api [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Adding image metadata... add_image_metadata /usr/lib/python2.7/site-packages/glance/registry/client/v1/api.py:159
2015-04-02 11:09:44.791 18319 DEBUG glance.common.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Constructed URL: http://0.0.0.0:9191/images _construct_url /usr/lib/python2.7/site-packages/glance/common/client.py:398
2015-04-02 11:09:44.975 18319 DEBUG glance.registry.client.v1.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Registry request POST /images HTTP 200 request id req-c29458a0-6a07-4007-acbf-5bdcd987f48b do_request /usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py:122
2015-04-02 11:09:44.976 18319 DEBUG glance.common.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Constructed URL: http://0.0.0.0:9191/images/db297a42-5242-4122-968e-33bf4ad3fe1f _construct_url /usr/lib/python2.7/site-packages/glance/common/client.py:398
2015-04-02 11:09:44.985 18319 DEBUG glance.registry.client.v1.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Registry request GET /images/db297a42-5242-4122-968e-33bf4ad3fe1f HTTP 200 request id req-9ae1b804-b215-4fd4-a742-5b46aca35ea0 do_request /usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py:122
2015-04-02 11:09:44.986 18319 DEBUG glance.api.v1.images [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Setting image db297a42-5242-4122-968e-33bf4ad3fe1f to status 'saving' _upload /usr/lib/python2.7/site-packages/glance/api/v1/images.py:617
2015-04-02 11:09:44.986 18319 DEBUG glance.registry.client.v1.api [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Updating image metadata for image db297a42-5242-4122-968e-33bf4ad3fe1f... update_image_metadata /usr/lib/python2.7/site-packages/glance/registry/client/v1/api.py:166
2015-04-02 11:09:44.986 18319 DEBUG glance.common.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Constructed URL: http://0.0.0.0:9191/images/db297a42-5242-4122-968e-33bf4ad3fe1f _construct_url /usr/lib/python2.7/site-packages/glance/common/client.py:398
2015-04-02 11:09:45.009 18319 DEBUG glance.registry.client.v1.client [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Registry request PUT /images/db297a42-5242-4122-968e-33bf4ad3fe1f HTTP 200 request id req-8b426cef-5d05-4bb8-a194-b870ea8acffe do_request /usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py:122
2015-04-02 11:09:45.009 18319 DEBUG glance.api.v1.images [ed8e1f7f-e6c2-49ca-9d38-b63727aeb09b ee9d3ec5e115446cb3a21bbf6ed48d0d 5fcf6507230846b8b51b7ac7f87c51c0 - - -] Uploading image data for image db297a42-5242-4122-968e-33bf4ad3fe1f to rbd store _upload /usr/lib/python2.7/site-packages/glance/api/v1/images.py:623
_______________________________________________
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]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux