*** openstackstatus has quit IRC | 00:12 | |
*** openstackstatus has joined #openstack-swift | 00:15 | |
*** ChanServ sets mode: +v openstackstatus | 00:15 | |
*** yashmurty has joined #openstack-swift | 00:37 | |
*** tosky has quit IRC | 00:38 | |
*** d0ugal_ has joined #openstack-swift | 00:48 | |
*** tovin07_ has joined #openstack-swift | 00:51 | |
notmyname | I have a conflict for the swift meeting tomorrow. can we push it back 30 minutes? start at 2130UTC | 00:55 |
---|---|---|
notmyname | we don't have anything added to the agenda other than PTG prep (same as last week), so we could even leave it as a "come by and ask questions if you have them" | 00:55 |
portante | probably old news, but https://betanews.com/2018/02/19/samsung-pm1643-ssd/ 30 TB SSD from Samsung | 00:56 |
portante | "the new PM1643 drive features random read and write speeds of up to 400,000 IOPS and 50,000 IOPS, and sequential read and write speeds of up to 2,100MB/s and 1,700 MB/s, respectively" | 00:57 |
* portante slicks back to logging work ... | 00:58 | |
notmyname | portante: internal comments this morning on that were "..and see the backplane catch fire trying to [put 80 in a chassis]" and "like driving a Ferrari Semi-Trailer on the freeway during rush hours…" | 01:01 |
portante | ha! | 01:01 |
portante | classic | 01:01 |
DHE | that drive is so cool... especially since I won't be able to afford to heat my house after buying one | 01:14 |
portante | soon we'll have furnaces constructed to cool storage by heating our house | 01:15 |
*** rcernin has quit IRC | 01:36 | |
*** rcernin has joined #openstack-swift | 01:36 | |
*** rcernin has quit IRC | 01:42 | |
*** rcernin has joined #openstack-swift | 01:43 | |
kota_ | tdasilva: yeah, coverage and running logs. indeed. | 01:45 |
kota_ | tdasilva: it seems like the new zuul job in our repo lost the script to bring the test logs in the snnipet. | 01:46 |
kota_ | fyi, older legacy devstack gate job shows me the logs and confs... | 01:46 |
*** m_kazuhiro has joined #openstack-swift | 01:47 | |
m_kazuhiro | good morning | 01:48 |
mattoliverau | kota_, m_kazuhiro: morning | 01:50 |
kota_ | mattoliverau, m_kazuhiro: o/ | 01:50 |
mattoliverau | when are you guys leaving for the PTG? | 01:50 |
mattoliverau | I leave late Saturday night. | 01:50 |
*** rcernin has quit IRC | 01:53 | |
m_kazuhiro | mattoliverau: kota_: morning! We will leave japan at sunday noon. | 01:53 |
*** rcernin has joined #openstack-swift | 01:53 | |
mattoliverau | do you guys still get there Sunday? | 01:54 |
kota_ | mattoliverau: yup | 02:14 |
kota_ | but the Sunday night IIRC. | 02:14 |
kota_ | around 8 p.m. ~ 9 p.m. | 02:15 |
mattoliverau | nice, I guess your not travelling as far north as me :) | 02:16 |
*** tovin07_ has quit IRC | 02:23 | |
*** tovin07_ has joined #openstack-swift | 02:27 | |
*** links has joined #openstack-swift | 02:49 | |
tdasilva | mattoliverau: when do you arrive there? | 02:54 |
*** SkyRocknRoll has joined #openstack-swift | 03:09 | |
*** SkyRocknRoll has joined #openstack-swift | 03:09 | |
*** gkadam has quit IRC | 03:14 | |
*** gkadam has joined #openstack-swift | 03:15 | |
mattoliverau | tdasilva: Sunday afternoon sometime. | 03:27 |
mattoliverau | Found fairly direct flights so on ly 26 hours in transit | 03:27 |
tdasilva | heh, only...nice! | 03:29 |
*** kei_yama has quit IRC | 03:43 | |
*** yashmurty has quit IRC | 03:55 | |
*** yashmurty has joined #openstack-swift | 03:55 | |
*** kei_yama has joined #openstack-swift | 04:02 | |
*** cshastri has joined #openstack-swift | 04:07 | |
*** d0ugal__ has joined #openstack-swift | 04:13 | |
*** d0ugal_ has quit IRC | 04:15 | |
*** yashmurt_ has joined #openstack-swift | 04:17 | |
*** yashmurty has quit IRC | 04:21 | |
*** tovin07_ has quit IRC | 04:23 | |
thurloat | seeing a lot of ":No authentication middleware authorized request yet. Skipping staticweb" in proxy logs after upgrading an older proxy server. staticweb is placed near the end after all the auth plugins. could this be caused by other objects being read publicly with .r* ACLs outside of staticweb? | 04:23 |
*** tovin07_ has joined #openstack-swift | 04:23 | |
thurloat | it's log level warning, which threw me for a loop when i looked into it. seems like it's quite loudly announcing that it's choosing not to paricipate in the request. | 04:24 |
*** yashmurt_ has quit IRC | 04:28 | |
*** psachin`` has joined #openstack-swift | 04:34 | |
kota_ | thurloat: https://github.com/openstack/swift/commit/a7af802497 | 04:36 |
kota_ | thurloot: it looks like expected behavior, staticweb can be brittle if the request is not authed so the staticweb middleware prevents to show any meaningful web info (e.g. contents listing). | 04:39 |
kota_ | perhaps, the log message can be changed as a debug if it would be too annoying on the public readable containers tho. | 04:39 |
thurloat | yeah there's a lot of public ACL reads for this swift deployment | 04:40 |
thurloat | I understand the reasoning behind the behaviour, and bailing out. Does definitely sound like a debug message though, how often to the other middlewares warn that they're not going to do anything to a request? | 04:42 |
thurloat | heh, "slo: WARN: not a large object request" | 04:42 |
timburke_ | i'm debating about that though... i'm guessing that the reason behind using warning was that the env *not* having a swift.authorize key is a sign of a mis-configured pipeline... even (especially?) for a publicly accessible container, shouldn't the appropriate auth middleware be setting an authorize callback? | 04:43 |
timburke_ | what's the pipeline look like? | 04:43 |
kota_ | the warning seems indeed to prevent the mis-configuration in the pipeline, to me. | 04:44 |
thurloat | basically stock, and staticweb is sitting between versioned_writes and proxy-logging | 04:44 |
timburke_ | (that said, i'm all for making sure we log at appropriate levels) | 04:44 |
timburke_ | i wonder if it should be left of versioned_writes... that guy *definitely* makes some pre-authed requests, including container listings | 04:45 |
thurloat | have some custom authentication middleware for CDN stuff, but can confirm that's working and setting authorized for internal CDN edge node pushes | 04:45 |
timburke_ | what kinds of requests tend to trip the logging? | 04:45 |
timburke_ | DELETEs to containers with versioing enabled, by any chance? | 04:46 |
thurloat | I'm seeing it near HEADs | 04:46 |
timburke_ | (or PUTs, for that matter...) | 04:46 |
timburke_ | any swift source set? | 04:46 |
thurloat | I don't think any users are using versioning | 04:46 |
thurloat | let me tail some more logs, i'll let you know | 04:47 |
thurloat | ah, my compatriot already squelched the logs in the config. I have some historical that I can look back on | 04:47 |
timburke_ | might be worth grepping for txn ids that are affected, keep an eye out for subrequests... | 04:48 |
thurloat | seeing it on deletes | 04:48 |
thurloat | and PUTs | 04:49 |
thurloat | interesting! | 04:49 |
thurloat | and it seems to be mostly from UA CloudBerry, so I bet they're using versioning | 04:50 |
kota_ | hmmm.... i'm wondering why swift.authorize is not in env even it's allowed to access via acl | 04:50 |
*** m_kazuhiro has quit IRC | 04:50 | |
thurloat | I'll try moving staticweb 1 to the left and see if it's any cleaner | 04:50 |
* kota_ is looking at around tempauth/keystoneauth and swift.authorize vs swift.clean_acl | 04:51 | |
timburke_ | that's a good question... even pre-authed requests should have it set: https://github.com/openstack/swift/blob/master/swift/common/wsgi.py#L1210-L1211 | 04:53 |
timburke_ | (so there goes my theory...) | 04:53 |
thurloat | yea, and shifting it didn't change anything for the logs. | 04:53 |
thurloat | cloudberry requests still triggering those logs | 04:53 |
*** m_kazuhiro has joined #openstack-swift | 04:54 | |
thurloat | thanks timburke_ , found the culprit | 04:58 |
thurloat | was actually CDN seed requests not setting authorized value | 04:59 |
openstackgerrit | Kazuhiro MIYAHARA proposed openstack/swift master: Fix a typo in swift/common/swob.py https://review.openstack.org/546488 | 05:00 |
timburke_ | oh, interesting... | 05:03 |
*** psachin`` has quit IRC | 05:05 | |
timburke_ | could probably have that mware set it to `lambda req: None` like make_pre_authed_env does | 05:05 |
timburke_ | (for appropriate requests, of course) | 05:05 |
thurloat | yeah that's what I'm about to do. historically, we just let it pass by for approved requests and delayed auth decision enabled the request to get served i suppose | 05:09 |
*** gyee has quit IRC | 05:27 | |
*** pmannidi has quit IRC | 06:04 | |
*** psachin`` has joined #openstack-swift | 06:22 | |
*** d0ugal__ has quit IRC | 06:27 | |
kota_ | it looks like the next meeting will start at 2130 UTC? | 06:31 |
*** d0ugal__ has joined #openstack-swift | 06:33 | |
*** silor has joined #openstack-swift | 06:41 | |
*** silor has quit IRC | 06:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift master: Imported Translations from Zanata https://review.openstack.org/545523 | 06:50 |
*** d0ugal__ has quit IRC | 06:52 | |
*** rcernin has quit IRC | 07:21 | |
*** hoonetorg has quit IRC | 07:46 | |
*** hseipp has joined #openstack-swift | 07:47 | |
*** pcaruana has joined #openstack-swift | 07:47 | |
openstackgerrit | Merged openstack/swift master: Fix a typo in swift/common/swob.py https://review.openstack.org/546488 | 07:49 |
*** geaaru has joined #openstack-swift | 07:52 | |
*** psachin`` has quit IRC | 07:54 | |
*** d0ugal has joined #openstack-swift | 07:55 | |
*** d0ugal has quit IRC | 07:55 | |
*** d0ugal has joined #openstack-swift | 07:55 | |
*** m_kazuhiro has quit IRC | 07:56 | |
*** psachin has joined #openstack-swift | 07:57 | |
*** hoonetorg has joined #openstack-swift | 08:00 | |
*** d0ugal has quit IRC | 08:00 | |
*** d0ugal has joined #openstack-swift | 08:01 | |
*** d0ugal has quit IRC | 08:06 | |
*** d0ugal has joined #openstack-swift | 08:15 | |
*** d0ugal has quit IRC | 08:29 | |
*** cebruns has joined #openstack-swift | 08:30 | |
*** cebruns_ has quit IRC | 08:31 | |
*** tesseract has joined #openstack-swift | 08:34 | |
*** kei_yama has quit IRC | 08:35 | |
*** kei_yama has joined #openstack-swift | 08:35 | |
*** psachin has quit IRC | 08:40 | |
*** d0ugal has joined #openstack-swift | 08:48 | |
*** psachin has joined #openstack-swift | 08:51 | |
*** kei_yama has quit IRC | 08:52 | |
*** cbartz has joined #openstack-swift | 08:55 | |
*** d0ugal has quit IRC | 08:58 | |
*** d0ugal has joined #openstack-swift | 09:08 | |
*** hseipp has quit IRC | 09:09 | |
*** hseipp has joined #openstack-swift | 09:12 | |
*** armaan has joined #openstack-swift | 09:47 | |
*** notmyname has quit IRC | 09:48 | |
*** PagliaccisCloud has quit IRC | 09:50 | |
*** PagliaccisCloud has joined #openstack-swift | 09:50 | |
*** notmyname has joined #openstack-swift | 09:51 | |
*** ChanServ sets mode: +v notmyname | 09:51 | |
*** pcaruana has quit IRC | 10:05 | |
*** d0ugal has quit IRC | 10:06 | |
*** d0ugal_ has joined #openstack-swift | 10:06 | |
*** tovin07_ has quit IRC | 10:10 | |
*** d0ugal_ has quit IRC | 10:11 | |
*** d0ugal__ has joined #openstack-swift | 10:17 | |
*** pcaruana has joined #openstack-swift | 10:20 | |
acoles | notmyname: ack 2130 meeting start | 10:35 |
*** d0ugal__ has quit IRC | 10:54 | |
*** d0ugal has joined #openstack-swift | 10:54 | |
*** d0ugal has quit IRC | 10:54 | |
*** d0ugal has joined #openstack-swift | 10:54 | |
*** ^andrea^ has quit IRC | 11:04 | |
*** tosky has joined #openstack-swift | 11:06 | |
*** pcaruana has quit IRC | 11:19 | |
*** d0ugal has quit IRC | 11:23 | |
*** d0ugal has joined #openstack-swift | 11:31 | |
*** pcaruana has joined #openstack-swift | 11:33 | |
*** tosky has quit IRC | 11:34 | |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Move shrinking shard ranges to a 'shrinking' state https://review.openstack.org/542261 | 11:35 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: refactor get_shard_usage to re-use get_shard_ranges https://review.openstack.org/542262 | 11:35 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Retry creating shard containers until successful https://review.openstack.org/542366 | 11:35 |
*** armaan has quit IRC | 12:00 | |
*** d0ugal has quit IRC | 12:06 | |
*** d0ugal has joined #openstack-swift | 12:10 | |
*** armaan has joined #openstack-swift | 12:17 | |
*** mgagne has quit IRC | 12:19 | |
*** d0ugal has quit IRC | 12:20 | |
*** d34dh0r53 has quit IRC | 12:20 | |
*** dhellmann has quit IRC | 12:22 | |
*** kazsh has quit IRC | 12:23 | |
*** d0ugal has joined #openstack-swift | 12:23 | |
*** kazsh has joined #openstack-swift | 12:25 | |
*** d34dh0r53 has joined #openstack-swift | 12:26 | |
*** dhellmann has joined #openstack-swift | 12:30 | |
*** d0ugal has quit IRC | 12:34 | |
*** mgagne has joined #openstack-swift | 12:36 | |
*** mgagne is now known as Guest20946 | 12:36 | |
*** persia has joined #openstack-swift | 12:47 | |
*** persia has left #openstack-swift | 12:49 | |
*** tosky has joined #openstack-swift | 12:52 | |
*** cshastri has quit IRC | 12:59 | |
*** Supun has joined #openstack-swift | 13:06 | |
*** d0ugal has joined #openstack-swift | 13:14 | |
*** d0ugal_ has joined #openstack-swift | 13:19 | |
*** d0ugal has quit IRC | 13:20 | |
*** d0ugal_ has quit IRC | 13:25 | |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Move shrinking shard ranges to a 'shrinking' state https://review.openstack.org/542261 | 13:26 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: refactor get_shard_usage to re-use get_shard_ranges https://review.openstack.org/542262 | 13:26 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Retry creating shard containers until successful https://review.openstack.org/542366 | 13:26 |
*** d0ugal_ has joined #openstack-swift | 13:39 | |
*** d0ugal_ has quit IRC | 13:48 | |
*** d0ugal has joined #openstack-swift | 13:48 | |
*** psachin has quit IRC | 13:54 | |
*** d0ugal has quit IRC | 13:58 | |
*** d0ugal has joined #openstack-swift | 13:59 | |
*** d0ugal has quit IRC | 14:04 | |
*** d0ugal has joined #openstack-swift | 14:22 | |
*** cshastri has joined #openstack-swift | 14:22 | |
*** links has quit IRC | 14:29 | |
*** psachin has joined #openstack-swift | 14:37 | |
*** d0ugal has quit IRC | 14:49 | |
*** d0ugal has joined #openstack-swift | 14:58 | |
*** cshastri has quit IRC | 15:02 | |
*** psachin has quit IRC | 15:08 | |
*** psachin has joined #openstack-swift | 15:10 | |
*** psachin has quit IRC | 15:26 | |
*** itlinux has joined #openstack-swift | 15:26 | |
*** itlinux has quit IRC | 15:26 | |
*** itlinux has joined #openstack-swift | 15:26 | |
*** psachin has joined #openstack-swift | 15:28 | |
*** psachin has quit IRC | 15:29 | |
*** saint_ has quit IRC | 15:51 | |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Make sharding state more abstract https://review.openstack.org/546424 | 15:52 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Make update_sharding_info() a broker method https://review.openstack.org/546425 | 15:52 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Shrink final shard range to root container https://review.openstack.org/536520 | 15:52 |
thurloat | timburke_: i'm confused on the proxy middleware ordering again, shouldn't keystoneauth (which appears well before staticweb) be injecting a 'swift.authorize' in all cases (minus override?) | 16:08 |
*** silor has joined #openstack-swift | 16:12 | |
thurloat | double nevermind, apparently i'm short on caffiene today. | 16:13 |
*** pcaruana has quit IRC | 16:16 | |
*** openstackgerrit has quit IRC | 16:19 | |
*** silor has quit IRC | 16:20 | |
*** silor has joined #openstack-swift | 16:21 | |
*** kukacz_ has joined #openstack-swift | 16:26 | |
*** kukacz_ is now known as kukacz | 16:29 | |
acoles | mattoliverau: I've updated the sharding-replication etherpad https://etherpad.openstack.org/p/deep-containers-replication | 16:49 |
*** gyee has joined #openstack-swift | 17:04 | |
*** cbartz has quit IRC | 17:07 | |
timburke_ | good morning | 17:33 |
notmyname | good morning | 17:36 |
*** Supun has quit IRC | 17:38 | |
*** itlinux has quit IRC | 17:46 | |
*** hseipp has quit IRC | 17:54 | |
*** geaaru has quit IRC | 18:11 | |
*** tesseract has quit IRC | 18:25 | |
*** SkyRocknRoll has quit IRC | 18:29 | |
acoles | notmyname: I added a brief topic for today's meeting | 18:32 |
tdasilva | meetings starts at 21:30 today, right? | 18:34 |
acoles | tdasilva: yes that's what agenda says | 18:34 |
acoles | and that's when I'm showing up ;) | 18:35 |
* tdasilva should have checked agenda | 18:35 | |
*** tosky has quit IRC | 18:49 | |
*** openstackgerrit has joined #openstack-swift | 18:57 | |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Make update_sharding_info() a broker method https://review.openstack.org/546425 | 18:57 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Shrink final shard range to root container https://review.openstack.org/536520 | 18:57 |
openstackgerrit | Alistair Coles proposed openstack/swift feature/deep: Make sharded shards report zero object stats https://review.openstack.org/546741 | 18:57 |
notmyname | acoles: ok, thanks | 19:05 |
*** itlinux has joined #openstack-swift | 19:19 | |
tdasilva | timburke_, kota_ any plans for a new swift3 release anytime soon? | 19:31 |
timburke_ | the plan of record was to have 1.12 be the final release of swift3, so we wouldn't have a moving target as we try to bring s3api back into swift | 19:37 |
tdasilva | timburke_: ack, that's what i was trying to remember. | 19:38 |
timburke_ | given that i've still got 6 or so open patches against swift3 (several of which *i'm* packaging for my own releases), i'm not sure that was/is the *best* plan, but that was our thinking in Denver as i recall | 19:38 |
tdasilva | timburke_: yeah, s3api dev has been slow...we should probably revisit that in dublin | 19:39 |
timburke_ | but fwiw, there have only been like 3 patches merged to swift3 since 1.12, all to do with testing stuff, no material changes to compatibility | 19:39 |
*** armaan has quit IRC | 19:43 | |
*** tosky has joined #openstack-swift | 20:02 | |
*** silor has quit IRC | 20:11 | |
*** psachin has joined #openstack-swift | 20:11 | |
*** armaan has joined #openstack-swift | 20:18 | |
*** psachin has quit IRC | 20:33 | |
*** psachin has joined #openstack-swift | 20:39 | |
*** psachin has quit IRC | 20:52 | |
*** psachin has joined #openstack-swift | 20:56 | |
*** openstackgerrit has quit IRC | 21:03 | |
*** armaan has quit IRC | 21:04 | |
*** armaan has joined #openstack-swift | 21:08 | |
*** m_kazuhiro has joined #openstack-swift | 21:13 | |
notmyname | thanks for being flexible. we'll start an abbreviated swift meeting in about 15 minutes | 21:14 |
m_kazuhiro | good morning | 21:14 |
mattoliverau | morning | 21:19 |
timburke_ | o/ | 21:20 |
kota_ | good morning | 21:28 |
acoles | kota_: o/ | 21:28 |
*** ukaynar_ has joined #openstack-swift | 21:29 | |
kota_ | acoles: o. | 21:29 |
kota_ | o/ | 21:29 |
acoles | hehe | 21:29 |
acoles | animation | 21:29 |
notmyname | all right. let's get started in #openstack-meeting | 21:30 |
kota_ | tdasilva, timburke_: i don't think we should release a new swift3 at this time. The reason is what timburke_ said, we merged just a few patches on the testing staff. | 21:30 |
*** ukaynar_ has quit IRC | 21:31 | |
clayg | pong | 21:31 |
*** ukaynar has joined #openstack-swift | 21:46 | |
tdasilva | kota_: ack, thanks! | 21:48 |
*** psachin has quit IRC | 21:50 | |
*** m_kazuhiro has quit IRC | 21:58 | |
acoles | mattoliverau: I won't merge anything til tomorrow my time so please leave any comments if you get chance | 22:05 |
acoles | mattoliverau: also I brain-dumped some reasoning here https://etherpad.openstack.org/p/deep-containers-replication | 22:08 |
acoles | g'night | 22:08 |
*** armaan has quit IRC | 22:14 | |
*** armaan has joined #openstack-swift | 22:14 | |
mattoliverau | acoles: cheers, a d good night | 22:20 |
*** itlinux has quit IRC | 22:29 | |
*** rcernin has joined #openstack-swift | 22:32 | |
*** openstackgerrit has joined #openstack-swift | 22:59 | |
openstackgerrit | Gerard Gine proposed openstack/swift master: Fix usage of multiple accounts in functional tests https://review.openstack.org/546433 | 22:59 |
*** gerardgine has joined #openstack-swift | 23:24 | |
clayg | gerardgine: nah, it's pretty quiet | 23:30 |
openstackgerrit | Tim Burke proposed openstack/swift master: Stop logging overlapping tracebacks https://review.openstack.org/546808 | 23:34 |
openstackgerrit | Gerard Gine proposed openstack/swift master: Fix usage of multiple accounts in functional tests https://review.openstack.org/546433 | 23:36 |
*** kei_yama has joined #openstack-swift | 23:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!