*** BjoernT has quit IRC | 00:00 | |
*** BjoernT_ has joined #openstack-swift | 00:00 | |
*** BjoernT_ has quit IRC | 00:01 | |
*** BjoernT has joined #openstack-swift | 00:01 | |
*** BjoernT has quit IRC | 00:02 | |
*** BjoernT_ has joined #openstack-swift | 00:02 | |
*** diablo_rojo has joined #openstack-swift | 00:02 | |
*** BjoernT_ has quit IRC | 00:06 | |
*** gyee has quit IRC | 00:39 | |
*** trungnv has joined #openstack-swift | 02:28 | |
*** trungnv has quit IRC | 03:33 | |
openstackgerrit | CY Chiang proposed openstack/swift stable/pike: doc: Fix missing configure object storage with the S3 API in swift/pike https://review.opendev.org/672919 | 03:39 |
---|---|---|
*** mvkr has joined #openstack-swift | 03:51 | |
*** gkadam has joined #openstack-swift | 03:54 | |
*** gkadam has quit IRC | 03:54 | |
*** trungnv has joined #openstack-swift | 04:24 | |
*** hoonetorg has quit IRC | 04:56 | |
*** hoonetorg has joined #openstack-swift | 05:13 | |
*** ccamacho has quit IRC | 05:32 | |
*** psachin has joined #openstack-swift | 05:37 | |
openstackgerrit | Merged openstack/swift master: Fix a potential bug https://review.opendev.org/620440 | 05:41 |
openstackgerrit | Merged openstack/swift master: diskfile: Add some argument validation https://review.opendev.org/679531 | 05:41 |
*** ccamacho has joined #openstack-swift | 06:27 | |
*** psachin has quit IRC | 06:31 | |
*** openstackgerrit has quit IRC | 06:51 | |
*** tesseract has joined #openstack-swift | 07:15 | |
*** threestrands has quit IRC | 07:32 | |
*** rcernin has quit IRC | 07:33 | |
*** mikecmpbll has joined #openstack-swift | 07:59 | |
*** tkajinam has quit IRC | 08:05 | |
*** openstackgerrit has joined #openstack-swift | 08:13 | |
openstackgerrit | CY Chiang proposed openstack/swift master: doc: Fix the swift middleware doc needs more info to set s3 api https://review.opendev.org/680317 | 08:13 |
*** e0ne has joined #openstack-swift | 08:41 | |
*** itandops has joined #openstack-swift | 09:48 | |
itandops | Hi all, I'm creating and file archive application using swift as backend. I wonder how to emulate folder as done in horizon web interface. | 09:50 |
itandops | Any suggestion ? | 09:50 |
tdasilva | itandops: check this out: https://docs.openstack.org/swift/latest/api/pseudo-hierarchical-folders-directories.html | 09:51 |
itandops | tdasilva: Thanks so much | 10:04 |
*** new_student1411 has joined #openstack-swift | 10:05 | |
new_student1411 | timburke I am creating a directory `test` inside a container using `content-type: application/directory` using swift API. If I open the same container using s3 API, there is just one zero-byte present with name `test`. Also I create the directory using s3 API, then a zero byte object inside the directory comes when accessed via swift API. what coul | 10:10 |
new_student1411 | d be wrong here? | 10:10 |
*** trungnv has quit IRC | 11:04 | |
*** mikecmpbll has quit IRC | 12:12 | |
openstackgerrit | Andreas Jaeger proposed openstack/pyeclib master: PDF Documentation Build tox target https://review.opendev.org/679902 | 12:14 |
openstackgerrit | Thiago da Silva proposed openstack/swift master: Allow arbitrary UTF-8 strings as delimiters in container listings https://review.opendev.org/609843 | 12:19 |
openstackgerrit | Andreas Jaeger proposed openstack/pyeclib master: PDF Documentation Build tox target https://review.opendev.org/679902 | 12:31 |
openstackgerrit | Andreas Jaeger proposed openstack/pyeclib master: PDF Documentation Build tox target https://review.opendev.org/679902 | 12:44 |
openstackgerrit | Andreas Jaeger proposed openstack/pyeclib master: PDF Documentation Build tox target https://review.opendev.org/679902 | 13:01 |
*** pcaruana has quit IRC | 13:10 | |
*** NM has joined #openstack-swift | 13:11 | |
*** pcaruana has joined #openstack-swift | 13:39 | |
*** BjoernT has joined #openstack-swift | 13:54 | |
*** new_student1411 has quit IRC | 14:03 | |
*** BjoernT_ has joined #openstack-swift | 14:08 | |
*** BjoernT has quit IRC | 14:09 | |
*** pcaruana has quit IRC | 14:12 | |
*** gyee has joined #openstack-swift | 14:50 | |
*** e0ne has quit IRC | 15:05 | |
*** ccamacho has quit IRC | 15:26 | |
*** altlogbot_3 has quit IRC | 16:01 | |
*** irclogbot_1 has quit IRC | 16:02 | |
*** altlogbot_2 has joined #openstack-swift | 16:03 | |
*** irclogbot_2 has joined #openstack-swift | 16:05 | |
*** irclogbot_2 has quit IRC | 16:07 | |
*** irclogbot_2 has joined #openstack-swift | 16:08 | |
timburke | good morning | 16:15 |
*** e0ne has joined #openstack-swift | 16:23 | |
*** e0ne has quit IRC | 16:31 | |
*** zigo has quit IRC | 16:43 | |
timburke | wowza! 600+ pages of docs! https://3c93eedd086a01f0df4d-b6bc206936c08bb07a5f77cfa916a2d4.ssl.cf1.rackcdn.com/679898/4/check/openstack-tox-docs/d21f87c/pdf/doc-swift.pdf | 16:43 |
*** spsurya has quit IRC | 16:48 | |
*** itandops has quit IRC | 17:00 | |
*** tesseract has quit IRC | 17:06 | |
*** zigo has joined #openstack-swift | 17:12 | |
clayg | so we take s3api request's x-timestamp from the client provided X-Amz-Date header https://github.com/openstack/swift/blob/master/swift/common/middleware/s3api/s3request.py#L181 | 17:20 |
timburke | i don't think we actually translate that to x-timestamp anywhere... do we? | 17:21 |
clayg | which seems weird already, but worse is v4 date format doesn't include micro second resolution | 17:21 |
clayg | oh, well that's the request's "timestamp" property | 17:21 |
clayg | I'm noticing i mock time.time and and then later use req.timestamp (for my version name) and i lost my microseconds | 17:22 |
clayg | ok, so maybe I goofed and s3request.req.timestamp isn't related to a swob.req.timestamp | 17:22 |
timburke | which seems unfortunate and confusing :-/ | 17:23 |
clayg | yeah, i mean i just put-object to an unversoined bucket and it's fine - MY BAD! you can ignore me again - i was freaking out! | 17:24 |
clayg | 😁 | 17:24 |
timburke | maybe we should consider making that property s3_timestamp or something instead? | 17:25 |
clayg | something, I mean S3Timestamp subclasses common.utils.Timestamp | 17:25 |
clayg | it's just apparently a different value for a different purpose? | 17:25 |
clayg | maybe I can figure out why and how we use it that way after I figure out how to get the thing i want | 17:26 |
*** bharath54321 has joined #openstack-swift | 17:47 | |
bharath54321 | Hi all. I am trying to benchmarks the power consumed by disks in a swift cluster. Does anyone have suggestions for workloads and methods which I can use to acheive this? | 17:49 |
bharath54321 | This is mainly research work. So I do not have access to commercial workloads. | 17:49 |
bharath54321 | I have used cosbench till now for workloads but do you have any better suggestions? | 17:50 |
*** mvkr has quit IRC | 18:26 | |
*** e0ne has joined #openstack-swift | 18:54 | |
*** e0ne has quit IRC | 19:07 | |
*** e0ne has joined #openstack-swift | 19:12 | |
*** e0ne has quit IRC | 19:14 | |
*** e0ne has joined #openstack-swift | 19:16 | |
*** e0ne_ has joined #openstack-swift | 19:18 | |
*** e0ne has quit IRC | 19:21 | |
*** NM has quit IRC | 19:22 | |
*** itandops has joined #openstack-swift | 19:30 | |
*** e0ne_ has quit IRC | 19:49 | |
*** e0ne has joined #openstack-swift | 19:54 | |
*** e0ne_ has joined #openstack-swift | 19:59 | |
*** e0ne has quit IRC | 20:00 | |
*** bharath54321 has left #openstack-swift | 20:00 | |
*** e0ne_ has quit IRC | 20:19 | |
*** itandops has quit IRC | 20:48 | |
*** itandops has joined #openstack-swift | 21:00 | |
*** diablo_rojo has quit IRC | 21:06 | |
*** diablo_rojo has joined #openstack-swift | 21:07 | |
-openstackstatus- NOTICE: Gerrit is being restarted to pick up configuration changes. Should be quick. Sorry for the interruption. | 21:15 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Allow arbitrary UTF-8 strings as delimiters in listings https://review.opendev.org/609843 | 21:18 |
*** itandops has quit IRC | 22:00 | |
*** BjoernT_ has quit IRC | 22:35 | |
*** tkajinam has joined #openstack-swift | 23:02 | |
*** rcernin has joined #openstack-swift | 23:23 | |
*** threestrands has joined #openstack-swift | 23:30 | |
*** rcernin is now known as rcernin|brb | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!