openstackgerrit | Merged openstack/swift master: add more detail to s3api test failure https://review.openstack.org/649290 | 00:16 |
---|---|---|
mattoliverau | morning | 00:25 |
openstackgerrit | Tim Burke proposed openstack/swift master: Move from py35 to py37 for gating py3 jobs https://review.openstack.org/649485 | 00:44 |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: test/unit/common/middleware/s3api/test_s3token.py https://review.openstack.org/648787 | 00:48 |
*** klamath has quit IRC | 01:12 | |
*** spotz has quit IRC | 01:12 | |
openstackgerrit | JoeYang proposed openstack/swift master: Fixed unit test of test_delete_partition_override_params method https://review.openstack.org/649489 | 01:53 |
*** nguyenhai has joined #openstack-swift | 02:09 | |
*** spsurya has joined #openstack-swift | 02:12 | |
*** BjoernT has joined #openstack-swift | 02:27 | |
*** gkadam has joined #openstack-swift | 02:37 | |
*** BjoernT has quit IRC | 02:58 | |
*** BjoernT has joined #openstack-swift | 03:05 | |
*** BjoernT has quit IRC | 03:06 | |
*** BjoernT has joined #openstack-swift | 03:09 | |
*** psachin has joined #openstack-swift | 03:16 | |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Use labels to mount filesystems in the guide https://review.openstack.org/649500 | 03:50 |
openstackgerrit | JoeYang proposed openstack/swift master: Fixed unit test of test_delete_partition_override_params method https://review.openstack.org/649502 | 04:42 |
*** BjoernT has quit IRC | 05:11 | |
openstackgerrit | Merged openstack/python-swiftclient master: Remove oslosphinx usage https://review.openstack.org/646022 | 05:46 |
openstackgerrit | Merged openstack/python-swiftclient master: Update master for stable/stein https://review.openstack.org/644201 | 06:17 |
*** pcaruana has joined #openstack-swift | 06:36 | |
*** pcaruana has quit IRC | 06:38 | |
*** pcaruana has joined #openstack-swift | 06:38 | |
*** tkajinam has quit IRC | 06:58 | |
*** tkajinam has joined #openstack-swift | 07:03 | |
*** rdejoux has joined #openstack-swift | 07:04 | |
*** jistr is now known as jistr|afk | 07:22 | |
*** e0ne has joined #openstack-swift | 07:27 | |
*** rexor has joined #openstack-swift | 07:40 | |
rexor | Hello, I have question regarding to openstack swift cluster ugrade process. I want to upgrade from Ocata to Queens. I can't upgrade my gateways to queens becouse I am hosting keystone with swift-proxy on same servers. It is supported to upgrade storage nodes from ocata to queeens and upgrade gateways like month later? | 07:44 |
rexor | I can't upgrade gateways faster becouse part of my clients are using keystone v2 API witch is removed in Queens | 07:45 |
*** mikecmpbll has joined #openstack-swift | 07:59 | |
*** e0ne has quit IRC | 08:07 | |
*** e0ne has joined #openstack-swift | 08:15 | |
*** e0ne has quit IRC | 08:17 | |
*** e0ne has joined #openstack-swift | 08:24 | |
*** ccamacho has joined #openstack-swift | 08:25 | |
*** e0ne has quit IRC | 08:26 | |
*** tkajinam has quit IRC | 08:45 | |
*** rdejoux has quit IRC | 09:28 | |
*** rdejoux has joined #openstack-swift | 09:45 | |
*** e0ne has joined #openstack-swift | 10:03 | |
*** e0ne has quit IRC | 10:11 | |
*** e0ne has joined #openstack-swift | 10:15 | |
*** e0ne has quit IRC | 10:53 | |
*** mvkr has quit IRC | 11:01 | |
*** jistr|afk is now known as jistr | 11:02 | |
*** hoonetorg has joined #openstack-swift | 11:16 | |
*** rcernin has quit IRC | 11:38 | |
tdasilva | rexor: I'd check out the changelog and see if there's any changes there that would cause issues. I skimmed through it really quick and nothing jumped out at me. OTOH, couple questions? why not wait until you can upgrade the whole thing? I'd try to keep things simple. and why upgrade to ocata? I'd really suggest upgrading to something newer...There's been lots of good changes since Ocata | 11:54 |
tdasilva | Ocata is now more than 3 years old... | 11:54 |
*** mvkr has joined #openstack-swift | 11:54 | |
tdasilva | sorry, you upgrading to queens...but even queens is over a year old... | 11:55 |
*** e0ne has joined #openstack-swift | 12:20 | |
*** nguyenhai has quit IRC | 12:33 | |
*** mikecmpbll has quit IRC | 13:06 | |
*** e0ne has quit IRC | 13:35 | |
*** e0ne has joined #openstack-swift | 13:48 | |
admin6 | Hi team. On my erasure coding ring (9+3) I’ve a lot (about 50 per second) of logs about fragments that can’t be reconstructed ("object-reconstructor: Unable to get enough responses (1/9) to reconstruct"). Looking deeper into the storage devices, these fragments seems to be old parts of files that have been deleted at one time. They are parsed every day but never been cleaned. Is ther a swift process that is suppose | 13:53 |
admin6 | clean such fragments ? | 13:53 |
*** BjoernT has joined #openstack-swift | 13:56 | |
*** BjoernT has quit IRC | 13:56 | |
tdasilva | admin6: interesting that .ts would not have caused these fragments to be cleaned up :/ | 14:01 |
tdasilva | I think there was a bug fixed in the reconstructor recently, but IIRC it was about cleaning up empty dirs... | 14:02 |
admin6 | tdasilva: what exactly is the .ts ? Is the framgent supposed to be renamed for deletion ? | 14:04 |
*** BjoernT has joined #openstack-swift | 14:06 | |
tdasilva | .ts is a tombstone file written by the object server when an object is deleted. what I expected happened is that when the DELETE happened, the node/disk where these fragments are left were either handoff nodes or just couldn't be reached, but the DELETE still reached quorum so it was successful. | 14:07 |
admin6 | tdasilva: that is exactly what I suspected, I’m quite sure that most of these fragments where on handoff when the file was deleted. | 14:10 |
tdasilva | admin6: https://bugs.launchpad.net/swift/+bug/1655608 | 14:10 |
openstack | Launchpad bug 1655608 in OpenStack Object Storage (swift) "reconstructor tries to reconstruct a deleted object from an orphan fragment" [Medium,Confirmed] | 14:10 |
tdasilva | admin6: that bug sounds like what you are seeing... | 14:12 |
admin6 | tdasilva: yes, I think I’m right in this case, Also, I’ve made a big step upgrade from swift 2.7 to 2.17 6 monthes ago and most of these fragments seem to be older than the upgrade. I think I’ll write a dedicated script to clean this fragments unless there is a cleaner solution. Thanks for your help :-) | 14:16 |
*** tokuzfunpi has joined #openstack-swift | 14:20 | |
hugokuo | clayg: I don't think so | 14:21 |
hugokuo | Let me have joey to setup irc | 14:21 |
*** e0ne has quit IRC | 14:22 | |
*** e0ne has joined #openstack-swift | 14:23 | |
openstackgerrit | JoeYang proposed openstack/swift master: Change partition name from string to integer https://review.openstack.org/649240 | 14:28 |
*** tokuzfun_ has joined #openstack-swift | 14:31 | |
*** tokuzfun_ is now known as joey | 14:33 | |
*** joey is now known as Guest86235 | 14:33 | |
hugokuo | tokuzfunpi: test | 14:36 |
hugokuo | clayg: Joey is here as tokuzfunpi | 14:37 |
*** e0ne has quit IRC | 14:37 | |
clayg | tokuzfunpi: !!! | 14:37 |
*** Guest86235 has quit IRC | 14:37 | |
clayg | tokuzfunpi: p 649240 is already looking better | 14:37 |
patchbot | https://review.openstack.org/#/c/649240/ - swift - Change partition name from string to integer - 2 patch sets | 14:37 |
clayg | you can abandon the follow-ups, the abandon message would normally say like "squashed into 649240" or something like that 👍 | 14:38 |
tdasilva | tokuzfunpi: welcome | 14:38 |
tokuzfunpi | hi all | 14:38 |
tdasilva | timburke: https://pypi.org/project/pyeclib/ is now up to 1.6.0 good job! | 14:39 |
notmyname | good morning | 14:40 |
*** tokuzfun_ has joined #openstack-swift | 14:40 | |
*** tokuzfun_ has joined #openstack-swift | 14:41 | |
*** tokuzfun_ has quit IRC | 14:42 | |
*** e0ne has joined #openstack-swift | 14:44 | |
clayg | tokuzfunpi: see p 353648 for context (or ask charz) - I think you can just swap around the order we handle the continues... maybe | 15:07 |
patchbot | https://review.openstack.org/#/c/353648/ - swift - Ignore auditor status files to prevent replicator ... (MERGED) - 3 patch sets | 15:07 |
clayg | *sometimes* we get weird directory names next the part dirs from like operator error... we don't want to blow up the whole replication loop in such a case | 15:08 |
*** tokuzfunpi has quit IRC | 15:08 | |
*** mvkr has quit IRC | 15:28 | |
*** e0ne has quit IRC | 15:37 | |
*** e0ne has joined #openstack-swift | 15:37 | |
*** BjoernT has quit IRC | 15:48 | |
*** e0ne has quit IRC | 15:59 | |
*** e0ne has joined #openstack-swift | 16:05 | |
*** e0ne has quit IRC | 16:05 | |
*** e0ne has joined #openstack-swift | 16:06 | |
*** BjoernT has joined #openstack-swift | 16:11 | |
*** psachin has quit IRC | 16:34 | |
clayg | ugh, the rechecks 😢 | 16:38 |
*** gkadam has quit IRC | 16:42 | |
*** spsurya has quit IRC | 16:46 | |
*** e0ne has quit IRC | 16:51 | |
*** BjoernT has quit IRC | 17:01 | |
*** e0ne has joined #openstack-swift | 17:14 | |
*** e0ne has quit IRC | 17:15 | |
*** BjoernT has joined #openstack-swift | 17:19 | |
*** BjoernT has quit IRC | 17:23 | |
*** spsurya has joined #openstack-swift | 17:28 | |
*** BjoernT has joined #openstack-swift | 17:28 | |
*** sleterrier has quit IRC | 18:19 | |
*** samueldmq has joined #openstack-swift | 18:25 | |
*** rdejoux has quit IRC | 18:30 | |
*** e0ne has joined #openstack-swift | 18:48 | |
*** e0ne has quit IRC | 19:30 | |
*** BjoernT has quit IRC | 20:10 | |
openstackgerrit | Merged openstack/swift master: Use labels to mount filesystems in the guide https://review.openstack.org/649500 | 20:12 |
*** BjoernT has joined #openstack-swift | 20:44 | |
*** rcernin has joined #openstack-swift | 20:45 | |
*** BjoernT has quit IRC | 20:45 | |
*** BjoernT has joined #openstack-swift | 20:50 | |
*** BjoernT has quit IRC | 20:54 | |
kota_ | morning | 20:57 |
*** BjoernT has joined #openstack-swift | 20:57 | |
mattoliverau | morning | 20:57 |
rledisez | good morning | 20:57 |
*** spsurya has quit IRC | 20:59 | |
timburke | clayg, cschwede, tdasilva, zaitcev, alecuyer -- meeting ping | 21:00 |
clayg | Hey guys! I’m async | 21:00 |
*** BjoernT has quit IRC | 21:05 | |
*** pcaruana has quit IRC | 21:06 | |
*** BjoernT has joined #openstack-swift | 21:06 | |
*** rcernin has quit IRC | 21:42 | |
timburke | await clayg() | 21:44 |
mattoliverau | lol | 21:44 |
*** BjoernT has quit IRC | 22:12 | |
clayg | Yield | 22:28 |
clayg | Didn’t want to starve the reactor | 22:28 |
*** tkajinam has joined #openstack-swift | 23:04 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!