15:59:48 #startmeeting cinder 15:59:49 Meeting started Wed Aug 26 15:59:48 2015 UTC and is due to finish in 60 minutes. The chair is jgriffith. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:59:50 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:59:50 hi 15:59:51 Hi 15:59:51 hi 15:59:52 The meeting name has been set to 'cinder' 15:59:52 hi 15:59:54 Hi 15:59:54 Hey everyone 15:59:54 Hello. 15:59:55 o/ 15:59:55 Hi 15:59:56 hi 15:59:56 o/ 16:00:01 o/ 16:00:02 o/ 16:00:03 hi 16:00:07 o/ 16:00:09 We have an agenda this week posted here: https://wiki.openstack.org/wiki/CinderMeetings 16:00:10 hi 16:00:14 boink 16:00:15 hi 16:00:16 hi 16:00:23 hi 16:00:24 A lot to go through so let's take a run at it... 16:00:28 hi 16:00:30 mtanino_: ready? 16:00:34 yup 16:00:41 Get Volume Driver Capabilities patch (mtanino) 16:00:41 #topic Get driver capabilities 16:00:48 hi 16:00:49 Hi, about Get Volume Driver Capabilities patch, 16:00:58 I'd like to have opinions for naming policy of propoerties. 16:01:10 mtanino_: I'd rather not use vendor_name. 16:01:15 In this feature, we have two types of properties, "cinder well defined keys" and "vendor unique properties". 16:01:22 Especially given there are names and punctuation. 16:01:30 /names/spaces/ 16:01:47 Hi 16:01:48 I didn't think we were removing scoped keys as part of this effort ? 16:01:50 so Gorka's proposal is Use `vendor_name` in volume_stats OR use anything the driver wants as a prefix. 16:02:09 mtanino_: My vote would be it is up to the driver what they want to use. 16:02:20 if you remove the scoping, then the capabilities filter is going to use those values to match 16:02:31 smcginnis: But they could be sending vendor_name 16:02:59 let's back up a second... I might be lost :) 16:03:00 geguileo: Sure, if they want. But I wouldn't want to make it a requirement that it has to match vendor_name. 16:03:22 smcginnis: Ok, do we have any specific requirements for those values or anything goes? 16:03:29 geguileo: mtanino_ first let's talk about replacing colon's 16:03:41 jgriffith: I see. 16:03:46 smcginnis: Because we must be able to remove the scoping like hemna said 16:04:06 geguileo: mtanino_ depending on what you're proposing that's a scoped key and we need that to bypass scheduler 16:04:14 so currently, separate is "_", but I think colon is reasonable separator for the prefix 16:04:30 Original proposal in Kilo used : 16:04:33 like Hitachi:minIOPS, Hewlett-Packard:minIOPS or hp3par:minIOPS, SolidFire Inc:minIOPS or SolidFire:minIOPS 16:04:38 mtanino_: Ok, I see what you're sayign I think 16:04:46 It's good? 16:04:54 I see. 16:04:55 I wasn't suggesting we do remove the scoping 16:05:18 I was simply pointing out that if you do remove it, the capabilities filter will then now filter on those keys, which has issues of it's own. 16:05:19 hemna: not saying you were, I was just backing up to make sure I understand what mtanino_ and geguileo are proposing :) 16:06:00 mtanino_: geguileo so the proposal is to change the reporting of vendor keys in capabiities from xxxx_yyyy, to xxx:yyy ? 16:06:14 jgriffith: correct. 16:06:16 mtanino_: geguileo makes sense... there may be some complications on upgrades though 16:06:25 jgriffith: But the important part was the xxxx part 16:06:41 jgriffith: If we force it to vendor_name (we already said no) 16:06:42 geguileo: mtanino_ any thoughts on using a different delimeter so as to avoid any issues with scoped keys? 16:06:48 mtanino_: mtanino_ like using '-' 16:07:07 since that's improper formatting for a python var in our code anyway :) 16:07:25 smcginnis 16:07:25 jgriffith: If the colon is included, I will replace it to "_" 16:07:47 mtanino_: oh... 16:08:01 mtanino_: so I don't necessarily like that FWIW 16:08:13 mtanino_: underscores may be included in the var name 16:08:20 mtanino_: which could make things kinda confusing IMO 16:08:34 mtanino_: I prefer using something else if we can agree on it 16:08:44 jgriffith: Not confussing, because you would be able to separate it by the : 16:09:04 Ok, let's recap 16:09:08 geguileo: ok, maybe I'm still not following :) 16:09:16 geguileo: yes.. let's :) 16:09:20 Drivers can use any vendor prefix they want 16:09:31 So whatever separator we decide to use 16:09:32 geguileo: yes. 16:09:40 It "could" be used in that prefix 16:09:44 Which is a problem 16:09:50 So we would log a warning 16:09:54 And replace it with something else 16:10:02 geguileo: wait... why is that a problem? 16:10:19 * hemna is confused 16:10:39 So we don't need to separate the vendor part from the rest of the key?> 16:10:49 how about just let driver developers know that some character(s) are not to be used 16:10:49 geguileo: I certainly didn't say that 16:11:08 jgriffith: No, it was a genuine question, as in I'm not sure if we have to XD 16:11:19 geguileo: I did say however that things like vendorname_compression_type is not good IMHO 16:11:34 as long as we can clearly distinguish the 'well-defined' keys from the rest, it'd be fine. 16:11:35 there's no clear delimeter between the prefix and the key itself 16:11:38 winston-d_: Exactly, but code should still work even if they don't do it right 16:11:49 winston-d_: That's why we would give a warning and replace it with something else 16:11:56 winston-d_: geguileo I understand it "would be fine" but I'm asking why it's better? 16:12:05 jgriffith: It would be something like vendorname:compression_type 16:12:07 and I thought we agreed in Vancouver that well defined keys will start with sth like 'cinder_' 16:12:18 winston-d_: geguileo why is that better than vendor:key or vendor-key 16:12:31 winston-d_: That was changed later on 16:12:37 winston-d_: Well defined will not have prefix 16:12:45 winston-d_: Only vendor ones will have it 16:12:47 geguileo: ok, so I'm reallynot following because what you just wrote it EXACTLY what I just proposed 16:13:23 jgriffith: What I proposed is what I was proposing from the start %D 16:13:24 winston-d_: we did but after looking at the patch it seemed like just omitting the prefix from well defined keys was cleaner 16:13:42 geguileo: then what's the discussion around the use of underscore? 16:13:57 jgriffith: At this point I think it is :-D 16:14:06 jgriffith: so either prefix 'well-defined' ones or the rest. 16:14:36 winston-d_: right, and I'm proposing the "others" are prefixed 16:14:42 jgriffith: I agree 16:14:47 __not_well_defined_whatever_you_like 16:14:53 winston-d_: like Hitachi:minIOPS 16:15:00 geguileo: I can't tell for the life of me what you're proposing I'm afraid 16:15:11 XD XD 16:15:28 Let driver use whatever prefix they want 16:15:35 But they should know : is not allowed 16:15:42 can't we handle the weird vendor:name:compression_type capability by making a utility to split the vendor name and key that uses rsplit on the colon? 16:15:43 And will be replaced and a warning issued 16:16:00 geguileo: It's my current plan 16:16:05 ':' was used for scoped keys 16:16:07 tbarron: Yes 16:16:22 winston-d_: and still is ;) 16:16:29 geguileo: so why do we have to replace the lefthand colon? 16:16:29 tbarron: But what if they want to have a : in the name? 16:16:30 I don't understand why ":" will be replaced automatically? 16:16:39 it is been used everywhere 16:16:42 and 'capablities:' has specailly meanings, any keys prefixed with that will be consumed by CapablitiesFilter. 16:16:48 we can't take that way, but geguileo you're talking in circles 16:16:48 16:12 geguileo| jgriffith: It would be something like vendorname:compression_type 16:16:50 tbarron: It's easier to control the vendor name, since we are already going to check it 16:16:55 and then you say: 16:17:12 : is not allowed and will log a warning? 16:17:22 If vendor prefix has : 16:17:27 geguileo: or are you just saying they can't have ':' in the prefix itself? 16:17:30 geguileo: ok, I get what you are saying 16:17:37 geguileo: Ohhh.. well yeah... duhhh :) 16:17:38 jgriffith: Yes 16:17:48 geguileo: that's just natural IMO 16:17:51 jgriffith: So "if" they do we replace it 16:17:57 jgriffith: I think so too 16:18:12 that will break drivers. Am I missing anything? 16:18:18 geguileo: Well certainly... although IMO it woudl be fine if it fails 16:18:20 xyang: nahhh 16:18:31 if you disallow : in the key, then you will all of a sudden then get a lot of "No host found" in creating volumes. 16:18:36 jgriffith: If it fails to start the service? 16:18:48 so 3par:max_iops will be changed to 3par_max_iops, for example? 16:18:54 xyang: it only breaks drivers that use a ':' as a character in their capability value name (key name) 16:19:04 Hita::chi:minIOPS should change Hitachi:minIOPS right? 16:19:14 hemna: Not in the key, in the vendor prefix part 16:19:16 winston-d_: so my understanding is that is valid/ok 16:19:17 jgriffith: that is widely used though 16:19:22 winston-d_: geguileo ^^ 16:19:34 winston-d_: No 16:19:40 winston-d_: geguileo my interpretation is that if you have "hp:3par:some_key" 16:19:43 that's the problem 16:19:50 jgriffith: +1 16:19:51 and it changes to hp_3par:some_key 16:19:52 jgriffith: correct 16:20:00 winston-d_: 3:par:max_iops will be changed to 3_par:max_iops 16:20:18 jgriffith: Exactly 16:20:25 3par:some_key:some_subkey suddently won't work? 16:20:25 that just makes sense to me 16:20:42 winston-d_: It will work 16:20:48 winston-d_: Because prefix is 3par 16:20:57 winston-d_: And it doesn't have : 16:21:18 how is that different from hp:3par:key? 16:21:33 winston-d_: Because driver passes back the prefix 16:21:37 geguileo: but winston-d_ has a point, it's a bit trickier to parse it, but if you're just using vendor_name from the capabilities it works easy enough 16:21:41 winston-d_: In one case it would pass hp:3par 16:21:47 winston-d_: And the other h3par 16:22:04 I think the behavior in the scheduler is to ignore keys with ":" 16:22:18 jgriffith: Current implementation requires drivers to pass back the prefix so we can check it 16:22:19 and its passed to the backend driver to handle it 16:22:24 geguileo: so the crux of it is "don't use ':' in your vendor name" right? and I dont' know that anybody is doing that anyway 16:22:57 i missed 'cinder_' prefix, it seems to me that will make life(&code) much easier 16:23:03 I'd prefer vendor chosen prefix, but not necessarily vendor_name. 16:23:04 s/missed/miss/ 16:23:06 jgriffith: jgriffith They are not 16:23:15 Do we really want something like "Violin Memory, Inc.:compression" 16:23:17 in that case does it still require prefix with vendor like vendor:key 16:23:27 smcginnis: We agreed on that, we all prefer it 16:23:30 smcginnis, yuk 16:23:43 geguileo: Which is preferred? 16:23:52 I don't think we've all agreed on anything. 16:23:52 smcginnis: The one you suggest 16:24:00 smcginnis: Drivers can choose prefix 16:24:05 smcginnis: it translates to Violin_Memory_Inc:compression 16:24:09 smcginnis: Current patch implementation is like that 16:24:10 geguileo: OK, I'm good then. Thanks. :) 16:24:35 winston-d_: you feel the prefix cinder_ is better/easier? 16:24:35 jgriffith: No, we won't be doing translation for that part 16:24:37 __some_ugly_prefix_so_admin_will_never_miss_used__FREEFORALL 16:24:41 jgriffith: Only replace : 16:24:48 geguileo: ok, fair enough 16:24:59 geguileo: but I'd change my prefix if I had that :) 16:25:01 winston-d_: Hey, if that's what the vendor wants. :) 16:25:19 geguileo: my only suggestion is to add a capability key "prefix" 16:25:32 geguileo: mtanino_ and use capability.get(prefix, vendor_name) 16:25:41 geguileo: they don't have to be the same that way 16:25:57 mtanino_: geguileo: please get it documented with examples somewhere. Need to make every developer know. 16:26:22 jgriffith: if we went wight 'cinder_', we only need to handle what, less than ten defined keys, but prefixing the rest, that seems much more messier. 16:26:30 Where is this kind of stuff documented? 16:26:31 winston-d_: LOL 16:26:32 s/wight/with/ 16:26:39 *sigh* 16:26:46 winston-d_: fair point 16:26:54 winston-d_: I was laughing at your example above :) 16:27:04 vincent_hou: will documented in the comment. 16:27:13 rajinir: devref, maybe. 16:27:27 mtanino_: And update the spec file like you are doing, right? 16:27:38 geguileo: yes. correct 16:27:55 geguileo: jgriffith I will put detail of this in the SPEC 16:27:58 winston-d_: I'm on the fence honestly, the only thing I like better about what you're saying is that "explicit is better than implicit" 16:28:35 geguileo: mtanino_ now that I understand what you're saying (and it's just how I assumed it worked :)) I'm fine either way 16:28:40 vincent_hou: thx 16:28:41 jgriffith: yup 16:28:49 mtanino_: geguileo I would like winston-d_ and others to consider the alternative... 16:29:03 mtanino_: geguileo and see if perhaps we should be doing one way over the other in this case 16:29:34 jgriffith: In theory this was changed from what winston-d_ says to the new way 16:29:46 mtanino_: You mentioned this was changed, right? 16:30:11 geguileo: jgriffith that proposal comes from jgriffith. 16:30:20 winston-d_: the only advantage the other way was that in my case I'd change all my custom extra-specs to use the same scoped key 16:30:32 winston-d_: of course I could have done that anyway, and still could 16:30:56 winston-d_: I just didn't really consider it at the time when I wrote the driver 16:31:15 mtanino_: check if there is a good place in devref for something to document. Under doc folder I think. 16:31:26 geguileo: mtanino_ YES, the change is completely my fault :( 16:31:29 jgriffith: what do you prefix your custom extra-specs keys for now? 16:31:32 * jgriffith hides in the corner 16:31:51 jgriffith: We can still back to use cinder_ 16:31:57 winston-d_: QOS or REPLICATION 16:31:59 for well defined keys 16:32:31 I still like the bare key, but I've caused enough trouble already so I'll let others speak if they have an opinion 16:32:44 but we need to wrap this topic up and get the code merged 16:32:57 yes... 16:33:02 as I have issues with things like this which I'll bring up in my next topic :) 16:33:04 +1 for bare key 16:33:25 jgriffith: ok, and because those are well defined, so you don't want to have to change your driver, right? 16:33:26 using cinder_ internal to cinder seems odd 16:33:38 thenits as better as bare 16:33:42 hemna: smcginnis DuncanT e0ne geguileo winston-d_ other cores... votes? 16:33:50 winston-d_: correct 16:33:56 winston-d_: wait... no 16:34:01 navneet: we can use 'nova', if that's fancier, or 'docker', maybe 16:34:09 I vote for vendor_name prefix instead of cinder_ prefix 16:34:10 chewbacca_ 16:34:10 winston-d_: those are not well defined keys, they're vendor unique 16:34:12 any buzz words 16:34:13 +1 for cinder_ so we don't have to change other keys 16:34:34 xyang: we don't have to change other keys though 16:34:47 jgriffith: the replacement part 16:34:53 jgriffith: so you will have to change your driver if you want to provide list of capabilities? 16:34:55 +1 for vendor prefix 16:34:56 I was leaning toward vendor, but it is true there is a smaller discrete set of cinder ones that could be covered with the cinder_ prefix. 16:34:57 winston-d_:if we want to make it explicit then vendor_ or bare is better than cinder_ 16:35:15 No strong opinion really. 16:35:25 winston-d_: Yes, you need to report them with a method 16:35:33 hehe... we're getting nowhere on this one I fear 16:35:35 I don't care as long as we are consistent. 16:35:39 Ok, vote be reviewing the patch :) 16:35:50 BUT, make sure you load it up to see how it impacts your current functionality 16:36:04 of course none of us have the patches in our drivers so it's kinda moot 16:36:25 yep 16:36:36 jgriffith: we'll just make sure all CI passes:) 16:36:40 mtanino_: your patch, will you just do the lvm driver and let other make simliar changes or you will do that for everybody? 16:37:37 winston-d_: as for well defined keys, every driver has these keys. 16:37:54 Ok, hate to cut this short, but we're running pretty long 16:38:00 +1 16:38:05 we can discuss further in #openstack-cinder maybe? 16:38:10 let's move on 16:38:11 geguileo: jgriffith Thank you for your help. 16:38:15 or state your opinion viareivew 16:38:17 mtanino_: np 16:38:18 mtanino_: thank you!! 16:38:28 Ok... 16:38:36 #topic feature freeze for liberty 16:39:00 I have some things i wanted to bring up as a team here 16:39:04 jgriffith: I just started :) 16:39:20 sure 16:39:23 navneet: ? 16:39:52 we implemented the cut off date of last Sunday saying anything that wasn't passing jenkins and had an approved BP was to be rejected until M 16:40:02 I think that's *ok*, BUT 16:40:06 jgriffith:feature freeze came so early 16:40:12 I have some concerns about a few things... 16:40:24 navneet: yes, I felt it was a bit early but none the less 16:40:50 I have issues with things like replication for example... and the capabilities patch we just discussed 16:40:57 navneet, FWIW nova's feature freeze is the 2nd Milestone. 16:41:16 by the "rules" in place that means that none of the new features that landed in core can be implemented by anybody 16:41:34 inparticular replication is a good example becuase I didn't finisht he core work until Sunday 16:41:57 hemna: oh yes...tokyo is near by 16:42:12 We can just admire it from a distance. 16:42:14 I think we need to determine whether features like this should NOT be implemented by anybody, or if everybody should have the time to implement them? 16:42:25 Swanson: that's fine honestly if you ask me 16:42:42 saying that the core pieces are in place, but not implemented anywhere until next release 16:42:48 It does prevent folks from trying to cram untested implementations in at the last minute. 16:42:50 jgriffith, I'm not sure what the right answer is honestly. These big features are typically not done until later in the release 16:43:06 the rush at the ned and only one or two implementations at release is kinda what's bit us in the past 16:43:09 and in the past most folks didn't have enough time to implement, but patches usually show up early in the next release. 16:43:14 I'd prefer we allow reference implementations for new features 16:43:14 hemna: indeed 16:43:25 For stability I would prefer everyone just prepping to have it ready for M. 16:43:28 xyang: +1 16:43:34 I thought for the folks that were working along side the feature(i.e Pure) and entered approved BPs then they should get in. 16:43:43 xyang: +1 16:43:47 kmartin: yes, that was the ruling 16:43:57 I thought pure or someone had a reference implementation. 16:43:58 kmartin: I'm saying I'm not sure that's really such a good approach 16:44:08 because we still go out with only one implementation of a major feature 16:44:25 I don't think there's anything wrong with a feature spanning multiple releases 16:44:26 jgriffith, the only other option really is to not allow the features to land in the 3rd milestone and hold them for the 1st milestone of the next release ? 16:44:32 only core piece can bite 'cinder', right? vendor implementation only bites themselves, not others. 16:44:38 non-disruptive backup has no reference implemenation 16:44:44 winston-d_: Good point. 16:44:45 winston-d_: correct 16:44:46 jgriffith: but that serves as a template and must do for others in next rel 16:44:48 code is done but not allowed to merge 16:44:59 winston-d_: which is the second part of what i wanted to throw out :) 16:45:04 winston-d_: +1 16:45:09 winston-d: vendor implementation bites us all if we end up finding out that core changes are needed as more vendors implement it in the next cycle 16:45:28 should we allow an extended period for drivers to implement features that have landed in core cinder? 16:45:33 eharney: Like replication v1. 16:45:39 a staggered freeze so to speak? 16:45:43 eharney: +1 16:45:43 as long as we are confident about core pieces, i don't care some vendor squeeze in their slappy implementation and end up pissing off their customer 16:45:54 jgriffith: +1 16:45:57 I kinda wish I thought of that a few months ago but I didn't :( 16:46:10 winston-d_: I don't agree 16:46:17 jgriffith: allowing drivers to implement only adds more instability 16:46:23 winston-d_: Customers some times have multiple drivers and they don't know who to blame 16:46:30 fwiw, this is why I proposed "experimental" APIs at the midcycle -- to cover the period between when a new feature merges and when it's widely implemented and well tested 16:46:31 winston-d_: So they end up blaming Cinder 16:46:32 but atleast one reference implementation should be allowed 16:46:38 i like the idea of a staggered freeze, is the suggestion that we do something like that now for L? 16:46:41 or going forward? 16:46:43 without driver implementation, what is point of introducing a feature? 16:46:47 winston-d_: but that sloppy impl then forces compatibility concerns on us, even if it's sloppy 16:46:51 bswartz: sorry, I don't think I was around for that topic... sounds interesting though 16:47:10 patrickeast: so the way I see it we have two choices for L 16:47:29 eharney: +1 on compatibility concerns 16:47:32 i also might be biased but i do think having at least some driver impl does help to find any issues with the core feature... at a minimum it should ease the amount of problems others have next time 16:47:35 geguileo: one works, the other doesn't, you know who to blame. :) 16:47:37 xyang, so it gets more complex when the feature itself has dependencies in Nova. re: multi-attach. If the Cinder side doesn't land, then Nova never can land, due to the schedule and deadlines, etc. 16:47:38 patrickeast: features that merged in core at the last minute are granted some exception for drivers 16:47:40 patrickeast: OR 16:47:41 bswartz: that is a good idea, but we don't have it yet 16:47:45 bswartz: +1 for experimental features 16:47:46 nobody goes out the door with it 16:47:48 winston-d_: It's not that simple :-D 16:47:51 so I don't think we can be so hard/fast with the rules on this 16:47:59 xyang: its like an appetizer...but atleast one reference impl 16:48:09 hemna: that's why I brought it up here :) 16:48:21 xyang: Chicken and egg. Plus someone could implement out of band. 16:48:30 jgriffith, so you can probably guess my opinion on this one :) 16:48:31 hemna: I thought it was important enough that we should discuss and make a decision as a team 16:48:38 jgriffith, +1 16:48:43 hemna: actually no I can't 16:48:54 the concept of experimental features seems like a pretty good middle ground imo 16:49:10 guitarzan: yeah, but it's kinda off the table for L IMO 16:49:17 sure, no question 16:49:18 heh ok. I think it's fine to have core features land in the 3rd milestone, even if there is no ref implementation. 16:49:31 jgriffith: are you really just asking about replication and being sneaky about it? :) 16:49:38 :) 16:49:47 jgriffith: if you're interested you can look at how it was done in manila -- first we did microversions https://review.openstack.org/#/c/207228/ then we added experimental as an enhancement on top of microversions https://review.openstack.org/#/c/215340/ 16:49:48 hemna: but if the ref imp is ready, why block it? 16:49:51 hemna: well... ok, but given the two options I proposed... which do you think is the right way to go (or neither) 16:49:57 lets just fix whats around here for now 16:50:03 jgriffith: why is calling replication experimental off the table? couldn't we lock down the api's and document it as experimental with a big warning label on it? 16:50:31 xyang, if the ref impl is ready, then land it, if CI is passing. 16:50:41 patrickeast: well, to do experimental right, you need more than a "label" on it IMO 16:50:49 hemna: we are not allowed currently:( 16:51:04 patrickeast: as bswartz pointed out, micro-versioning and other things are probably a good idea 16:51:19 jgriffith: yea, i agree, to do it 'right' is more effort 16:51:35 jgriffith: but imo a huge portion of it is communication to customers about it 16:51:36 agree that we need to have saparate deadlines for ref impl and for drivers 16:51:41 s/customers/operators/ 16:51:45 patrickeast: I'm also not convinced it's necessary if we think ahead about timing etc 16:51:52 yeah microversions solves a lot of problems which would otherwise be caused by introducing experimental APIs and later changing/removing them 16:53:08 jgriffith: not sure what you mean about timing 16:53:15 9 minutes 16:53:17 jgriffith: you mean about when we land the features? 16:53:31 patrickeast: requiring core-features to merge earlier 16:53:38 jgriffith: ahh gotcha 16:53:46 just to argue about having core only and wait for drivers to catch up in next release cycle, I'd say that actually keep us from finding out if necessary core changes might be needed. 16:54:01 winston-d_: agreed 16:54:09 jgriffith: +1 on "requiring core-features to merge earlier" 16:54:09 more drivers impls, more confidence we have 16:54:12 winston-d_: +1 16:54:13 winston-d_: there are definitely pros/cons either way 16:54:23 so how about this... we'll take two votes 16:54:39 1. allow an extra week of driver implementation of merged core features 16:54:42 and 16:54:46 core featured for milestone-2 and drivers for miletone-3? 16:54:55 2. No driver implementations for those core features that landed last minute 16:55:15 is this voting for M or L? 16:55:20 we'll take the winner and move forward for L... with a design summit topic for M to fix this 16:55:26 dannywilson: this is L 16:55:38 option 2 16:55:38 1 16:55:40 jgriffith: option #1 is good for me if it is tested by 3rd party ci 16:55:44 dannywilson: we'll discuss how to deal with this sort of thing going forward at summit 16:55:46 1 16:55:46 i hate to be that guy, but shouldn't there be an option 3 which is stick to thingee's plan? (i'm voting for option 1 though) 16:55:47 changing the rules at the last minute like this seems a bit sucky 16:55:50 we use the '#vote' or just speak out? 16:55:53 more stablility with trunk 16:56:10 #startvote Extend driver implementation deadline for new features by 1 week? Yes, No 16:56:10 Begin voting on: Extend driver implementation deadline for new features by 1 week? Valid vote options are Yes, No. 16:56:12 Vote using '#vote OPTION'. Only your last vote counts. 16:56:18 #vote 1 16:56:18 #vote 1 16:56:18 xyang: 1 is not a valid option. Valid options are Yes, No. 16:56:19 2 16:56:20 hemna: 1 is not a valid option. Valid options are Yes, No. 16:56:22 #vote no 16:56:22 2 16:56:23 #vote 2 16:56:25 Swanson: 2 is not a valid option. Valid options are Yes, No. 16:56:27 #vote Yes 16:56:28 #vote yes 16:56:30 #vote yes 16:56:30 #vote No 16:56:31 #vote Yes 16:56:31 #vote yes 16:56:33 #vote Yes 16:56:41 #vote no 16:56:42 Any time left for me? :-) 1 16:56:43 #vote No 16:56:44 Yes is 1 and no is 2? 16:56:45 #vote yes 16:56:45 xyang: you need to vote "yes or no" 16:56:49 yes 16:56:53 #vote yes 16:56:53 #vote yes 16:56:59 #vote no 16:57:01 xyang: haha you need to prefix it 16:57:09 ? 16:57:11 #vote no 16:57:19 i'm not familiar enough with the exact list of features at hand etc to really cast a well-reasoned vote here 16:57:20 xyang: nm you got it 16:57:35 #vote no 16:57:35 will this be counted automatically? 16:57:35 eharney: +1 16:57:39 eharney: replication, capability reporting, cg-snaps, online backupes 16:57:44 backups even 16:57:53 xyang: yes 16:57:59 cool 16:57:59 10 seconds.... 16:58:01 #vote no 16:58:14 geguileo: vote pls 16:58:26 geguileo: eharney last chance to vote 16:58:33 hurry up and snipe the vote! 16:58:35 seems like vendors prefer #yes but operators #no 16:58:41 vincent_hou: Guess you'll need to report in -cinder. 16:58:41 #vote yes 16:58:44 #endvote 16:58:45 Voted on "Extend driver implementation deadline for new features by 1 week?" Results are 16:58:46 Yes (10): hemna, cebruns, winston-d_, xyang, jgriffith, rhe00, e0ne, wilson2, patrickeast, guitarzan 16:58:47 No (8): bswartz, navneet__, smcginnis, tbarron, Swanson, jseiler_, dannywilson, dulek 16:58:57 bah 16:58:58 navneet__: you seem to be wrong about that 16:59:07 navneet__: all the operators seem to have voted yes 16:59:25 ok.. one more vote 16:59:31 time 16:59:54 #startvote should we remove late landing core features from any driver and wait til next release? Yes, No 16:59:56 Begin voting on: should we remove late landing core features from any driver and wait til next release? Valid vote options are Yes, No. 16:59:57 Vote using '#vote OPTION'. Only your last vote counts. 17:00:00 Can vincent do a progress report in a single line? 17:00:12 #vote no 17:00:13 #vote no 17:00:14 #vote no 17:00:17 #vote no 17:00:18 #vote no 17:00:19 I'll give this one 30 seoncs 17:00:21 #vote no 17:00:22 #vote no 17:00:22 #vote yes 17:00:23 #vote no 17:00:23 #vote no 17:00:24 #vote no 17:00:28 #vote no 17:00:29 #yes 17:00:29 let us go to cinder shall we? 17:00:29 #vote no 17:00:31 #no 17:00:32 #vote yes 17:00:35 #vote yes 17:00:37 #vote yes 17:00:41 #vote yes 17:00:44 5 seconds 17:00:47 #vote yes 17:00:55 #endvote 17:00:56 Voted on "should we remove late landing core features from any driver and wait til next release?" Results are 17:00:58 Yes (6): smcginnis, jseiler_, jgriffith, rhe00, Swanson, geguileo 17:00:59 No (12): bswartz, navneet__, hemna, ericksonsantos, cebruns, xyang, winston-d, e0ne, dannywilson, patrickeast, guitarzan, dulek 17:01:06 if we did this, then nova could never get things like multi-attach support. 17:01:13 ok... that one is pretty overwhelming 17:01:17 hemna: not true at all 17:01:30 jgriffith, I went through 3 releases of that and it was true. 17:01:33 anyway 17:01:41 To -cinder? 17:01:51 we are out of time here 17:01:52 hemna: you will be there. 17:01:53 hemna: I don't follow... but we can chat 17:01:56 jgriffith: voting yes on both like you did seems funny 17:02:00 vincent_hou: can you meet us in cinder? 17:02:07 sure 17:02:08 dannywilson: hehe... I'm funny that way 17:02:19 I'm mixed on what's best for Cinder to be honest 17:02:19 see you in cinder 17:02:21 ok... 17:02:26 let's go over to cinder and give up the room 17:02:30 #endmeeting