Opened at 2013-02-26T02:48:21Z
Last modified at 2020-10-30T12:35:44Z
#1923 closed defect
cloud backend OpenStack: crawlers are not working correctly with HP Cloud Object Storage — at Version 5
Reported by: | davidsarah | Owned by: | davidsarah |
---|---|---|---|
Priority: | normal | Milestone: | 1.15.0 |
Component: | code-storage | Version: | cloud-branch |
Keywords: | cloud-backend openstack hp-cloud accounting crawlers leasedb | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
The smoke-testing I did to confirm that the OpenStack code was working with HP Cloud Object Storage, only covered basic upload/download. It appears that list queries done by the accounting crawler are not finding any existing shares, causing the accounting crawler to treat all shares in the leasedb as "disappeared". This doesn't happen with Rackspace Cloud Files.
List queries done in order to find specific shares for download are working, so it's probably something to do with the prefix handling (unless I'm misinterpreting the logs).
Change History (5)
comment:1 Changed at 2013-02-26T02:49:14Z by davidsarah
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed at 2013-02-26T03:04:09Z by davidsarah
comment:3 Changed at 2013-02-27T23:52:46Z by zooko
- Keywords leasedb added
comment:4 Changed at 2013-03-01T01:42:35Z by davidsarah
This appears to be unrelated to #1921, even though it has superficially similar symptoms.
comment:5 Changed at 2014-12-06T15:44:38Z by daira
- Description modified (diff)
- Milestone changed from undecided to 1.12.0
Hmm, the ability to run tests against an actual cloud storage service rather than mock_cloud (as suggested by itamar) would help here.