*** diablo_rojo__ has quit IRC | 01:16 | |
openstackgerrit | Merged openstack/swift master: Follow up punch_hole patch https://review.opendev.org/602775 | 01:17 |
---|---|---|
*** gyee has quit IRC | 01:46 | |
openstackgerrit | Clay Gerrard proposed openstack/python-swiftclient master: WIP: object versioning features https://review.opendev.org/691877 | 02:14 |
*** psachin has joined #openstack-swift | 03:38 | |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient master: WIP: object versioning features https://review.opendev.org/691877 | 05:54 |
*** ccamel has quit IRC | 06:04 | |
*** camelCaser has joined #openstack-swift | 06:06 | |
*** nanzha has joined #openstack-swift | 06:40 | |
*** rcernin has quit IRC | 06:53 | |
*** ccamel has joined #openstack-swift | 07:23 | |
*** camelCaser has quit IRC | 07:24 | |
openstackgerrit | Charles Hsu proposed openstack/python-swiftclient master: WIP: Support uploading Swift symlinks without content. https://review.opendev.org/694211 | 08:07 |
*** rdejoux has joined #openstack-swift | 08:11 | |
kota_ | oh i see. UNSIGNED_PAYLOAD of s3api sig v4. | 08:11 |
*** tesseract has joined #openstack-swift | 08:17 | |
*** tkajinam has quit IRC | 08:29 | |
*** rpittau|afk is now known as rpittau | 08:57 | |
*** ccamacho has joined #openstack-swift | 09:06 | |
*** nanzha has quit IRC | 09:22 | |
viks___ | timburke Tested the above mentioned patch and i no more get Content-MD5 mismatch error... Thanks... | 09:32 |
*** nanzha has joined #openstack-swift | 09:37 | |
*** pcaruana has joined #openstack-swift | 09:54 | |
kota_ | viks___: congrats | 10:05 |
kota_ | timburke knows everything | 10:06 |
viks___ | kota_: 👏 👍 | 10:15 |
openstackgerrit | Merged openstack/swift master: proxy: stop sending chunks to objects with a Queue https://review.opendev.org/693116 | 10:28 |
*** henriqueof has joined #openstack-swift | 11:55 | |
*** tesseract has quit IRC | 12:28 | |
*** tesseract has joined #openstack-swift | 12:29 | |
*** psachin has quit IRC | 12:51 | |
*** jistr has quit IRC | 12:52 | |
*** d34dh0r53 has quit IRC | 12:52 | |
*** paladox has quit IRC | 12:52 | |
*** edausq has quit IRC | 12:52 | |
*** kota_ has quit IRC | 12:52 | |
*** Anticimex has quit IRC | 12:52 | |
*** coreycb has quit IRC | 12:52 | |
*** clayg has quit IRC | 12:52 | |
*** nottrobin has quit IRC | 12:52 | |
*** openstackstatus has quit IRC | 12:53 | |
*** psachin has joined #openstack-swift | 12:53 | |
*** jistr has joined #openstack-swift | 12:53 | |
*** d34dh0r53 has joined #openstack-swift | 12:53 | |
*** edausq has joined #openstack-swift | 12:53 | |
*** paladox has joined #openstack-swift | 12:53 | |
*** kota_ has joined #openstack-swift | 12:53 | |
*** Anticimex has joined #openstack-swift | 12:53 | |
*** coreycb has joined #openstack-swift | 12:53 | |
*** clayg has joined #openstack-swift | 12:53 | |
*** nottrobin has joined #openstack-swift | 12:53 | |
*** orwell.freenode.net sets mode: +vv kota_ clayg | 12:53 | |
*** henriqueof has quit IRC | 13:40 | |
*** psachin has quit IRC | 14:14 | |
*** henriqueof has joined #openstack-swift | 14:20 | |
donnyd | how would I go about enabling container listings for all containers in swift? | 14:54 |
DHE | a lot of account listing commands and a lot of POST operations. do you have a list of accounts? | 14:58 |
donnyd | DHE: yea, there is only one account | 15:14 |
donnyd | but many containers | 15:14 |
donnyd | https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_8b9/694235/1/gate/kolla-build-ubuntu-source/8b9769d/ | 15:15 |
donnyd | this just started popping up today | 15:15 |
donnyd | it says that listings are disabled, but they are | 15:15 |
donnyd | no changes have been made since FN was originally setup for posting logs for infra | 15:15 |
donnyd | but 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 |
openstackgerrit | Charles Hsu proposed openstack/python-swiftclient master: WIP: Support uploading Swift symlinks without content. https://review.opendev.org/694211 | 15:23 |
donnyd | but 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 |
donnyd | it says listings aren't allowed | 15:24 |
*** nanzha has quit IRC | 16:00 | |
timburke | donnyd, 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 |
timburke | if you want to allow swift to generate HTML listings, you can set `X-Container-Meta-Web-Listings: true` on the container | 16:03 |
donnyd | but how do I set this as default for all containers? | 16:04 |
tdasilva | donnyd: whatever script creates the containers could set the header, no? | 16:09 |
*** gyee has joined #openstack-swift | 16:11 | |
timburke | in a pinch, a one-off like `for c in $( swift list ); do swift post "$c" -m 'Web-Listings: true' ; done` should do | 16:11 |
*** ccamacho has quit IRC | 16: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-bucket | 16:51 |
viks___ | { | 16:51 |
viks___ | "LocationConstraint": null | 16:51 |
viks___ | } | 16:51 |
viks___ | ``` | 16:51 |
*** rdejoux has quit IRC | 16:53 | |
timburke | viks___, 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-L40 | 16:55 |
timburke | in general, the location api isn't terribly useful for swift -- we don't map it to regions or storage policies or anything | 16:56 |
*** rpittau is now known as rpittau|afk | 17:04 | |
viks___ | Ok.. I'm checking the AWS S3 compatibility matrix.. so asked... Thanks | 17:04 |
*** tesseract has quit IRC | 17:15 | |
*** mvkr has quit IRC | 18:10 | |
*** csmart has quit IRC | 18:21 | |
*** baffle has quit IRC | 18:22 | |
*** henriqueof has quit IRC | 19:05 | |
*** henriqueof has joined #openstack-swift | 20:26 | |
openstackgerrit | Merged openstack/swift master: Seamlessly reload servers with SIGUSR1 https://review.opendev.org/691423 | 20:34 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add support for cacert plumbing via cafile in the test.conf https://review.opendev.org/470427 | 20:37 |
*** mikecmpbll has joined #openstack-swift | 21:06 | |
*** henriqueof has quit IRC | 21:10 | |
timburke | viks___, 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 |
patchbot | patch 202302 - swift - Correctly handle keys starting with the delimiter. (MERGED) - 6 patch sets | 21:13 |
*** henriqueof has joined #openstack-swift | 21:19 | |
*** rcernin has joined #openstack-swift | 21:28 | |
*** henriqueof has quit IRC | 21:33 | |
*** henriqueof has joined #openstack-swift | 21:34 | |
*** henriqueof has quit IRC | 21:58 | |
mattoliverau | morning | 21:59 |
*** henriqueof has joined #openstack-swift | 22:00 | |
*** henriqueof has quit IRC | 22:00 | |
timburke | mattoliverau, o/ | 22:01 |
*** tkajinam has joined #openstack-swift | 22:54 | |
*** mvkr has joined #openstack-swift | 23:11 | |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: Allow internal clients to use reserved namespace https://review.opendev.org/682138 | 23:15 |
openstackgerrit | Tim Burke proposed openstack/swift master: New Object Versioning mode https://review.opendev.org/682382 | 23:15 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: s3api: Implement object versioning API https://review.opendev.org/673682 | 23:15 |
*** mikecmpbll has quit IRC | 23:41 | |
timburke | kota_, 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!