Thursday, 2018-06-07

*** bigdogstl has joined #openstack-swift00:15
*** itlinux has joined #openstack-swift00:20
*** bigdogstl has quit IRC00:23
*** threestrands has quit IRC00:25
*** threestrands has joined #openstack-swift00:28
*** itlinux has quit IRC00:58
*** itlinux has joined #openstack-swift01:00
*** threestrands has quit IRC01:35
*** threestrands has joined #openstack-swift01:35
*** threestrands has quit IRC01:36
*** threestrands has joined #openstack-swift01:37
*** threestrands has quit IRC01:37
*** threestrands has joined #openstack-swift01:37
*** threestrands has quit IRC01:38
*** threestrands has joined #openstack-swift01:38
*** threestrands has quit IRC01:38
*** threestrands has joined #openstack-swift01:38
*** threestrands has quit IRC01:39
*** threestrands has joined #openstack-swift01:40
*** threestrands has quit IRC01:40
*** threestrands has joined #openstack-swift01:40
*** threestrands has quit IRC01:41
*** zaitcev has joined #openstack-swift01:49
*** ChanServ sets mode: +v zaitcev01:49
*** threestrands has joined #openstack-swift02:11
*** threestrands has quit IRC02:11
*** threestrands has joined #openstack-swift02:11
yuxin_good morning02:13
yuxin_kota_: thanks for the explanation. it makes sense to do so.02:13
yuxin_kota_: i wanted to get headers like x-container-sysmeta-versions-location using S3Request.get_container_info. it's fine if it was authenticated, the sysmeta is included in info var. but if it wasn't authenticated, then it would make an s3api HEAD request, which would filter out all sysmeta.02:14
yuxin_kota_: so it's a bit inconsistency02:17
kota_morning again02:37
kota_yuxin_: oic. but... the sysmeta realted to users is not included in the Swift response if the request is denied with no auth, right?02:40
*** d0ugal_ has joined #openstack-swift02:50
*** d0ugal has quit IRC02:51
*** psachin has joined #openstack-swift02:52
yuxin_kota_: by saying not authenticated, i mean it will go to else clause in S3Request.get_container_info. should it be able to get the info in the else clause?02:55
yuxin_https://github.com/openstack/swift/blob/master/swift/common/middleware/s3api/s3request.py#L127402:55
kota_yuxin_: in my eyes, the if/else should work for just performance efficiation. That means, the response should not be different. IMO.02:57
kota_the intention of that is only we can skip auth or not.02:58
kota_if the response was different, that would be a bug.02:58
*** lifeless_ has joined #openstack-swift03:03
*** lifeless has quit IRC03:03
yuxin_kota_: thanks a lot, finally got what this if/else means.03:06
kota_yuxin_: yeah, thanks for looking around it. if you find any problems, your contribution is much helpful to us.03:07
yuxin_kota_: by the way, do you know is there someone still working on s3api object versioning?03:08
kota_yuxin_: timburke IIRC03:09
kota_but i know he is much busy on everything in swift (and his private for now) so it may be slow progress03:09
yuxin_is it ok to pick the commits by karen in swift3 to swift?03:10
kota_yuxin_: I'm sure at that, karen is nice but she is not active on swift and swift3 for now.03:11
kota_sure, you can take it, i mean03:11
yuxin_ok, thanks03:12
*** threestrands has quit IRC03:13
*** germs has quit IRC03:37
*** germs has joined #openstack-swift03:38
mattoliveraumorning kota_ :)03:46
mattoliverauyuxin_: o/03:46
yuxin_mattoliverau: \o03:47
*** ccamacho has quit IRC04:05
*** germs has quit IRC04:16
kota_mattoliverau: good afternoon04:27
*** links has joined #openstack-swift04:28
*** mvk has joined #openstack-swift04:54
*** cbartz has joined #openstack-swift04:58
*** cbartz has quit IRC05:23
*** cbartz has joined #openstack-swift05:33
*** cshastri has joined #openstack-swift05:47
*** gyee has quit IRC05:53
notmynamemattoliverau is all about landing the 2015 patches! ;-)06:02
mattoliverauI am!06:02
mattoliverauwell if they work and add a use case someone may want, therefore make swift better, then yes I am ;)06:03
notmyname:-)06:09
kota_what's up?06:18
*** bigdogstl has joined #openstack-swift06:29
*** bigdogstl has quit IRC06:33
*** pcaruana has joined #openstack-swift06:35
openstackgerritKota Tsuyuzaki proposed openstack/swift master: Add ceph-s3 test non-voting job  https://review.openstack.org/56470006:36
*** hseipp has joined #openstack-swift06:42
openstackgerritMerged openstack/swift master: Adds read_only middleware  https://review.openstack.org/23374906:49
*** ccamacho has joined #openstack-swift06:52
*** sajjadg has joined #openstack-swift06:53
kota_oh, notmyname means about p 23374906:54
patchbothttps://review.openstack.org/#/c/233749/ - swift - Adds read_only middleware (MERGED)06:54
*** gkadam has joined #openstack-swift07:07
*** armaan has joined #openstack-swift07:10
*** jistr|mtgs is now known as jistr07:22
mattoliveraukota_: yeah, I just +Aed it :)07:26
mattoliverautimburke: does have a followup patch I haven't landed yet tho.. got side tracked07:26
*** geaaru has joined #openstack-swift07:35
kota_mattoliverau: merging the read_only middleware w/ *doc-impact* tag triggers a bug report. interesting.07:43
kota_bug 23374907:43
openstackbug 233749 in Moovida "Support for num keys in LIRC input provider" [Wishlist,Fix released] https://launchpad.net/bugs/233749 - Assigned to Philippe Normand (philn)07:43
kota_no, it's not07:44
kota_bug 177552507:44
openstackbug 1775525 in OpenStack Object Storage (swift) " Adds read_only middleware" [Undecided,New] https://launchpad.net/bugs/177552507:44
kota_the previous one was gerrit id.07:44
remix_tjkota_: i was struggling to identify where does LIRC could be used in openstack :-)08:03
kota_remix_tj: nice to looking :-)08:05
acolesgood morning08:21
*** d0ugal_ has quit IRC08:29
*** d0ugal has joined #openstack-swift08:29
*** d0ugal has quit IRC08:29
*** d0ugal has joined #openstack-swift08:29
remix_tjthis readonly middleware is interesting for my exercise, i'll keep note08:34
mattoliveraukota_: oh yeah, opps, I don't think we use doc impact like that anymore. it is an old patch. I think it included relevent doc patches so probably didn't need the tag09:05
*** lifeless_ has quit IRC09:17
*** lifeless has joined #openstack-swift09:18
*** hseipp has quit IRC09:22
*** armaan has quit IRC09:27
*** armaan has joined #openstack-swift09:28
*** cbartz has quit IRC09:33
*** links has quit IRC09:48
*** links has joined #openstack-swift10:05
*** bigdogstl has joined #openstack-swift10:29
*** bigdogstl has quit IRC10:34
*** links has quit IRC10:39
openstackgerritAlistair Coles proposed openstack/swift master: Allow domain remap storage_domain to be configured for func tests  https://review.openstack.org/57318110:54
acolestimburke: ^^ alternative to your approach in p 54927710:55
patchbothttps://review.openstack.org/#/c/549277/ - swift - Make storage_domain configurable in func tests10:55
*** links has joined #openstack-swift10:56
*** cbartz has joined #openstack-swift10:59
openstackgerritAlistair Coles proposed openstack/swift master: Allow domain remap storage_domain to be configured for func tests  https://review.openstack.org/57318110:59
openstackgerritKota Tsuyuzaki proposed openstack/swift master: Do not merge: ceph s3tests: test missing known failures  https://review.openstack.org/57250810:59
*** tdasilva has joined #openstack-swift11:00
*** cbartz has quit IRC11:27
*** cbartz has joined #openstack-swift11:42
*** armaan has quit IRC12:12
*** armaan has joined #openstack-swift12:13
*** armaan has quit IRC12:17
*** rcernin has quit IRC12:56
*** cshen has joined #openstack-swift12:57
*** kei_yama has quit IRC13:03
*** mpasserini has joined #openstack-swift13:14
mpasseriniHi, Is there a way to set a quota of number of files for each accounts? I found only a space-used limit. It's possible to limit the number of files only at container level.13:15
*** openstackgerrit has quit IRC13:34
tdasilvampasserini: account-quota supports only quota in bytes. container-quota supports quota in bytes or number of objects13:36
mpasseriniany chance we would get a limit for number of objects at account level?13:38
mpasserinilet's say we don't want our users to fill the inodes of our filesystem13:38
mpasseriniit would be a nice feature to have13:39
*** armaan has joined #openstack-swift13:52
DHEsounds like a pretty simple modification to the account_quota middleware13:57
tdasilvampasserini, DHE: i'm certain this is not the first time a similar request has been made, but i couldn't find any launchpad bugs or items in the ideas page. Not sure if anyone is working on it, but patches are always welcome ;)14:02
tdasilvajust fyi, link to ideas page: https://wiki.openstack.org/wiki/Swift/ideas14:03
*** gkadam has quit IRC14:03
*** gkadam has joined #openstack-swift14:04
*** cbartz has quit IRC14:09
*** links has quit IRC14:23
*** itlinux has quit IRC14:26
*** ccamacho has quit IRC14:42
*** openstackgerrit has joined #openstack-swift14:44
*** lifeless_ has joined #openstack-swift14:53
*** lifeless has quit IRC14:53
*** cshen has quit IRC15:05
*** d0ugal has quit IRC15:07
*** mikecmpbll has joined #openstack-swift15:08
*** silor has joined #openstack-swift15:09
*** itlinux has joined #openstack-swift15:13
*** cshastri has quit IRC15:23
-openstackstatus- NOTICE: Zuul update for Ansible 2.5 in progress. Scheduler crashed as unexpected side effect of pip upgrade. Will be back and running shortly.15:31
*** sajjadg has quit IRC15:36
*** cshastri has joined #openstack-swift15:42
*** silor has quit IRC15:44
mpasserinidone, thanks for the tip: https://wiki.openstack.org/wiki/Swift/ideas/account-quota-files15:45
*** gyee has joined #openstack-swift15:46
tdasilvampasserini: docs for account quota: https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.account_quotas15:48
mpasseriniok thanks, I updated the page15:50
*** mpasserini has quit IRC15:55
notmynamegood morning16:05
-openstackstatus- NOTICE: The zuul upgrade to ansible 2.5 is complete and zuul is running again. Changes uploaded or approved between 15:25 and 15:45 will need to be rechecked. Please report any problems in #openstack-infra16:11
*** hseipp has joined #openstack-swift16:12
*** lifeless has joined #openstack-swift16:16
*** lifeless_ has quit IRC16:16
*** bigdogstl has joined #openstack-swift16:20
*** hseipp has quit IRC16:26
openstackgerritAlistair Coles proposed openstack/swift master: configurable diskfile per policy fixups  https://review.openstack.org/57330916:26
*** mikecmpbll has quit IRC16:27
acolesclayg: I just left comments on p 447129. I read back over your earlier comments. alecuyer and rledisez will probably benefit from at least you and I arguing towards some consensus re. the fate of DiskfileRouter :)16:32
patchbothttps://review.openstack.org/#/c/447129/ - swift - Configure diskfile per storage policy16:32
* acoles afk16:32
*** lifeless_ has joined #openstack-swift16:35
*** lifeless has quit IRC16:36
timburkegoot morning16:48
*** SkyRocknRoll has joined #openstack-swift16:53
*** ccamacho has joined #openstack-swift16:57
*** SkyRocknRoll has quit IRC17:03
*** ccamacho has quit IRC17:08
*** ccamacho has joined #openstack-swift17:08
*** ccamacho has quit IRC17:09
*** ccamacho has joined #openstack-swift17:09
*** gkadam has quit IRC17:14
*** SkyRocknRoll has joined #openstack-swift17:18
*** ccamacho has quit IRC17:21
*** ccamacho has joined #openstack-swift17:21
*** itlinux has quit IRC17:30
*** psachin has quit IRC17:32
*** openstackgerrit has quit IRC17:34
*** bigdogstl has quit IRC17:37
*** cshastri has quit IRC17:46
*** armaan_ has joined #openstack-swift17:58
*** armaan has quit IRC17:58
*** geaaru has quit IRC18:02
*** SkyRocknRoll has quit IRC18:29
*** SkyRocknRoll has joined #openstack-swift18:29
*** spotz has quit IRC18:45
*** spotz has joined #openstack-swift18:46
*** armaan_ has quit IRC18:48
*** gkadam has joined #openstack-swift18:51
*** SkyRocknRoll has quit IRC18:56
*** openstackgerrit has joined #openstack-swift18:57
openstackgerritTim Burke proposed openstack/swift master: Fix up insecure behavior for functional tests  https://review.openstack.org/57060418:57
*** beisner-sick is now known as beisner19:00
*** mvk has quit IRC19:18
*** cshen has joined #openstack-swift19:28
*** d0ugal has joined #openstack-swift19:29
*** d0ugal has quit IRC19:29
*** d0ugal has joined #openstack-swift19:29
*** cshen has quit IRC20:00
*** gkadam has quit IRC20:11
openstackgerritMerged openstack/python-swiftclient master: Remove PyPI downloads  https://review.openstack.org/57328120:14
*** itlinux has joined #openstack-swift20:15
*** d0ugal has quit IRC20:21
*** pcaruana has quit IRC20:39
*** armaan has joined #openstack-swift20:47
*** germs has joined #openstack-swift20:59
*** germs has quit IRC21:01
*** germs has joined #openstack-swift21:03
*** germs has quit IRC21:04
*** itlinux has quit IRC21:15
*** bigdogstl has joined #openstack-swift21:16
*** armaan has quit IRC21:25
*** bigdogstl has quit IRC21:38
*** bigdogstl has joined #openstack-swift21:57
*** bigdogstl has quit IRC22:03
*** lifeless_ has quit IRC22:03
*** lifeless has joined #openstack-swift22:04
*** bigdogstl has joined #openstack-swift22:14
*** bigdogstl has quit IRC22:19
*** rcernin has joined #openstack-swift22:24
*** bigdogstl has joined #openstack-swift22:47
*** bigdogstl has quit IRC22:52
*** bigdogstl has joined #openstack-swift23:01
*** bigdogstl has quit IRC23:09
*** kei_yama has joined #openstack-swift23:10
*** bigdogstl has joined #openstack-swift23:10
*** bigdogstl has quit IRC23:14
mattoliveraumorning23:29
*** bigdogstl has joined #openstack-swift23:30
*** bigdogstl has quit IRC23:35
*** bigdogstl has joined #openstack-swift23:49

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!