openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add container_count to policy_stat table https://review.openstack.org/120795 | 00:05 |
---|---|---|
openstackgerrit | Clay Gerrard proposed a change to openstack/python-swiftclient: Add per policy container count to account stat output https://review.openstack.org/122895 | 00:09 |
*** kyles_ne has quit IRC | 00:12 | |
*** kyles_ne has joined #openstack-swift | 00:12 | |
clayg | k, i'm off - have a good night | 00:13 |
*** kyles_ne has quit IRC | 00:17 | |
*** dmsimard_away is now known as dmsimard | 00:45 | |
*** mwstorer has quit IRC | 01:01 | |
*** shri has quit IRC | 01:11 | |
*** Dafna has quit IRC | 01:17 | |
*** judd7 has quit IRC | 01:20 | |
*** Trixboxer has quit IRC | 01:29 | |
*** Dafna has joined #openstack-swift | 01:36 | |
*** mkollaro has quit IRC | 01:46 | |
*** dmsimard is now known as dmsimard_away | 02:21 | |
*** echevemaster has quit IRC | 02:59 | |
*** fifieldt__ has quit IRC | 03:42 | |
openstackgerrit | A change was merged to openstack/swift: Early framework for the EC Reconstructor https://review.openstack.org/106910 | 03:52 |
*** zaitcev has quit IRC | 04:26 | |
*** kbee has joined #openstack-swift | 04:27 | |
*** hhuang has joined #openstack-swift | 05:11 | |
*** jdaggett has quit IRC | 05:50 | |
*** goodes has quit IRC | 05:50 | |
*** nottrobin has quit IRC | 05:50 | |
*** zhiyan has quit IRC | 05:51 | |
*** serverascode has quit IRC | 05:51 | |
*** hhuang has quit IRC | 05:52 | |
*** Alex_Gaynor has quit IRC | 05:55 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/swift: Imported Translations from Transifex https://review.openstack.org/122327 | 06:11 |
*** nottrobin has joined #openstack-swift | 06:12 | |
*** Alex_Gaynor has joined #openstack-swift | 06:20 | |
*** jdaggett has joined #openstack-swift | 06:21 | |
*** goodes_ has joined #openstack-swift | 06:22 | |
*** zhiyan has joined #openstack-swift | 06:22 | |
*** serverascode_ has joined #openstack-swift | 06:23 | |
openstackgerrit | Christian Schwede proposed a change to openstack/swift: Limit partition movement when adding a new tier https://review.openstack.org/121422 | 07:17 |
openstackgerrit | A change was merged to openstack/swift: Fixes several typos (Swift) https://review.openstack.org/122602 | 07:30 |
*** mkollaro has joined #openstack-swift | 08:33 | |
*** jamiehannaford has joined #openstack-swift | 08:44 | |
*** Dafna has quit IRC | 08:58 | |
*** AbyssOne is now known as JelleB | 09:49 | |
*** tanee has quit IRC | 10:22 | |
*** tanee has joined #openstack-swift | 10:22 | |
*** wer has quit IRC | 10:23 | |
*** wer has joined #openstack-swift | 10:24 | |
*** wer has quit IRC | 10:31 | |
*** mkollaro has quit IRC | 10:32 | |
*** wer has joined #openstack-swift | 10:33 | |
*** kbee has quit IRC | 11:00 | |
*** kbee has joined #openstack-swift | 11:01 | |
*** kbee has quit IRC | 11:05 | |
*** kbee has joined #openstack-swift | 11:06 | |
*** mkollaro has joined #openstack-swift | 12:05 | |
openstackgerrit | A change was merged to openstack/swift: Test for unicode names in AccountBroker.merge_items() https://review.openstack.org/122570 | 12:52 |
*** fbo has quit IRC | 13:14 | |
*** mkollaro has quit IRC | 13:30 | |
*** kbee has quit IRC | 13:35 | |
*** kbee has joined #openstack-swift | 13:36 | |
*** fbo has joined #openstack-swift | 13:42 | |
*** openstackgerrit has quit IRC | 13:54 | |
*** Trixboxer has joined #openstack-swift | 15:47 | |
*** mahatic has joined #openstack-swift | 15:48 | |
*** mkollaro has joined #openstack-swift | 16:02 | |
*** mkollaro has quit IRC | 16:33 | |
*** mkollaro has joined #openstack-swift | 16:35 | |
*** kbee has quit IRC | 16:37 | |
*** yuanz has joined #openstack-swift | 16:57 | |
*** yuan has quit IRC | 17:00 | |
*** mkollaro has quit IRC | 17:17 | |
*** dmsimard_away is now known as dmsimard | 17:18 | |
*** acoles has quit IRC | 17:21 | |
*** dmsimard is now known as dmsimard_away | 17:33 | |
*** acoles has joined #openstack-swift | 17:36 | |
*** ChanServ sets mode: +v acoles | 17:36 | |
smart_developer | Does someone know why "swift ..... stat" could be saying (consistently) that there are x-1 objects stored in the cluster, when I actually uploaded (and can download) x number of objects ? | 17:56 |
*** mkollaro has joined #openstack-swift | 17:56 | |
smart_developer | I've tried re-downloading every single one of them, and when I do, I get the correct contents back. | 17:57 |
smart_developer | Moreover, whenever I tried using a tempURL I generate for any particular object, I get a 404 Not found error. | 17:57 |
smart_developer | Similarly, I also get a 404 error whenever trying to set a Container Quota. | 17:57 |
*** infotection has quit IRC | 18:07 | |
smart_developer | Ok, now I did something like | 18:09 |
smart_developer | curl -i -H “X-Auth-Token: <token>” -H “X-Container-Meta-Quota-Bytes: <value>” -X PUT <storage_url>/<container> | 18:09 |
smart_developer | except I didn't put anything for <container> | 18:09 |
smart_developer | and now instead of giving me a 404, it returned a "202 Accepted" | 18:10 |
smart_developer | But now, whenever I do a "swift ..... stat" command, it says that the number of Containers, Objects, and Bytes, in the cluster are all 0. | 18:10 |
*** infotection has joined #openstack-swift | 18:12 | |
smart_developer | If I'm not mistaken, the HTTP response, if everything works correctly, should be "201 Created", and not "202 Accepted", right ? | 18:13 |
mandarine | smart_developer: I'm not sure but I think you might be creating/updating an account. | 19:36 |
mandarine | (just a possibility) | 19:36 |
smart_developer | Well, that seems to be the case, but I'm not sure how to revert this now.... | 19:44 |
smart_developer | mandarine : Because now "swift ..... stat" is saying that there are only 0 Containers, 0 Objects, and 0 Bytes in the cluster. | 19:45 |
smart_developer | But originally I had a few containers & objects in there. | 19:46 |
*** jamiehannaford has quit IRC | 19:49 | |
mandarine | I never used that option | 19:50 |
smart_developer | "swift ... stat" is one of the swiftclient CLI commands | 19:54 |
mandarine | Ya, I mainly use some wrapper around curl :x I'm realy sorry :x | 20:02 |
smart_developer | mandarine : No worries. But do you mind showing me some examples of what that looks like ? | 20:04 |
smart_developer | It could be any command(s) | 20:05 |
mandarine | Well, we have our own token authentication (because it was there before swift, mostly >_<) | 20:06 |
mandarine | But basically, it's looks just like curl -X PUT directly on proxies with no authentication from some point of view | 20:07 |
*** dvorkbjel has joined #openstack-swift | 20:07 | |
mandarine | smart_developer: do you have several nodes ? | 20:08 |
smart_developer | I have 3 and all of them are running all of the services (proxy, account, container, object). | 20:09 |
mandarine | Hum | 20:09 |
smart_developer | HAProxy to route requests among them | 20:09 |
smart_developer | And Keystone on a separate server. | 20:09 |
mandarine | Just to check, it's still the same swift.conf ? with the exact same hashes_prefix and _suffix on all three servers? :x | 20:10 |
smart_developer | mandarine : Yes. | 20:16 |
mandarine | smart_developer: when you say "<storage_url>", is it your swift-proxy, then ? | 20:17 |
smart_developer | mandarine : It's the HAProxy (load balancer) URL. | 20:29 |
smart_developer | mandarine : It's the HAProxy (load balancer) URL, actually. | 20:29 |
ctennis | is the swift account you're using the "stat" command under changing smart_developer? Those numbers are account specific. | 20:39 |
ctennis | you can add the --debug flag to the swift command and see that it's just using curl behind the scenes. | 20:39 |
smart_developer | ctennis : The swift account that I'm using isn't changing at all. | 20:41 |
smart_developer | ctennis : And what's the difference between --debug and --verbose flags | 20:42 |
smart_developer | thanks | 20:42 |
ctennis | well try them out, they give different outputs | 20:42 |
ctennis | I don't know why your counts would suddenly go away/change unless something behind the scenes is messing with the data. | 20:45 |
ctennis | the log files should show all of the requests and the subsequent updates to the container server | 20:45 |
smart_developer | ctennis : Do you have any guesses as to why the counts might be changing like this ? | 20:51 |
ctennis | not really without diving into the log files, but if they reset to 0 then my hunch is you are either querying a different acount (and don't realize it), or you lost your container data. | 21:17 |
*** acoles has quit IRC | 21:32 | |
*** acoles has joined #openstack-swift | 21:51 | |
*** ChanServ sets mode: +v acoles | 21:51 | |
*** tkay has joined #openstack-swift | 21:52 | |
*** dmsimard_away is now known as dmsimard | 21:55 | |
*** dmsimard is now known as dmsimard_away | 22:05 | |
*** bobbinnumerous has joined #openstack-swift | 22:16 | |
*** tkay has quit IRC | 22:29 | |
*** tkay has joined #openstack-swift | 22:35 | |
*** tkay has quit IRC | 22:36 | |
*** mkollaro has quit IRC | 22:37 | |
*** mahatic has quit IRC | 23:30 | |
*** dmsimard_away is now known as dmsimard | 23:41 | |
*** mahatic has joined #openstack-swift | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!