Thursday, 2019-11-14

*** diablo_rojo__ has quit IRC01:16
openstackgerritMerged openstack/swift master: Follow up punch_hole patch  https://review.opendev.org/60277501:17
*** gyee has quit IRC01:46
openstackgerritClay Gerrard proposed openstack/python-swiftclient master: WIP: object versioning features  https://review.opendev.org/69187702:14
*** psachin has joined #openstack-swift03:38
openstackgerritTim Burke proposed openstack/python-swiftclient master: WIP: object versioning features  https://review.opendev.org/69187705:54
*** ccamel has quit IRC06:04
*** camelCaser has joined #openstack-swift06:06
*** nanzha has joined #openstack-swift06:40
*** rcernin has quit IRC06:53
*** ccamel has joined #openstack-swift07:23
*** camelCaser has quit IRC07:24
openstackgerritCharles Hsu proposed openstack/python-swiftclient master: WIP: Support uploading Swift symlinks without content.  https://review.opendev.org/69421108:07
*** rdejoux has joined #openstack-swift08:11
kota_oh i see. UNSIGNED_PAYLOAD of s3api sig v4.08:11
*** tesseract has joined #openstack-swift08:17
*** tkajinam has quit IRC08:29
*** rpittau|afk is now known as rpittau08:57
*** ccamacho has joined #openstack-swift09:06
*** nanzha has quit IRC09:22
viks___timburke Tested the above mentioned patch and i no more get Content-MD5 mismatch error... Thanks...09:32
*** nanzha has joined #openstack-swift09:37
*** pcaruana has joined #openstack-swift09:54
kota_viks___: congrats10:05
kota_timburke knows everything10:06
viks___kota_:  👏 👍10:15
openstackgerritMerged openstack/swift master: proxy: stop sending chunks to objects with a Queue  https://review.opendev.org/69311610:28
*** henriqueof has joined #openstack-swift11:55
*** tesseract has quit IRC12:28
*** tesseract has joined #openstack-swift12:29
*** psachin has quit IRC12:51
*** jistr has quit IRC12:52
*** d34dh0r53 has quit IRC12:52
*** paladox has quit IRC12:52
*** edausq has quit IRC12:52
*** kota_ has quit IRC12:52
*** Anticimex has quit IRC12:52
*** coreycb has quit IRC12:52
*** clayg has quit IRC12:52
*** nottrobin has quit IRC12:52
*** openstackstatus has quit IRC12:53
*** psachin has joined #openstack-swift12:53
*** jistr has joined #openstack-swift12:53
*** d34dh0r53 has joined #openstack-swift12:53
*** edausq has joined #openstack-swift12:53
*** paladox has joined #openstack-swift12:53
*** kota_ has joined #openstack-swift12:53
*** Anticimex has joined #openstack-swift12:53
*** coreycb has joined #openstack-swift12:53
*** clayg has joined #openstack-swift12:53
*** nottrobin has joined #openstack-swift12:53
*** orwell.freenode.net sets mode: +vv kota_ clayg12:53
*** henriqueof has quit IRC13:40
*** psachin has quit IRC14:14
*** henriqueof has joined #openstack-swift14:20
donnydhow would I go about enabling container listings for all containers in swift?14:54
DHEa lot of account listing commands and a lot of POST operations. do you have a list of accounts?14:58
donnydDHE: yea, there is only one account15:14
donnydbut many containers15:14
donnydhttps://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_8b9/694235/1/gate/kolla-build-ubuntu-source/8b9769d/15:15
donnydthis just started popping up today15:15
donnydit says that listings are disabled, but they are15:15
donnydno changes have been made since FN was originally setup for posting logs for infra15:15
donnydbut others work just fine https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_9c4/690193/1/gate/openstack-ansible-functional-centos-7/9c48468/logs/15:23
openstackgerritCharles Hsu proposed openstack/python-swiftclient master: WIP: Support uploading Swift symlinks without content.  https://review.opendev.org/69421115:23
donnydbut if I go down to this level https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_9c4/690193/1/gate/openstack-ansible-functional-centos-7/15:24
donnydit says listings aren't allowed15:24
*** nanzha has quit IRC16:00
timburkedonnyd, i think there's an index.html at https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_9c4/690193/1/gate/openstack-ansible-functional-centos-7/9c48468/logs/index.html and the container has a piece of metadata like `X-Container-Meta-Web-Index: index.html`16:03
timburkeif you want to allow swift to generate HTML listings, you can set `X-Container-Meta-Web-Listings: true` on the container16:03
donnydbut how do I set this as default for all containers?16:04
tdasilvadonnyd: whatever script creates the containers could set the header, no?16:09
*** gyee has joined #openstack-swift16:11
timburkein a pinch, a one-off like `for c in $( swift list ); do swift post "$c" -m 'Web-Listings: true' ; done` should do16:11
*** ccamacho has quit IRC16:19
viks___timburke:  Any idea on why the location is showing as `null` like below:16:51
viks___```16:51
viks___aws s3api get-bucket-location --bucket my-bucket16:51
viks___{16:51
viks___    "LocationConstraint": null16:51
viks___}16:51
viks___```16:51
*** rdejoux has quit IRC16:53
timburkeviks___, looks like the logic for it is at https://github.com/openstack/swift/blob/2.23.0/swift/common/middleware/s3api/controllers/location.py#L37-L4016:55
timburkein general, the location api isn't terribly useful for swift -- we don't map it to regions or storage policies or anything16:56
*** rpittau is now known as rpittau|afk17:04
viks___Ok.. I'm checking the AWS S3 compatibility matrix.. so asked... Thanks17:04
*** tesseract has quit IRC17:15
*** mvkr has quit IRC18:10
*** csmart has quit IRC18:21
*** baffle has quit IRC18:22
*** henriqueof has quit IRC19:05
*** henriqueof has joined #openstack-swift20:26
openstackgerritMerged openstack/swift master: Seamlessly reload servers with SIGUSR1  https://review.opendev.org/69142320:34
openstackgerritTim Burke proposed openstack/swift master: Add support for cacert plumbing via cafile in the test.conf  https://review.opendev.org/47042720:37
*** mikecmpbll has joined #openstack-swift21:06
*** henriqueof has quit IRC21:10
timburkeviks___, as i recall, AWS will do the same for us-east-1 (FWIW)21:13
timburke:-/ https://review.opendev.org/#/c/202302/ fixed containers, but we never fixed accounts...21:13
patchbotpatch 202302 - swift - Correctly handle keys starting with the delimiter. (MERGED) - 6 patch sets21:13
*** henriqueof has joined #openstack-swift21:19
*** rcernin has joined #openstack-swift21:28
*** henriqueof has quit IRC21:33
*** henriqueof has joined #openstack-swift21:34
*** henriqueof has quit IRC21:58
mattoliveraumorning21:59
*** henriqueof has joined #openstack-swift22:00
*** henriqueof has quit IRC22:00
timburkemattoliverau, o/22:01
*** tkajinam has joined #openstack-swift22:54
*** mvkr has joined #openstack-swift23:11
openstackgerritTim Burke proposed openstack/swift master: WIP: Allow internal clients to use reserved namespace  https://review.opendev.org/68213823:15
openstackgerritTim Burke proposed openstack/swift master: New Object Versioning mode  https://review.opendev.org/68238223:15
openstackgerritTim Burke proposed openstack/swift master: WIP: s3api: Implement object versioning API  https://review.opendev.org/67368223:15
*** mikecmpbll has quit IRC23:41
timburkekota_, i see https://bugs.python.org/issue37093 was biting storlets, too...23:48

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