15:29:41 #startmeeting Pulp Triage 2016-11-15 15:29:41 #info bizhang has joined triage 15:29:42 Meeting started Tue Nov 15 15:29:41 2016 UTC and is due to finish in 60 minutes. The chair is bizhang. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:29:42 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:29:42 The meeting name has been set to 'pulp_triage_2016_11_15' 15:29:42 bizhang has joined triage 15:29:45 !here 15:29:45 #info bmbouter has joined triage 15:29:46 bmbouter has joined triage 15:29:46 !here 15:29:46 #info daviddavis has joined triage 15:29:47 daviddavis has joined triage 15:29:47 !here 15:29:47 #info mhrivnak has joined triage 15:29:48 mhrivnak has joined triage 15:29:50 !next 15:29:51 4 issues left to triage: 2414, 2418, 2422, 2424 15:29:51 #topic `ImproperlyConfigured` exception in for detail list view endpoint - http://pulp.plan.io/issues/2414 15:29:52 Pulp Issue #2414 [NEW] (unassigned) - Priority: Normal | Severity: Medium 15:29:52 `ImproperlyConfigured` exception in for detail list view endpoint - http://pulp.plan.io/issues/2414 15:29:52 !here 15:29:52 #info asmacdo has joined triage 15:29:53 !here 15:29:53 #info dkliban has joined triage 15:29:53 asmacdo has joined triage 15:29:54 dkliban has joined triage 15:30:13 #info pcreech has joined triage 15:30:13 !here 15:30:13 pcreech has joined triage 15:30:40 pulp 3 bug? 15:30:43 this needs to pulp3 tag 15:30:51 this is a pulp 3 bug 15:31:01 * bmbouter is not sure of the propose syntax 15:31:01 yup pulp 3 only 15:31:05 This is something that either MasterModelSerializer should do out of the box, or (if it can't) should be clearly documented as necessary. 15:31:12 !suggest add pulp 3 tag 15:31:12 #idea add pulp 3 tag 15:31:12 #info smyers has joined triage 15:31:13 smyers has joined triage 15:31:34 #idea Proposed for #2414: Leave the issue as-is, accepting its current state. 15:31:34 !propose accept 15:31:34 Proposed for #2414: Leave the issue as-is, accepting its current state. 15:31:39 +1 15:31:52 +1 15:31:54 +1 15:31:54 +1 15:31:57 !accept 15:31:57 #agreed Leave the issue as-is, accepting its current state. 15:31:57 Current proposal accepted: Leave the issue as-is, accepting its current state. 15:31:58 3 issues left to triage: 2418, 2422, 2424 15:31:58 #topic pulp-admin rpm provider lost auto-publish - http://pulp.plan.io/issues/2418 15:31:59 Pulp Issue #2418 [NEW] (unassigned) - Priority: Normal | Severity: Medium 15:31:59 pulp-admin rpm provider lost auto-publish - http://pulp.plan.io/issues/2418 15:32:55 regression? 15:33:08 that's certainly the claim. 15:33:12 very likely, but I'm not sure when 15:33:48 I think either med/high or high/high 15:33:58 * smyers was also thinking high/high 15:34:00 and maybe put it on the sprint? this looks not good 15:34:05 !propose triage high high 15:34:05 #idea Proposed for #2418: Priority: High, Severity: High 15:34:06 Proposed for #2418: Priority: High, Severity: High 15:34:09 high/high seems good. 15:34:12 !suggest add to spring 15:34:12 #idea add to spring 15:34:16 :D 15:34:20 +1 to both 15:34:23 !suggest add to sprint 15:34:23 #idea add to sprint 15:34:36 +1 15:34:39 wait a sec 15:34:41 +1 15:34:45 is it autopublish or auto-publish 15:34:52 hahaha yes 15:35:00 # pulp-admin rpm repo create --repo-id testname --autopublish false 15:35:02 agreed 15:35:07 OPT_AUTO_PUBLISH = PulpCliOption('--auto-publish', d, required=False, 15:35:13 I see that too, good catch asmacdo 15:35:17 asmacdo++ 15:35:17 asmacdo's karma is now 17 15:35:19 \o/ 15:35:21 !propose needinfo 15:35:21 #idea Proposed for #2418: This issue cannot be triaged without more info. 15:35:22 Proposed for #2418: This issue cannot be triaged without more info. 15:35:37 +1 15:35:43 !accept 15:35:43 #agreed This issue cannot be triaged without more info. 15:35:44 Current proposal accepted: This issue cannot be triaged without more info. 15:35:45 #topic pulp-admin 2.7 does not work with pulp-server 2.10 (pulp-rpm to be more specific) - http://pulp.plan.io/issues/2422 15:35:45 2 issues left to triage: 2422, 2424 15:35:46 Pulp Issue #2422 [NEW] (unassigned) - Priority: Normal | Severity: Medium 15:35:47 pulp-admin 2.7 does not work with pulp-server 2.10 (pulp-rpm to be more specific) - http://pulp.plan.io/issues/2422 15:36:03 I can handle asking for the info on that last one 15:36:21 thanks smyers 15:37:11 For this one, pulp-admin has always been required to be at the same version as the pulp it's talking to. I'm not sure how well that's documented though. 15:38:09 I'm unsure what changed about this field and when 15:38:30 FieldDoesNotExist: The field 'checksum_type' does not exist on the document 'RPM' 15:38:39 ran into that one in rhui as well, going form 2.7-2.8 15:38:45 could we convert this into a story? as an RFE for pulp 3 and its client? I agree that it would be a nice behavior. 15:39:41 which i guess could technically be an api regression? 15:39:56 mhrivnak: I agree with what you are saying the versions need to be the same, but this is an api regression 15:40:37 we have code in multiple places that is designed to preserve the mismatch between field names and field names we store internally 15:41:02 Good point. 15:41:02 and we translate on the inbound requests and untranslate on the serialization (outbound) 15:41:06 I feel like we keep getting bitten by checksum_type vs checksumtype 15:41:11 agreed 15:41:37 so I'm wondeirng how broad this is 15:41:43 is it just that 1 upload spot he links to? 15:41:51 * smyers really doubts it 15:42:18 What else do you have in mind? 15:42:22 agreed, but his bug is only claiming that much so we could fix it as its written 15:42:31 Yep, and we should 15:43:22 !propose triage high high 15:43:22 #idea Proposed for #2422: Priority: High, Severity: High 15:43:23 Proposed for #2422: Priority: High, Severity: High 15:44:08 what about med/med 15:44:14 +1 15:44:18 I like med/med better since the workaround is easy. 15:44:54 we should post on it a little bit saying that really this is about an API regression and ask for a clearer reproducer or curl output from what the 2.7 pulp-admin is doing 15:44:54 !propose triage normal medium 15:44:54 #idea Proposed for #2422: Priority: Normal, Severity: Medium 15:44:55 Proposed for #2422: Priority: Normal, Severity: Medium 15:45:00 i am uneasy but ok with giving an API regression med/med... 15:45:59 med/high? 15:47:02 triage guide indicates regression=high 15:47:17 seems fine. 15:47:30 !propose triage normal high 15:47:30 #idea Proposed for #2422: Priority: Normal, Severity: High 15:47:31 Proposed for #2422: Priority: Normal, Severity: High 15:47:34 +1 15:47:59 !accept 15:48:01 that is ok with me, and I'll handle posting on the issue requesting for the curl reproducer 15:48:16 !accept 15:48:16 #agreed Priority: Normal, Severity: High 15:48:16 Current proposal accepted: Priority: Normal, Severity: High 15:48:18 #topic restorecon runs unecessarily for some upgrades - http://pulp.plan.io/issues/2424 15:48:18 1 issues left to triage: 2424 15:48:18 Pulp Issue #2424 [NEW] (unassigned) - Priority: Normal | Severity: Medium 15:48:19 restorecon runs unecessarily for some upgrades - http://pulp.plan.io/issues/2424 15:48:55 high/high 15:49:13 this is not really our bug, but we need to implement a workaround 15:49:27 otherwise upgrades can take a really long time 15:49:28 yeah it won't be too hard I posted a suggestion 15:49:39 is this sprint material? 15:49:49 +1 15:49:53 i think so 15:49:56 !suggest add to sprint 15:49:56 #idea add to sprint 15:50:01 !propose triage high high 15:50:01 #idea Proposed for #2424: Priority: High, Severity: High 15:50:02 Proposed for #2424: Priority: High, Severity: High 15:50:16 #agreed Priority: High, Severity: High 15:50:16 !accept 15:50:16 Current proposal accepted: Priority: High, Severity: High 15:50:16 +1 15:50:17 No issues to triage. 15:50:21 !end 15:50:21 #endmeeting