Wednesday, 2015-02-11

*** IanGovett has quit IRC00:00
*** vilobhmm has quit IRC00:01
*** vilobhmm has joined #openstack-cinder00:02
openstackgerritAnish Bhatt proposed openstack/cinder: Only allow IOError to fall through when file not found is acceptable  https://review.openstack.org/15471300:02
anishmtanino: you might care about this since your patch is most probably going to land before mine          ^00:03
*** annashen has joined #openstack-cinder00:03
*** nellysmitt has joined #openstack-cinder00:04
*** thingee has quit IRC00:06
*** thingee has joined #openstack-cinder00:06
*** nellysmitt has quit IRC00:08
*** annashen has quit IRC00:12
mtaninoanish: hi,00:12
mtaninoanish: you try to fix file read problem?00:13
anishmtanino: not exactly. I'm just changing allowed errors from any open exception to file not found00:13
anishsince the idea behind that changeset when it first came in was to reuse pre-existing chap information00:13
anishactually, I should just rebase it on top of your changeset00:14
mtaninoanish: may be I think so, but00:15
gugl2jgriffith, please take a look at the comments hemna put it there https://review.openstack.org/#/c/151353/00:15
mtaninoanish: if your patch will land before mine, I will rebase mine :)00:15
mtaninoanish: I already rebased my patch 3 or 4 times...00:16
jgriffithgugl2: thanks00:16
jgriffithgugl2: hemna so fair00:16
jgriffithgugl2: hemna just FYI what I'm trying to avoid is the "one vendor features" that we keep doing lately00:16
anishmtanino: I HIGHLY doubt mine will land before yours, but I will rebase as well in case yours land first as well00:17
anish*one too many 'as well's00:17
hemnayup, we don't want single vendor features either.00:17
jgriffithhemna: I know you don't00:17
*** markvoelker has quit IRC00:17
*** primechuck has joined #openstack-cinder00:17
bitbltif i only have one nfs mount point, and i decide i want to change it to something else, eg a re-IP, is it right that I'll have to manually change the provider_location in the db, then update the domain xml file to the new location too?00:18
gugl2jgriffith, can you remove your vote after read the comments00:18
*** sgotliv__ has quit IRC00:18
mtaninoanish: I set star mark of your patch, so I will get every change :)00:19
jgriffithhemna: gugl2 and note that I'm aware that's not the sched change itself, I commented that since I didn't review that patch before it merged I was raising my concern in the patch that was avail00:19
anishmtanino: a+00:19
*** Mandell has quit IRC00:21
gugl2jgriffith, sched patch has been approved and merged by the community...you might need to let it go :)00:22
jgriffithgugl2: I'm aware, and yes you're right.  I think I just need to let it go for a lot of things at this point00:22
jgriffithgugl2: but I won't :)00:23
hemnawe have docs patches up in process already00:23
gugl2jgriffith, sigh00:23
jgriffithhemna: gugl2 ok, there ya go.00:24
jgriffithhemna: gugl2 thanks00:24
hemnathanks man00:25
jgriffithhemna: NP, sorry I'm such a pita00:25
thingeejgriffith: with regards to your question about documentation for the evaluator here https://review.openstack.org/#/c/129987/00:26
gugl2jgriffith, thanks John!00:26
thingeejgriffith: documentation is posted https://review.openstack.org/#/c/152325/00:26
hemnawell I wouldn't say that.   having docs in place is critical for everyone, and I think that was a good issue to raise00:26
jgriffiththingee: yes, I got that00:26
jgriffiththingee: but please note, that wasn't what i was looking for00:26
jgriffiththingee: I was looking for some information on the actual classes that were added00:26
jgriffiththe implementation itself00:27
jgriffiththingee: particularly the evaluator code00:27
*** bitblt has quit IRC00:27
jgriffiththingee: https://github.com/openstack/cinder/tree/master/cinder/scheduler/evaluator00:27
jgriffiththingee: but perhaps I'm out of line here00:27
*** enterprisedc_ has joined #openstack-cinder00:28
thingeejgriffith: Sure. fyi wasn't reading irc, just coincidence you're talking about it now00:28
*** tbarron has joined #openstack-cinder00:29
thingeeI think leeantho wouldn't mind providing us more details though00:29
*** tbarron has quit IRC00:29
*** tbarron has joined #openstack-cinder00:30
*** enterprisedc has quit IRC00:30
*** enterprisedc_ is now known as enterprisedc00:30
jgriffiththingee: yeah, that's all I was looking for really00:31
*** jcru has joined #openstack-cinder00:31
leeanthojgriffith, I can add more details on the evaluator part of the driver filter  in the openstack-manuals if you want00:31
jgriffithand given it only had 3 reviewers it doesn't seem like I'm completely out of line00:32
jgriffithleeantho: so honestly if I'm the only one worried about it don't waste your time00:32
jgriffithleeantho: I was having some difficulty parsing through how your code works with the evaluator classes is all00:32
jgriffithleeantho: but I'll spend a few minutes looking at it later and I'm sure it will be just fine00:33
thingeejgriffith: Well I think it's fair. So leeantho I think the expectation of this from the docs "You should consult the best practices for the drivers that you plan on doing this to for more information" is not great.00:33
*** lcurtis has quit IRC00:34
jgriffithleeantho: for the record, when I see scheduler changes without a descent number of reviewers I get nervous.  I also consider winston-d a lead on scheduler and prefer to see his reviews on things that go in if they're significant00:34
thingeejgriffith: not sure why winston-d wasn't added originally =/00:35
thingeebut I agree, we usually have winston-d sign off on these things.00:35
*** Mandell has joined #openstack-cinder00:35
jgriffithwell, I'm going to take gugl2 's advice and "let it go", starting with making the drive home.  BBL00:36
jgriffithcya00:36
hemnadrive safe00:36
*** Mandell has quit IRC00:36
*** Mandell has joined #openstack-cinder00:36
gugl2jgriffith, it will be good for your health. bye00:37
leeanthothingee, yes the line about consult the drivers best practice for the capabilities property is because the sub-properties in that are defined by the driver (based on how the scheduler does it right now),  not sure how to document that in a general way since it could be different for each driver :(00:37
thingeeleeantho: so where I'm getting it at, is you're setting this unknown expectation. Consulting the vendor on using a feature in OpenStack? That already makes setting up this feature difficult.00:38
xyangthingee, jgriffith, hemna: can I ask you to review these: Modify CG https://review.openstack.org/#/c/144561/  Incremental backup https://review.openstack.org/#/c/110068/00:39
thingeexyang: since you +2/A can you explain this to me?00:39
xyangthingee: which one?00:40
thingeesee backlog in the room and with regards to this change https://review.openstack.org/#/c/129987/00:40
xyangthingee: this allows the driver to have custom filter and weigher functions00:41
thingeeare there any other vendors looking to use this?00:46
xyangthingee: we would like to use this.  in the L planning00:46
thingeeoh excellent. can I get some examples of how you would use this compared to what you don't get in the filter scheduler?00:47
xyangthingee: we are still looking at what is the best formula for us.  I can definitely give an update at a later point00:48
*** chenleji has joined #openstack-cinder00:48
thingeexyang: I guess that's the problem I'm having is understanding how other vendors plan to use this.00:49
*** r-daneel has quit IRC00:49
thingeexyang: I know it'll work for HP00:49
thingeeand the problem is understanding this before L00:49
xyangthingee: so it allows you to use not only capacity, but other performance measurements to filter and weigh00:49
thingeeI don't have to know specifics, but just want to understand that the framework works well for others and just some general ideas of how it can be used.00:49
thingeexyang: ah that would be kind of interesting00:50
thingeehemna, leeantho, kmartin: what sort of usecases were you all seeing with this for your drivers?00:50
*** scottda_ has joined #openstack-cinder00:50
*** ebalduf has quit IRC00:51
*** Mandell has quit IRC00:51
hemnathingee, so this entire idea came from a discussion in Hong Kong00:51
thingeehemna: apologies for my fuzzy mind :)00:52
hemna:)00:52
*** markvoelker has joined #openstack-cinder00:52
hemnaDuncan and I argued with the guy from Redhat about this00:52
thingeehaha I remember that00:52
hemnaand came up with the model of the goodness functions00:52
xyangthis blueprint was originally registered by winston-d00:52
hemnait was almost a match to the death, then we all figured it out00:52
xyangI believe winston-d reviewed the spec as well00:53
thingeeI think it would've been really good to have winston-d sign off on this one.00:53
thingeebefore merge00:53
thingeeyeah he approved the spec. But xyang as you know, specs change. :)00:53
xyangthingee: very true:)00:54
hemnathingee, to be fair, the spec had been up since October00:54
leeanthothingee,  winston-d, did look over it some and gave some feedback on it  but never left comments on the patch itself00:55
thingeehemna: that's not what were talking about here. I'm trying to understand the point jgriffith raised of..OK, we have this thing. Lets hear how people plan to use this. This would've been a better discussion during spec talk actaully00:55
thingeeleeantho: yeah, my point is code most of the time ends up being different, or not meaning to be different from the patch00:55
thingeepatch=spec00:55
*** markvoelker has quit IRC00:56
*** markvoelker_ has joined #openstack-cinder00:56
thingeeunderstand my nervous position here. I want to know that this works for others.00:56
hemnaso the idea of this is to allow drivers to provide a goodness value that is a number between 0-100.  that number is compared against other answers from other drivers to help the scheduler decide if a provisioning request should land on it or not.00:56
leeanthoI meant he looked at the patch some,  he gave me some feedback when it was different than he imagined (i had combined the filter and weigher together)00:56
hemnaand the mechanism allows admins that understand the backends to tweak the algorithm for generating that goodness number.00:57
hemnaas an admin might not want to have more than X volumes created on a backend00:57
hemnaor whatever00:57
thingeeleeantho: if he's talking to you on the side and not in the patch, that's not good for me. I need feedback in the patch.00:57
hemnathingee, +100:57
hemnaok so winston-d should have commented on the spec00:57
hemnahe didn't00:58
hemnawe can't control that00:58
thingeehe did comment on the spec00:58
thingeeeven approved it00:58
tbarronso  https://review.openstack.org/#/c/129987/ is merged but the link to the blueprint spec in its commit message fails00:58
hemnaoh crap I'm looking at the wrong review :P00:58
thingeeI'm saying I would feel better having feedback from him on this patch before end of K00:58
hemnasorry00:58
* hemna is confused00:59
tbarronjust trying to understand impact myself00:59
*** Lee1092 has joined #openstack-cinder00:59
thingeetbarron: https://blueprints.launchpad.net/cinder/+spec/filtering-weighing-with-driver-supplied-functions01:00
hemnatbarron, yah I've been seeing that behavior with other reviews as well01:00
hemnathe BP vanishes after it's landed01:00
hemnano idea01:00
leeanthothingee, I agree it would have been better to have the feedback on the patch itself.  It had been a message that came up in openstack-cinder when kmartin and winston-d were talking about the spec/patch01:00
thingeeI want feedback from winston-d on this patch before end of k and make sure it's what we envisioned from the spec.01:01
hemnayah so the cinder review was up since October w/o comment from winston01:01
tbarronhemna: kk, but how do you backtrack to the spec?  guess the search prob isn't that hard, but one would think the commit msg would take one there01:01
thingeetbarron: https://review.openstack.org/#/c/129330/01:01
tbarronthingee: thx01:02
thingeeso a couple of things to be clear on this: winston-d should comment on this review (you can still publish comments in gerrit after merge). I also really want to hear from some other vendors on how they plan to use this, not just HP. If we can't have this information before K, we won't have it for K. I think this is fair information to understand.01:03
*** Mandell has joined #openstack-cinder01:03
thingeeI do agree this is late request after spec approval, but if it's causing this much of a worry, then I don't understand why we can't know this information up front.01:04
thingeeI don't need detailed information from other vendors either. Just want to make sure this framework will REALLY work for others.01:04
hemnathingee, I thought that was what the review process was for ?01:04
hemnait was in review for 5 months01:04
hemnaand noone cared01:04
hemnawell some folks did01:04
thingeethat's what we said about replication01:04
thingeehistory01:04
thingeelets not repeat this01:05
hemnaall I'm saying is, that we had this up for 5 months in review, and those conversations should have happened during the review01:05
thingeeunderstood. But if there's not interest, then maybe it's not interesting for other vendors in openstack01:05
thingeeso why it in this common interface?01:06
hemnajust because others don't have plans for it in K now, doesn't mean it's not useful for them in the next release.01:06
hemnaand I thought the main idea of cinder is to get vendors to help add features to cinder itself to make it better.01:07
thingeeI think this information and understanding is fair for me to ask. If you're unsure of me asking this, then that really worries me about this working for other vendors.01:07
hemnaso I'm confused01:07
hemnaI'm not concerned about asking about the feature and how it works, how folks want to use it.01:07
thingeeok great. so why are we arguing?01:08
hemnaI guess what worries me is threatening to remove something because you can't get feedback from others.01:08
hemnait's not something we can control01:08
thingeeI think it's completely valid to understand how something is going to be used. If I can't understand that, I don't want it part of Cinder.01:08
thingeeunfortunately it requires feedback and I think xyang will be happy to share that information01:09
xyangwe are interested in this blueprint.  we actually were thinking about implementing it ourselves if it was not already done by HP01:09
hemnawell sure, understanding how something works is critical for cinder and everyone moving forward.01:10
hemnaso yah, lets get feedback from folks and move forward from therem.01:10
hemnathere.01:10
thingeehemna: truth is, I don't think it will be removed. I'm more setting worse case so that's understood now rather than me freaking out march 19th. I just really would like to get this information now from people.01:11
hemnayah that works for me.01:12
hemnaat least we have the opportunity to have this discussion now instead of at the K3 deadline.01:12
hemnawhich is how lots of core features landed in the past....at the 3rd deadline, where no driver maintainers had a chance to look at it and provide driver support for it.01:13
thingeehemna: so with 1-100 that can be reported. In a multi-vendor environment, how is it determined of what one vendor considers a "70", from what another vendor considers what a "70" is?01:13
thingeeor am I still not understanding this01:13
hemnathat 70 means the same thing for each vendor01:13
hemnait's a unified #01:14
thingeeI'm not even asking for actual driver code to be posted from other vendors. Just want to understand at a high level of how people plan to write support for this and if they really understand that it'll work for them and not limit their driver.01:14
tbarronhow a unified number? "each backend to return two new functions when reporting capabilities/status, and those will be used for filtering and weighing."01:16
hemnabasically any # above 50 means sure, I can probably take the next volume01:16
hemnaless than 50 means...well I'm starting to not want another volume on my array01:16
hemnabut that # is configurable by the admin01:16
hemnaas they define how the goodness function is calculated01:16
*** tsekiyam_ has joined #openstack-cinder01:17
hemnaso if an admin only wants N volumes on the array, then they bake that into their goodness function01:17
tbarronso admin is defining the function, not the backend vendor?01:17
hemnatbarron, yes01:17
hemnatbarron, the spec also says "An equation in string form that when evaluated using5601:17
hemna                           PyParsing will be a value between 0 and 100."01:17
tbarronso netapp can't always return 99 to own all your bytes?01:17
hemnathe netapp code won't01:18
hemnaif the admin programs the goodness function to be that, then that's what they want and will get.01:18
tbarronsorry, i know I'm coming in late :-)01:18
hemnaif netapp provides a patch that returns 99 in their goodness function declaration, then we'll see that in review.openstack.org01:18
hemnaand call em out on it.01:18
tbarronso there;s a common semantics b/c the admin is in charge01:19
hemnayes01:19
bswartzlol01:19
hemnathe admin knows their backends01:19
hemnabswartz, :P01:19
tbarronkk, my only concern would be the (apparent) complexity01:19
hemnawhy is netapp always the 'bad guy' in theoretical discussions?01:19
hemnaheh01:19
tbarronhemna: I work for netapp, so didn't want to pick on xing or kurt01:20
hemna:P01:20
bswartzwe've been here a long time01:20
hemnahehe01:20
bswartzand there's no such thing as bad publicity01:20
*** mtanino has quit IRC01:20
*** tsekiyama has quit IRC01:20
bswartzso bash away01:20
tbarronbswartz: don't get any idea01:20
tbarronideas01:20
hemnahehe01:20
hemnaanyway, I have to head home.01:20
thingeebswartz: how do you plan to use this?01:20
hemnaDuncanT, understands the idea just as well01:21
bswartzit is better to be hated than to be ignored01:21
*** tsekiyam_ has quit IRC01:21
tbarronbswartz: no comment01:22
bswartzthingee: to use what? I just popped in and saw the jokes about netapp stealing all your bytes01:22
*** hemna is now known as hemnafk01:22
bswartztbarron: that's a famous quote from someone01:22
bswartzI can't remember who01:22
thingeebswartz: https://review.openstack.org/#/c/129330/11/specs/kilo/filtering-weighing-with-driver-supplied-functions.rst01:22
bswartzthingee: oh this01:23
bswartzthis feature makes me sad01:23
bswartzit feels like an admission of defeat01:24
bswartzthat the existing filter scheduler doesn't work well enough01:24
thingeebswartz: it would've been great to get your feedback back on https://review.openstack.org/12998701:25
bswartzI imagine that some useful features can be built using this mechanism, but I'd rather that backends actually returned useful capabilities and the filter scheduler filtered/weighed them to arrive at the outcome01:25
*** david-lyle has quit IRC01:26
tbarronbswartz: https://www.youtube.com/watch?v=N820sYc0zDA01:26
bswartzthingee: I don't feel like the feature is a bad idea by itself, but I think it would have been an unnecessary one if we worked harder on reporting capabilities01:27
thingeewhich we are working on.01:27
bswartzmaybe a "goodness" function can serve as a reasonable default for administrators who can't be bothered to turn their brains on and write decent weighers/filters01:28
bswartzbut different deployments will have different requirements and a goodness function is by definition one-size-fits-all01:29
bswartzthe case I'm most interested in seeing a scheduling based on performance headroom01:30
bswartzthat's an extremely complicated topic, but I think it would be desirable to users01:30
tbarronbswartz: 'performance headroom' => load-balancing?01:31
openstackgerritVilobh Meshram proposed openstack/cinder: Introducing micro_states for create workflow  https://review.openstack.org/12420501:37
bswartztbarron: for one definition of load, yes01:38
*** rwsu is now known as rwsu-afk01:39
bswartzwhat makes performance-based scheduling so fiendish is that I/O workloads can change dramatically from 1 instant to the next01:39
bswartzyou can have a storage node that looks nice and calm and then all of a sudden some tenant decides to run iobench against it01:40
bswartzso it needs to be combined with some sort of qos controls and some sort of average-over-time monitoring to get reasonable results01:41
tbarronseriously, I do endorse the request for use-cases, as I think administrators are very busy, they won't have time to write decent weighers/filters, or (I fear) a sensible cross-backend goodness/filter functions.01:41
tbarronbswartz: completely agree about the volatility of performance-based scheduling01:42
thingeeI agree with hemnafk this is late in discussion, but there's not wrong with discussing something, especailly if it hasn't been released.01:42
tbarronthingee: +101:42
thingeeand if people are unsure how this would work for the administrator, why make things more complex?01:42
*** scottda_ has quit IRC01:43
bswartzthingee: I wish more administrators were represented on this team01:45
bswartzas it stands, DuncanT is the closest thing we have to a deployer/user of cinder01:45
*** scottda_ has joined #openstack-cinder01:46
thingeeI'm going to raise this on the OpenStack ops list01:46
tbarronthingee: +101:47
openstackgerritChao Zheng Li proposed openstack/cinder: Add consistency group support for XIV/DS8K cinder driver proxy  https://review.openstack.org/15028101:47
tbarronadditional complexity should be wieghed against actual expected value add01:48
*** Xinxiaohui has joined #openstack-cinder01:50
*** ebalduf has joined #openstack-cinder01:51
*** leeantho has quit IRC01:51
*** scottda_ has quit IRC01:52
*** scottda_ has joined #openstack-cinder01:53
*** ebalduf has quit IRC01:56
*** bill_az_ has quit IRC02:01
*** mberlin has joined #openstack-cinder02:03
*** kaisers1 has joined #openstack-cinder02:04
*** mberlin1 has quit IRC02:05
*** nellysmitt has joined #openstack-cinder02:05
*** kaisers has quit IRC02:05
*** Mandell has quit IRC02:05
*** david-lyle has joined #openstack-cinder02:08
*** thingee has quit IRC02:08
*** nellysmitt has quit IRC02:10
openstackgerritMitsuhiro Tanino proposed openstack/cinder: Clear migration_status from a destination volume if migration fails  https://review.openstack.org/15473902:14
*** scottda_ has quit IRC02:16
*** scottda_ has joined #openstack-cinder02:16
*** scottda_ has joined #openstack-cinder02:18
*** scottda_ has quit IRC02:18
*** vilobhmm has quit IRC02:29
*** vilobhmm has joined #openstack-cinder02:29
*** vilobhmm has quit IRC02:29
*** dannywilson has quit IRC02:34
*** patrickeast has quit IRC02:35
*** zhithuang has joined #openstack-cinder02:39
openstackgerritwanghao proposed openstack/cinder: Implement function of import/export snapshots  https://review.openstack.org/14459002:40
*** zhithuang is now known as winston-d_02:40
*** david-lyle has quit IRC02:46
*** harlowja is now known as harlowja_away02:46
*** david-lyle has joined #openstack-cinder02:50
*** diegows has quit IRC02:54
*** chenleji has quit IRC02:59
*** chenleji has joined #openstack-cinder03:00
*** kaisers has joined #openstack-cinder03:01
*** mberlin1 has joined #openstack-cinder03:01
*** junhongl has quit IRC03:02
*** kaisers1 has quit IRC03:02
*** mberlin has quit IRC03:02
*** lcurtis has joined #openstack-cinder03:04
*** chenleji has quit IRC03:05
*** chenleji has joined #openstack-cinder03:06
*** junhongl has joined #openstack-cinder03:09
*** tbarron has quit IRC03:11
*** chenleji has quit IRC03:11
*** tbarron has joined #openstack-cinder03:11
*** chenleji has joined #openstack-cinder03:12
*** kaufer has joined #openstack-cinder03:13
*** humble_ has joined #openstack-cinder03:16
*** chenleji has quit IRC03:17
*** chenleji has joined #openstack-cinder03:18
*** changbl has joined #openstack-cinder03:19
openstackgerritSteven Kaufer proposed openstack/cinder: Replication status periodic task optimization  https://review.openstack.org/15467303:20
*** junhongl has quit IRC03:22
*** krtaylor has quit IRC03:24
*** ebalduf has joined #openstack-cinder03:25
*** junhongl has joined #openstack-cinder03:27
*** tbarron has quit IRC03:30
*** ebalduf has quit IRC03:30
*** david-lyle has quit IRC03:31
*** krtaylor has joined #openstack-cinder03:36
*** rushiagr_away is now known as rushiagr03:39
*** winston-d_ has quit IRC03:40
*** BharatK has joined #openstack-cinder03:42
*** rushiagr is now known as rushiagr_away04:04
*** patrickeast has joined #openstack-cinder04:05
*** nellysmitt has joined #openstack-cinder04:06
*** david-lyle has joined #openstack-cinder04:09
*** Xinxiaohui has quit IRC04:10
*** nellysmitt has quit IRC04:10
*** pradipta has joined #openstack-cinder04:12
*** dannywilson has joined #openstack-cinder04:13
*** Novtopro has joined #openstack-cinder04:20
*** Novtopro has quit IRC04:21
*** Novtopro has joined #openstack-cinder04:22
*** Novtopro has quit IRC04:22
*** kaufer has quit IRC04:24
*** ebalduf has joined #openstack-cinder04:26
*** ebalduf has quit IRC04:30
*** dannywilson has quit IRC04:36
*** ^^rcaskey has joined #openstack-cinder04:38
*** ^rcaskey has quit IRC04:38
*** patrickeast has quit IRC04:39
*** BharatK has quit IRC04:39
*** coolsvap_ is now known as coolsvap04:48
*** rushiagr_away is now known as rushiagr04:52
*** pradipta has quit IRC04:52
*** chenleji has quit IRC05:00
*** chenleji has joined #openstack-cinder05:00
openstackgerritJohn Griffith proposed openstack/cinder: Don't fail target_delete if target doesn't exist  https://review.openstack.org/15424905:06
*** chenleji has quit IRC05:08
*** chenleji has joined #openstack-cinder05:08
*** BharatK has joined #openstack-cinder05:13
*** lcurtis has quit IRC05:14
*** BharatK has quit IRC05:17
*** Mandell has joined #openstack-cinder05:20
*** nkrinner has joined #openstack-cinder05:22
*** humble_ has quit IRC05:23
*** krtaylor has quit IRC05:24
*** Ilja has joined #openstack-cinder05:29
*** BharatK has joined #openstack-cinder05:31
*** vilobhmm has joined #openstack-cinder05:31
*** thingee has joined #openstack-cinder05:33
thingeewinston-d: you around?05:33
*** p01s0n has joined #openstack-cinder05:37
*** abehl has joined #openstack-cinder05:37
*** krtaylor has joined #openstack-cinder05:37
*** sgotliv__ has joined #openstack-cinder05:39
p01s0nOn centos 6.6 icehouse , cinder is failing to attach volume to instance as it tries to find lun-1 which is not present and only lun-0 is available in /disk/by-path/  any idea about this behaviour05:41
anishwhat is your iscsi_helper ?05:44
p01s0nanish : tgtadm using with VNX as backend05:50
*** Mandell has quit IRC05:52
*** Mandell has joined #openstack-cinder05:53
anishp01s0n: according to this, it is looking for lun-0 by default, not lun-1 https://github.com/openstack/nova/blob/stable/icehouse/nova/virt/libvirt/volume.py#L63905:53
anishso you might have something else going on05:53
anishplus that's on the nova side, not cinder05:53
*** p01s0n_ has joined #openstack-cinder05:54
*** p01s0n has quit IRC05:56
p01s0n_thanks anish ,not sure why its looking for lun-1 , for now i made a symlink to lun-1  and is working05:57
anishsure (I'm also assuming you were using iscsi and not iser/multipath etc)06:01
*** vilobhmm_ has joined #openstack-cinder06:02
*** vilobhmm has quit IRC06:04
*** vilobhmm_ is now known as vilobhmm06:04
*** cppforlife_ has quit IRC06:05
*** MasterPiece has joined #openstack-cinder06:05
*** pradipta has joined #openstack-cinder06:06
*** cppforlife_ has joined #openstack-cinder06:06
*** nellysmitt has joined #openstack-cinder06:07
*** lpetrut has joined #openstack-cinder06:07
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Transifex  https://review.openstack.org/15240106:09
*** nellysmitt has quit IRC06:11
*** thingee has quit IRC06:14
*** MasterPiece| has joined #openstack-cinder06:16
*** MasterPiece has quit IRC06:17
sparrI need to get access to files on a cinder volume when I don't have a VM to attach it to. Is there a way to mount it on the cinder host?06:22
p01s0n_anish storage supports multipath,but i haven't done anything in driver to use that06:26
*** nshaikh has joined #openstack-cinder06:31
*** Longgeek has joined #openstack-cinder06:31
*** Mandell has quit IRC06:32
*** hemna has joined #openstack-cinder06:32
hemnajaypipes, ping06:35
*** xyang has quit IRC06:36
*** Mandell has joined #openstack-cinder06:51
*** nshaikh has quit IRC07:03
*** afazekas has joined #openstack-cinder07:03
*** nshaikh has joined #openstack-cinder07:05
*** hemna has quit IRC07:05
openstackgerritVilobh Meshram proposed openstack/cinder: Introducing micro_states for create workflow  https://review.openstack.org/12420507:09
*** avishay has joined #openstack-cinder07:13
*** ronenkat has joined #openstack-cinder07:14
openstackgerritXi Yang proposed openstack/cinder: EMC VNX Cinder Driver iSCSI multipath enhancement This commit is to be consistent with the iSCSI multipath ehancement in Cinder and Nova: * Return multiple portals and iqns when multipath=True is specified   in the connector info * Return one portal and i  https://review.openstack.org/15477207:14
*** Ilja has quit IRC07:15
*** vilobhmm has quit IRC07:23
*** jcru has quit IRC07:25
*** Mandell has quit IRC07:27
*** TobiasE has joined #openstack-cinder07:27
*** markvoelker_ has quit IRC07:28
*** ronenkat has quit IRC07:34
*** nlevinki has joined #openstack-cinder07:37
*** ndipanov has joined #openstack-cinder07:39
*** Miouge has joined #openstack-cinder07:40
*** DaveChen has quit IRC07:42
*** sgotliv__ has quit IRC07:46
*** chlong has quit IRC08:00
*** nellysmitt has joined #openstack-cinder08:07
*** TobiasE1 has joined #openstack-cinder08:09
*** e0ne has joined #openstack-cinder08:10
*** TobiasE has quit IRC08:11
*** nellysmitt has quit IRC08:12
*** chenleji has quit IRC08:12
*** ronis has joined #openstack-cinder08:15
*** xyang1 has quit IRC08:15
*** alexpilotti has quit IRC08:24
openstackgerritMarc Koderer proposed openstack/cinder: quobyte: remove dependency to xattr  https://review.openstack.org/15454308:26
*** dulek has joined #openstack-cinder08:27
openstackgerritMarc Koderer proposed openstack/cinder: quobyte: remove dependency to xattr  https://review.openstack.org/15454308:29
*** ronenkat has joined #openstack-cinder08:29
*** ronenkat_ has joined #openstack-cinder08:30
openstackgerritXi Yang proposed openstack/cinder: EMC VNX Cinder Driver iSCSI multipath enhancement This commit is to be consistent with the iSCSI multipath ehancement in Cinder and Nova: * Return multiple portals and iqns when multipath=True is specified   in the connector info * Return one portal and i  https://review.openstack.org/15477208:30
*** skraynev has quit IRC08:31
*** skraynev has joined #openstack-cinder08:32
openstackgerritXi Yang proposed openstack/cinder: EMC VNX Cinder Driver iSCSI multipath enhancement This commit is to be consistent with the iSCSI multipath ehancement in Cinder and Nova: * Return multiple portals and iqns when multipath=True is specified   in the connector info * Return one portal and i  https://review.openstack.org/15477208:33
*** ronenkat has quit IRC08:33
*** avishay_ has joined #openstack-cinder08:35
*** avishay has quit IRC08:35
openstackgerritwang peter proposed openstack/cinder: CG Modification Support in EMC VNX Cinder Driver  https://review.openstack.org/15478408:38
*** lpetrut has quit IRC08:39
*** alecv has joined #openstack-cinder08:40
*** ^^rcaskey has quit IRC08:47
*** e0ne has quit IRC08:50
*** jordanP has joined #openstack-cinder08:51
*** jpich has joined #openstack-cinder08:58
*** jistr has joined #openstack-cinder08:58
*** TobiasE has joined #openstack-cinder09:00
*** TobiasE1 has quit IRC09:01
*** nellysmitt has joined #openstack-cinder09:10
*** lpetrut has joined #openstack-cinder09:21
*** karimb has joined #openstack-cinder09:31
openstackgerritharsh mishra proposed openstack/cinder: Fixing cinder-status value when the service is disabled  https://review.openstack.org/15412409:39
*** e0ne has joined #openstack-cinder09:45
openstackgerritharsh mishra proposed openstack/cinder: Fixing cinder-status value when the service is disabled  https://review.openstack.org/15412409:49
*** enterprisedc has quit IRC09:59
*** enterprisedc has joined #openstack-cinder10:00
openstackgerritAnton Arefiev proposed openstack/cinder: Import only modules: H302  https://review.openstack.org/14578010:03
DuncanTThingee: Unfortunately you were discussing it at 3am my time, but I've added a fairly detailed comment to the filter/goodness function driver side review that I hope helps, including a few examples. The one area I have that is somewhat divergent from last night's discussion is that I think vendors can provide useful default functions, particularly filter10:07
DuncanTfunction. I see the cinder core assuming the average cloud admin having a great deal more knowledge about their storage than is, in my experience, justifiable.10:07
*** yuriy_n17 has joined #openstack-cinder10:07
DuncanTThingee: I'm fine with goodness functions being left up to the admin if we see them as too contentious, but I really feel there is value in vendors being able to give good default  filter functions, even if it takes time for them to actually do so, so I'd like the mechanism baked in from the start (which I don't see how to do with the current patch, hence10:09
DuncanTthe repeated -1s and now the long comment on the patch)10:09
yuriy_n17Hi Duncan10:10
*** sgotliv__ has joined #openstack-cinder10:14
*** pradipta has quit IRC10:17
*** Ilja has joined #openstack-cinder10:18
*** alexpilotti has joined #openstack-cinder10:22
*** leopoldj has joined #openstack-cinder10:26
*** aix has joined #openstack-cinder10:31
*** MasterPiece| has quit IRC10:34
*** e0ne is now known as e0ne_10:46
*** e0ne_ is now known as e0ne10:47
*** bkopilov has quit IRC10:49
openstackgerritRushi Agrawal proposed openstack/cinder: Hitachi: Remove duplicate CHAP opts  https://review.openstack.org/14954210:49
openstackgerritRushi Agrawal proposed openstack/cinder: EQLX: Consolidate CHAP config options  https://review.openstack.org/14809110:49
yuriy_n17DuncanT: Hi Duncan, could you please remove -2 at https://review.openstack.org/#/c/145821/10:50
DuncanTyuriy_n17: Done10:52
yuriy_n17DuncanT: Thanks10:54
DuncanTyuriy_n17: No problem. Sorry about not spotting the -2 when you emailed me10:54
*** bkopilov has joined #openstack-cinder10:55
*** alexpilotti has quit IRC11:00
*** bkopilov has quit IRC11:04
openstackgerritTaoBai proposed openstack/cinder: Storwize: Replication status still active when primary copy is offline  https://review.openstack.org/15482711:04
*** bkopilov has joined #openstack-cinder11:05
*** e0ne_ has joined #openstack-cinder11:09
*** e0ne has quit IRC11:10
openstackgerritAnton Arefiev proposed openstack/cinder: Change exception message in volume api  https://review.openstack.org/14365611:10
*** alecv has quit IRC11:11
*** yuriy_n17 has quit IRC11:11
*** kallebe has joined #openstack-cinder11:11
*** yuriy_n17 has joined #openstack-cinder11:11
*** alecv has joined #openstack-cinder11:12
openstackgerritYuriy Nesenenko proposed openstack/cinder: Fix comments style according to the Hacking Rules  https://review.openstack.org/14582111:23
openstackgerritAnton Arefiev proposed openstack/cinder: Fix lvm manage existing volume  https://review.openstack.org/13907111:26
*** Mandell has joined #openstack-cinder11:27
openstackgerritharsh mishra proposed openstack/cinder: Fixing cinder-status value when the service is disabled  https://review.openstack.org/15412411:29
*** Mandell has quit IRC11:32
*** mdenny has quit IRC11:33
*** Guest19945 is now known as atmark11:33
*** atmark has joined #openstack-cinder11:33
*** kmartin has quit IRC11:41
*** avishay_ has quit IRC11:41
*** nkrinner has quit IRC11:45
*** p01s0n_ has quit IRC11:46
*** Miouge_ has joined #openstack-cinder11:48
*** nkrinner has joined #openstack-cinder11:48
*** Miouge has quit IRC11:49
*** Miouge_ is now known as Miouge11:49
*** ankit_ag has joined #openstack-cinder11:51
*** boris-42 has quit IRC11:52
*** Miouge has quit IRC11:52
*** nshaikh has quit IRC12:01
*** nshaikh has joined #openstack-cinder12:01
*** Ilja has quit IRC12:08
*** vnagpal has joined #openstack-cinder12:13
*** bkopilov has quit IRC12:13
*** bkopilov has joined #openstack-cinder12:14
*** bswartz has quit IRC12:20
*** Miouge has joined #openstack-cinder12:24
*** boris-42 has joined #openstack-cinder12:28
*** timcl has joined #openstack-cinder12:29
*** timcl has quit IRC12:29
*** Ilja has joined #openstack-cinder12:29
*** Miouge has quit IRC12:32
*** davechen has joined #openstack-cinder12:35
*** BharatK has quit IRC12:41
*** jistr has quit IRC12:43
*** bkopilov has quit IRC12:45
*** bkopilov has joined #openstack-cinder12:46
*** jistr has joined #openstack-cinder12:46
*** jistr has quit IRC12:47
*** jistr has joined #openstack-cinder12:48
*** Miouge has joined #openstack-cinder12:49
*** markvoelker has joined #openstack-cinder12:51
openstackgerritAnton Arefiev proposed openstack/cinder: Change exception message in volume api  https://review.openstack.org/14365612:53
*** IanGovett has joined #openstack-cinder12:54
*** markstur_ has joined #openstack-cinder12:56
*** markstur_ has left #openstack-cinder12:58
*** rushiagr is now known as rushiagr_away12:59
*** timcl has joined #openstack-cinder12:59
*** marcusvrn has quit IRC12:59
*** marcusvrn has joined #openstack-cinder12:59
*** marcusvrn has quit IRC13:00
*** marcusvrn has joined #openstack-cinder13:00
*** bswartz has joined #openstack-cinder13:00
*** patrickeast has joined #openstack-cinder13:00
*** patrickeast has quit IRC13:01
*** mkoderer_cloud has joined #openstack-cinder13:03
*** akerr has joined #openstack-cinder13:03
*** marcusvrn has quit IRC13:09
*** porrua has joined #openstack-cinder13:09
*** markstur_ has joined #openstack-cinder13:10
*** markstur_ has left #openstack-cinder13:10
*** xyang has joined #openstack-cinder13:11
*** dalgaaf has joined #openstack-cinder13:11
*** xyang has quit IRC13:12
*** xyang1 has joined #openstack-cinder13:14
*** vnagpal has quit IRC13:16
*** marcusvrn has joined #openstack-cinder13:19
*** tbarron has joined #openstack-cinder13:22
*** markstur__ has joined #openstack-cinder13:22
*** primechuck has quit IRC13:24
*** markstur__ has left #openstack-cinder13:26
kallebeGood morning. Any core developer/reviewer online? I would appreciate if you could review this commit. It is just a quick fix, no big deal. Thanks. https://review.openstack.org/#/c/154105/13:28
*** lpetrut has quit IRC13:28
*** e0ne_ has quit IRC13:40
*** p01s0n has joined #openstack-cinder13:44
*** e0ne has joined #openstack-cinder13:44
*** eharney has joined #openstack-cinder13:46
davechenwinston-d: Good evening, still online? :)13:46
*** bill_az_ has joined #openstack-cinder13:51
openstackgerrityogeshprasad proposed openstack/cinder: Closes-Bug: 1420746  https://review.openstack.org/15487813:53
openstackbug 1420746 in Cinder "Fix the total_capacity_gb in CloudByte iSCSI cinder driver" [Undecided,Confirmed] https://launchpad.net/bugs/1420746 - Assigned to yogeshprasad (yogesh-prasad)13:53
p01s0ni am trying to attach volumes to instance but it says "Volume device not found at /dev/dsik/by-path/ip-172.16.10.17:3260-iscsi-iqn.1992-04.com.emc:cx.apm00144921936.a0-lun-1 "13:54
*** annegent_ has joined #openstack-cinder13:59
*** humble_ has joined #openstack-cinder13:59
*** kallebe has quit IRC13:59
*** Yogi1 has joined #openstack-cinder14:04
*** juzuluag has joined #openstack-cinder14:06
*** jungleboyj has quit IRC14:07
DuncanTj #openstack-nova14:11
DuncanTBah14:11
*** lpetrut has joined #openstack-cinder14:11
*** ronenkat_ has quit IRC14:12
*** dustins has joined #openstack-cinder14:13
*** abehl has quit IRC14:15
*** primechuck has joined #openstack-cinder14:17
*** marcusvrn has quit IRC14:18
*** kaufer has joined #openstack-cinder14:18
*** Ilja has quit IRC14:19
*** Ilja has joined #openstack-cinder14:28
*** mriedem has joined #openstack-cinder14:29
*** thangp has joined #openstack-cinder14:34
*** mflobo has joined #openstack-cinder14:34
mfloboquestion:14:35
mfloboDo you know what is the call, using python-cinder API, to update quota for specific volume type?14:35
mfloboMy code is something like this:14:35
mflobo14:35
mflobo    cinder_client.quotas.update(project_id, volumes=volumes,     gigabytes=gigabytes)14:35
mfloboBut I miss the parameter to specify the volume type14:35
*** Mandell has joined #openstack-cinder14:36
*** sgotliv has joined #openstack-cinder14:45
*** r-daneel has joined #openstack-cinder14:48
*** sgotliv__ has quit IRC14:48
*** mtanino has joined #openstack-cinder14:49
*** yuriy_n17 has quit IRC14:49
openstackgerritThang Pham proposed openstack/cinder-specs: VMware: adapter_type volume type extra spec  https://review.openstack.org/12938914:49
*** marcusvrn has joined #openstack-cinder14:54
*** BharatK has joined #openstack-cinder14:55
*** bkopilov has quit IRC14:57
*** ebalduf has joined #openstack-cinder14:57
*** nlevinki has quit IRC14:58
*** xyang has joined #openstack-cinder14:58
*** ebalduf has quit IRC15:01
DuncanTmflobo: I don't know off the top of my head, but if you give me a minute, I'll take a look15:02
*** Longgeek has quit IRC15:03
*** Longgeek has joined #openstack-cinder15:03
*** nkrinner has quit IRC15:03
*** Longgeek has quit IRC15:04
mfloboDuncanT, thank, I'll really apreciate that15:08
*** Ilja has quit IRC15:08
*** Mandell has quit IRC15:12
*** rmesta has joined #openstack-cinder15:12
*** e0ne is now known as e0ne_15:12
*** Yogi1 has quit IRC15:12
*** mflobo has quit IRC15:12
*** lcurtis has joined #openstack-cinder15:14
*** porrua has quit IRC15:19
*** krtaylor has quit IRC15:21
*** e0ne_ has quit IRC15:22
*** mdenny has joined #openstack-cinder15:23
*** Yogi1 has joined #openstack-cinder15:25
*** ronenkat has joined #openstack-cinder15:26
openstackgerritThang Pham proposed openstack/cinder: Snapshot object  https://review.openstack.org/13356615:26
*** jungleboyj has joined #openstack-cinder15:30
*** e0ne has joined #openstack-cinder15:30
*** krtaylor has joined #openstack-cinder15:34
*** chenleji has joined #openstack-cinder15:34
*** annegent_ has quit IRC15:37
*** e0ne is now known as e0ne_15:37
*** annegent_ has joined #openstack-cinder15:37
*** e0ne_ is now known as e0ne15:37
*** ebalduf has joined #openstack-cinder15:41
*** emagana has joined #openstack-cinder15:44
*** IanGovett has quit IRC15:45
*** hemnafk is now known as hemna15:50
*** IanGovett has joined #openstack-cinder15:51
openstackgerritMichal Dulko proposed openstack/cinder: Fix allocated_capacity tracking when rescheduling  https://review.openstack.org/15492015:51
*** thingee has joined #openstack-cinder15:52
*** bkopilov has joined #openstack-cinder15:53
*** dannywilson has joined #openstack-cinder15:54
*** dannywilson has quit IRC15:56
*** leeantho has joined #openstack-cinder15:56
*** leeantho has quit IRC15:57
*** leeantho has joined #openstack-cinder15:57
*** avishay has joined #openstack-cinder15:57
hemnaTobiasE, ping15:58
*** rhedlind has joined #openstack-cinder16:00
*** kmartin has joined #openstack-cinder16:00
*** rajinir_r has quit IRC16:01
*** rajinir_r has joined #openstack-cinder16:02
*** rushiagr_away is now known as rushiagr16:03
*** rwsu-afk is now known as rwsu16:04
*** jungleboyj has quit IRC16:04
*** jungleboyj has joined #openstack-cinder16:04
*** Longgeek has joined #openstack-cinder16:04
*** patrickeast has joined #openstack-cinder16:05
*** rhedlind has quit IRC16:05
*** theanalyst has quit IRC16:07
*** Longgeek has quit IRC16:09
*** theanalyst has joined #openstack-cinder16:11
*** anshul has joined #openstack-cinder16:11
*** jcru has joined #openstack-cinder16:15
*** patrickeast has quit IRC16:16
TobiasEhemna, Hi16:18
hemnaTobiasE, so, what's up w/ nova multi-attach ?16:19
hemnahaven't heard from you in a while16:19
TobiasEjust checking with Jay the splitted patches16:19
*** sgordon_ has quit IRC16:20
TobiasEJay said Multi-Attach is on the Agenda for tomorrows nova meeting16:20
hemnaok good16:20
hemnaI just posted a small -1 for https://review.openstack.org/#/c/153033/16:20
hemnait's breaking the nova tests currently16:21
TobiasEI have a look16:21
openstackgerritMikhail Khodos proposed openstack/cinder: Remove optional parameter from lun mapping call as it's unneeded and creates an issue in case of HA-cluster.  https://review.openstack.org/15493516:22
*** p01s0n has quit IRC16:22
TobiasEhemna: Ok, any idea how to secure that it is there?16:22
*** MasterPiece has joined #openstack-cinder16:23
*** nshaikh has quit IRC16:25
*** Mandell has joined #openstack-cinder16:25
hemnaso, it's an object no?  can't we check to see if the object has that attribute before reading it?16:26
*** marcusvrn1 has joined #openstack-cinder16:26
TobiasEhemna: should work16:26
*** tsekiyama has joined #openstack-cinder16:27
*** marcusvrn2 has joined #openstack-cinder16:27
*** marcusvrn has quit IRC16:28
guitarzangetattr(obj, 'foo', None) ?16:28
hemnayuh16:28
hemnaTobiasE, we need to get all of the tests passing in nova before the meeting16:29
hemnaor we don't have much of a leg to stand on for getting an exception16:29
hemnaCinder side is done basically16:29
hemnabut it most likely won't land if Nova doesn't agree to landing in K as well.16:29
TobiasEok16:29
*** marcusvrn1 has quit IRC16:31
*** markstur_ has joined #openstack-cinder16:32
*** Mandell has quit IRC16:32
*** markstur_ has left #openstack-cinder16:32
hemnaI really don't want this getting pushed out to L, unless something is horrible broken with the idea.16:33
*** bitblt has joined #openstack-cinder16:34
TobiasENo, you are right. After all the work.16:35
*** coolsvap has quit IRC16:37
*** Apoorva has joined #openstack-cinder16:40
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder-specs: Volume multi attachments  https://review.openstack.org/15413516:40
*** MasterPiece has quit IRC16:40
*** MasterPiece has joined #openstack-cinder16:40
hemnaTobiasE, so it would be great if we can close in on the tempest failures in nova and get that cleaned up asap.16:41
TobiasEyep, working on it16:41
gary-smithfyi, there is a corresponding horizon change for multi-attach https://review.openstack.org/#/c/108165/ ready to go16:43
hemnagary-smith, thanks16:48
*** ankit_ag has quit IRC16:49
*** Yogi1 has quit IRC16:49
*** _cjones_ has joined #openstack-cinder16:50
*** MasterPiece has quit IRC16:55
*** Yogi1 has joined #openstack-cinder16:55
*** coolsvap has joined #openstack-cinder16:55
*** _cjones_ has quit IRC16:58
*** sigmavirus24 has joined #openstack-cinder16:58
*** avishay has quit IRC16:59
*** patrickeast has joined #openstack-cinder16:59
*** _cjones_ has joined #openstack-cinder17:01
*** coolsvap is now known as coolsvap_17:02
*** vilobhmm_ has joined #openstack-cinder17:02
*** vilobhmm__ has joined #openstack-cinder17:02
*** dulek has left #openstack-cinder17:03
*** dulek has joined #openstack-cinder17:03
*** MasterPiece has joined #openstack-cinder17:03
thingeedavechen: apologies again for cutting you off17:04
davechenthingee: never mind, :)17:04
dulekJust a notification - I've sent a patch for allocation tracking issues, some of you probably want to take a look :)17:04
dulekhttps://review.openstack.org/#/c/154920/117:04
thingeedulek: added jgriffith to it17:05
dulekthingee: Thanks.17:05
dulekGot to go now, I'll try to answer any comments from home. Have a good day!17:05
*** jdurgin1 has quit IRC17:05
thingeealright folks I'll be back later. Need to head into the office.17:05
thingeedulek: thanks17:05
davechenthingee, actually, I just wanna to see if there is any big mistake with those patches. I think I already got some feedback from you, fruitful already.17:05
erlonxyang1: hi Xyang, any idea of what is happening to this EMC CI in this review?? https://review.openstack.org/#/c/145821/17:05
*** alecv has quit IRC17:06
erlonxyang1: 654 rechecks17:07
*** MasterPiece has quit IRC17:07
xyang1erlon: Don't know why it repeats the same thing17:07
xyang1erlon: I"ll take a look17:08
*** MasterPiece has joined #openstack-cinder17:08
xyang1erlon: That is a new CI just started reporting17:08
*** e0ne is now known as e0ne_17:09
*** dulek has quit IRC17:09
*** EmilienM is now known as EmilienM|afk17:10
*** e0ne_ is now known as e0ne17:11
*** karimb has quit IRC17:12
*** kallebe has joined #openstack-cinder17:15
*** krtaylor has quit IRC17:15
thingeee0ne, xyang1: https://review.openstack.org/#/c/154335/17:15
*** jgriffith has quit IRC17:15
*** jgriffith has joined #openstack-cinder17:16
*** thingee has quit IRC17:16
e0nethingee, xyang1: thanks! +A17:16
xyang1thingee, e0ne thanks!17:17
e0nexyang1: thanks for fixing it. it ate my time to debug this isseu17:17
e0ne*issue17:17
xyang1e0ne: Np.  Thanks for reporting the problem17:18
e0neactually, yuriy_n17 found it17:18
*** vilobhmm_ has quit IRC17:21
*** vilobhmm__ has quit IRC17:22
*** kallebe has quit IRC17:24
*** davechen has quit IRC17:24
*** kallebe has joined #openstack-cinder17:24
*** jistr is now known as jistr|off17:25
*** alexpilotti has joined #openstack-cinder17:25
*** sandywalsh_ has joined #openstack-cinder17:27
*** afazekas has quit IRC17:27
*** krtaylor has joined #openstack-cinder17:28
*** annegent_ has quit IRC17:29
*** jpich has quit IRC17:29
*** sandywalsh has quit IRC17:29
*** krtaylor has quit IRC17:33
*** _cjones_ has quit IRC17:33
*** humble_ has quit IRC17:33
*** _cjones_ has joined #openstack-cinder17:34
*** kallebe has quit IRC17:35
*** jungleboyj has quit IRC17:38
*** patrickeast has quit IRC17:39
*** chenleji has quit IRC17:39
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder-specs: Volume multi attachments  https://review.openstack.org/15413517:41
*** dannywilson has joined #openstack-cinder17:41
*** _cjones_ has quit IRC17:42
*** _cjones_ has joined #openstack-cinder17:42
*** MasterPiece has quit IRC17:45
*** harlowja_away is now known as harlowja17:47
*** BharatK has quit IRC17:47
*** coolsvap_ is now known as coolsvap17:47
*** sgotliv has quit IRC17:48
*** primechuck has quit IRC17:48
*** TobiasE has quit IRC17:50
*** dannywilson has quit IRC17:50
*** MasterPiece has joined #openstack-cinder17:53
*** Longgeek has joined #openstack-cinder17:54
*** MasterPiece| has joined #openstack-cinder17:54
*** kallebe has joined #openstack-cinder17:57
*** nellysmitt has quit IRC17:57
*** nellysmitt has joined #openstack-cinder17:58
*** MasterPiece has quit IRC17:58
*** Longgeek has quit IRC17:58
*** annashen has joined #openstack-cinder18:00
*** jordanP has quit IRC18:01
*** nellysmitt has quit IRC18:02
* e0ne wondering that check-tempest-dsvm-full-ceph works on gated but doesn't with devtask from mastee18:06
*** krtaylor has joined #openstack-cinder18:09
*** lpetrut has quit IRC18:11
*** TobiasE has joined #openstack-cinder18:17
*** ndipanov has quit IRC18:17
eharneye0ne: what are you seeing?18:19
jgriffithe0ne: there was a change to how to install/run tempest18:21
e0neeharney: ubuntu 14.04. 1) it didn't install ceph pacakes (ceph-common, ceph, python-ceph); 2) it doesn't configure cinder and ceph18:21
jgriffithe0ne: particularly if you were like me and not running with tox18:21
e0nehttps://bugs.launchpad.net/devstack/+bug/1399750 - here is one of the issues18:22
openstackLaunchpad bug 1399750 in devstack "rbd_secret_uuid not getting generated in cinder.conf" [Undecided,Confirmed]18:22
*** anshul has quit IRC18:22
e0nejgriffith: is it documented anywhere?  in wich repo these scripts are exisit?18:23
eharneye0ne: let me compare to the config used in the gate..18:23
jgriffithe0ne: well, the ceph install part I'm not sure I can help you18:23
*** Mandell has joined #openstack-cinder18:23
jgriffithe0ne: the running tempest part: tox -e all -- volume18:24
jgriffithe0ne: which is apparantly the preferred way anyhow, I just didn't know :)18:24
jgriffithe0ne: but it sounds like you're running into something completely different18:24
*** primechuck has joined #openstack-cinder18:26
e0nejgriffith: i'm trying to install it with devstack18:26
eharneye0ne: no enable_service / ENABLED_SERVICES change?18:26
e0nedamn...18:26
e0nestupid error18:26
eharneyi think that's it based on the bug18:26
*** rushiagr is now known as rushiagr_away18:29
e0neeharney: thanks for the help. i need to be more careful at the end of the day. i'll notify you after devstack setup finished18:29
*** emagana has quit IRC18:30
*** emagana has joined #openstack-cinder18:30
*** david-lyle is now known as david-lyle_afk18:31
*** emagana has quit IRC18:31
*** emagana has joined #openstack-cinder18:31
*** kmartin has quit IRC18:36
*** leopoldj has quit IRC18:38
*** vilobhmm has joined #openstack-cinder18:38
*** lpetrut has joined #openstack-cinder18:38
vilobhmme0ne : sorry got disconnected if you replied in btwn18:38
*** ronenkat_ has joined #openstack-cinder18:39
*** EmilienM|afk is now known as EmilienM18:39
*** ronenkat has quit IRC18:43
*** Miouge has quit IRC18:44
e0neeharney: my fail. it works. i'm sorry if confused you18:44
*** sgotliv has joined #openstack-cinder18:45
vilobhmme0ne : ping18:46
vilobhmmsorry in today’s cinder meeting couldn’t answer few of your concerns due to limited time18:46
e0nevilobhmm: shoud go offline. be back in few ours18:46
e0ne*in few hours18:47
vilobhmmif you still have any questions regarding the micro-states feature would be happy to answer18:47
vilobhmmsure18:47
vilobhmmthanks18:47
*** e0ne has quit IRC18:47
vilobhmmi have also dropped you an email please have a look18:47
*** mkoderer_cloud has quit IRC18:48
*** Ilja has joined #openstack-cinder18:50
*** tellesnobrega has quit IRC18:50
*** coolsvap has quit IRC18:51
*** jungleboyj has joined #openstack-cinder18:55
*** emagana has quit IRC18:58
*** emagana has joined #openstack-cinder18:59
*** MasterPiece| has quit IRC19:00
*** _cjones_ has quit IRC19:00
*** _cjones_ has joined #openstack-cinder19:01
*** changbl has quit IRC19:02
*** emagana has quit IRC19:02
*** changbl has joined #openstack-cinder19:03
*** emagana has joined #openstack-cinder19:03
*** MasterPiece| has joined #openstack-cinder19:04
*** kmartin has joined #openstack-cinder19:06
*** alexpilotti has quit IRC19:10
openstackgerritnikeshmahalka proposed openstack/cinder: Add iSCSI SCST Target support to cinder  https://review.openstack.org/14577819:11
*** jordandh has quit IRC19:16
*** tellesnobrega has joined #openstack-cinder19:16
*** jordandh has joined #openstack-cinder19:17
*** sgotliv has quit IRC19:17
*** annegent_ has joined #openstack-cinder19:17
*** annegent_ has quit IRC19:18
*** Mandell has quit IRC19:20
*** _cjones_ has quit IRC19:21
nikesh_vedamshi19:26
*** patrickeast has joined #openstack-cinder19:28
nikesh_vedamsneed some information on how to import non-openstack volumes into cinder19:28
nikesh_vedamswhich driver support this feature?19:29
*** Mandell has joined #openstack-cinder19:30
*** thingee has joined #openstack-cinder19:30
thingeeDuncanT: you still around?19:31
*** boris-42 has quit IRC19:32
*** theanalyst has quit IRC19:34
hemnathingee, anything holding os_brick up in governance?19:35
hemnaI'm working on the cinder patch now to remove brick19:35
thingeeNot sure. I gave my +1, so it's not waiting on me.19:35
hemnahope to have a WIP up today19:35
thingeehemna: awesome!19:35
*** theanalyst has joined #openstack-cinder19:35
hemnayah I saw that, which is why I was curious19:35
hemnabunch of other +1's on it as well19:36
thingeeI maybe "the guy", but even I don't know how these things work ;)19:36
* thingee has no idea what he's doing19:37
hemnayah this is all new to me19:37
hemnayour +1 isn't on the review FWIW19:37
thingeehemna: it doesn't let me19:38
thingeejust comment19:38
hemnahuh that's odd.  ok19:38
hemnamust be limited to TC members ?19:38
thingeeyeah, I'm not cool enough19:38
* hemna thinks thingee is cool.19:39
*** kaufer has quit IRC19:39
hemnaxyang, https://review.openstack.org/#/c/141729/  needs rebase19:39
nikesh_vedamsthingee jgriffith : morning :)19:40
*** Longgeek has joined #openstack-cinder19:42
xyang1hemna: Ok, will rebase.  Thanks19:44
*** aix has quit IRC19:45
smcginnisnikesh_vedams: This might be what you're looking for: https://review.openstack.org/#/c/138125/19:46
smcginnisnikesh_vedams: Or at least get you going in the right direction.19:46
nikesh_vedamssmcginnis : thanks19:48
*** diegows has joined #openstack-cinder19:49
*** diegows has quit IRC19:50
*** david-lyle_afk is now known as david-lyle19:51
nikesh_vedamssmcginnis : this also good link  https://review.openstack.org/#/c/129652/19:55
*** dannywilson has joined #openstack-cinder19:55
*** ronenkat__ has joined #openstack-cinder19:57
*** kaufer has joined #openstack-cinder19:58
*** kallebe has left #openstack-cinder19:58
*** nellysmitt has joined #openstack-cinder19:58
*** afazekas has joined #openstack-cinder20:00
nikesh_vedamssmcginnis : https://blueprints.launchpad.net/cinder/+spec/add-export-import-volumes  this also i found proposed by jgriffith20:00
gugl2ping DuncanT20:00
*** _cjones_ has joined #openstack-cinder20:01
*** ronenkat_ has quit IRC20:01
kauferjgriffith: Do you have a minute to discuss your comments here?  https://review.openstack.org/#/c/154673/20:03
*** nellysmitt has quit IRC20:03
nikesh_vedamssmcginnis : similarly do you have any link for retype feature in cinder20:03
*** emagana has quit IRC20:03
*** Longgeek has quit IRC20:04
*** cdelatte has joined #openstack-cinder20:05
*** cdelatte has quit IRC20:06
*** cdelatte has joined #openstack-cinder20:06
*** cdelatte has quit IRC20:07
nikesh_vedamsjgriffith: we addressed the reviews and for  https://review.openstack.org/#/c/148038/ we have small changes in our scst.py which we are thinking to submit when that patch merged in.Any suggestions on that20:07
*** cdelatte has joined #openstack-cinder20:07
nikesh_vedamsjgriffith: because that patch is changing targets/iscsi.py and base class of our scst.py is targets/iscsi.py so small changes20:09
*** emagana has joined #openstack-cinder20:09
*** xyang has quit IRC20:11
openstackgerritxing-yang proposed openstack/cinder: Add support to incremental backups in cinder  https://review.openstack.org/11006820:11
*** e0ne has joined #openstack-cinder20:12
*** emagana has quit IRC20:13
*** krtaylor has quit IRC20:15
*** Mandell has quit IRC20:18
jgriffithnikesh_vedams: hey... what kind of "small" changes :)20:20
*** annashen has quit IRC20:21
jgriffithnikesh_vedams: cool... looks good20:22
*** emagana has joined #openstack-cinder20:22
jgriffithnikesh_vedams: I need to mess with the rootwrap thing20:22
jgriffithI can do that tonight20:22
jgriffithworst case I'll update your patch if it lands between now an then20:22
*** ebalduf has quit IRC20:23
nikesh_vedamsjgriffith: means if we have to inherit that iscsi.py base class,then that class have some abstract methods which we have to redefined and some functions we will remove beacuse they are already in iscsi.py20:23
nikesh_vedamsapart from that no big change20:24
nikesh_vedams:)20:24
*** xyang has joined #openstack-cinder20:26
*** theanalyst has quit IRC20:26
*** thingee has quit IRC20:27
*** krtaylor has joined #openstack-cinder20:28
*** nellysmitt has joined #openstack-cinder20:28
*** theanalyst has joined #openstack-cinder20:29
*** aix has joined #openstack-cinder20:30
*** patrickeast_ has joined #openstack-cinder20:30
*** patrickeast has quit IRC20:31
*** patrickeast_ is now known as patrickeast20:31
*** ronenkat__ has quit IRC20:32
*** sigmavirus24 is now known as sigmavirus24_awa20:33
nikesh_vedamsjgriffith:thanks20:35
*** sigmavirus24_awa is now known as sigmavirus2420:36
*** _cjones_ has quit IRC20:39
anishjgriffith: can you take a look at https://review.openstack.org/#/c/147758/ as well ?20:41
anishit's been lying dormant for a while now20:41
*** thingee has joined #openstack-cinder20:42
vilobhmmxyang : please have a look at https://review.openstack.org/#/c/124205/ when you get time20:43
*** ebalduf has joined #openstack-cinder20:45
*** nellysmitt has quit IRC20:46
*** vmtyler has joined #openstack-cinder20:46
*** emagana has quit IRC20:46
*** emagana has joined #openstack-cinder20:47
*** nellysmitt has joined #openstack-cinder20:48
*** _cjones_ has joined #openstack-cinder20:48
*** emagana has quit IRC20:48
*** emagana has joined #openstack-cinder20:48
xyang1vilobhmm: Sure20:49
*** nellysmitt has quit IRC20:51
*** lcurtis has quit IRC20:51
*** juzuluag has quit IRC20:54
*** marcusvrn2 has quit IRC20:55
nikesh_vedamsgoing to bed,see you all tommorow :)20:56
*** marcusvrn has joined #openstack-cinder20:57
*** Mandell has joined #openstack-cinder20:57
*** tshefi has quit IRC20:57
*** tellesnobrega has quit IRC20:57
*** tellesnobrega has joined #openstack-cinder21:00
*** bitblt has quit IRC21:04
*** marcusvrn has quit IRC21:06
*** lcurtis has joined #openstack-cinder21:06
*** marcusvrn has joined #openstack-cinder21:09
*** krtaylor has quit IRC21:09
jungleboyjthingee: Sorry about this one:  https://bugs.launchpad.net/bugs/1381883  Didn't know they were doing that.  There is a BP up now.21:12
openstackLaunchpad bug 1381883 in Cinder "Add volume replication support to IBM GPFS cinder driver" [Undecided,Invalid] - Assigned to Sasikanth Eda (sasikanth)21:12
*** bswartz has quit IRC21:14
*** sandywalsh has joined #openstack-cinder21:18
*** dannywilson has quit IRC21:19
*** dannywilson has joined #openstack-cinder21:19
*** sandywalsh_ has quit IRC21:20
dannywilson@jungleboyj Hello, do you know of plans for tempest tests to cover volume replication work? I would like to contribute in that area.21:20
*** krtaylor has joined #openstack-cinder21:22
*** jcru has quit IRC21:25
*** jcru has joined #openstack-cinder21:25
*** TobiasE has quit IRC21:25
jungleboyjdannywilson: That is a good question.  There was some discussion about that last week but haven't put anything concrete together yet.21:27
dannywilsonjungleboyj: Okay. Does something like that need a blueprint or anything else?21:28
*** annashen has joined #openstack-cinder21:29
jungleboyjI don't believe that it does.  I haven't contributed to tempest yet though.21:30
dannywilsonOkay, I'll start looking into it.  Thanks21:31
jungleboyjThat would be awesome.  I wonder if I should start a thread on the mailing list to discuss doing this or open an etherpad to organize the work.21:32
*** thangp has quit IRC21:32
*** bitblt has joined #openstack-cinder21:32
*** timcl has quit IRC21:33
dannywilsonBoth of those sound like good ideas.  Maybe an email to get things started and keep track of things on etherpad21:33
*** lpetrut has quit IRC21:36
*** lpetrut has joined #openstack-cinder21:40
jungleboyjOk, I will do that.  Thanks for bringing it up!21:40
jungleboyjdannywilson: ^21:40
jgriffithanish: so I'm pretty good with that21:41
jgriffithanish: but I think you should refactor it based on the work mtanino has in process21:41
dannywilsonjungleboyj: thanks to you too21:41
*** lpetrut has quit IRC21:41
jgriffithanish: I'd like to cut out some duplication as well21:41
jgriffithanish: but I promise I'm not going to make you wait another month21:42
*** tsekiyama has quit IRC21:45
*** tsekiyama has joined #openstack-cinder21:45
anishjgriffith: yes, I am aware of that21:46
anishI'm on that changeset as well, so bascially just waiting on when to rebase21:47
jgriffithanish: ok, fair enough21:47
anishalso been in touch with mtanino, so not an issue21:47
*** annashen has quit IRC21:47
jgriffithanish: didn't know if you wanted to jump on making yours a dep and doing the rebase now21:47
jgriffithanish: not sure how clean it is, but looks like it might be fairly straight forward21:48
anishyes, except for one change21:48
mtaninojgriffith: anish He gaves me some review to my work :)21:48
anishjgriffith: https://review.openstack.org/#/c/154713/21:48
anishso I can rebase that on mtanino's patch, and rebase mine on top of that21:48
anishthat works ?21:48
jgriffithanish: it's fine, you're not going anywhere :)21:49
*** Longgeek has joined #openstack-cinder21:49
jgriffithanish: just want to make sure it doesn't stop/slow down mtanino 's progress for starters (want to merge that ASAP)21:49
jgriffithanish: and then make sure you're aware there's going to be follow up work21:49
*** Lee1092 has quit IRC21:50
anishsure, makes sense21:51
anishI did not make it on top of mtanino's patch as mine was originally aimed for k221:52
jgriffithanish: no worries21:52
openstackgerritMikhail Khodos proposed openstack/cinder: Remove optional parameter from lun mapping call  https://review.openstack.org/15493521:52
jgriffithwe're all good21:52
jgriffithI added some notes21:52
*** dustins has quit IRC21:52
jgriffithanish: mtanino I foresee good reason to move the conf options out of driver.py21:52
e0nevilobhmm: just read meeting notes and your etherpad21:52
mtaninoanish: Congrats!21:52
anishyay !21:53
jgriffithmtanino: anish playing with the idea of making a seperate target section for conf entries21:53
jgriffithmtanino: anish but that means we don't support multiple targets on the same backend (which I think is reasonable)21:53
jgriffithmtanino: anish at least in the case of multi-backend/LVM21:54
anishsounds good21:54
e0nevilobhmm: can't say that i understood all benefits but it definatly became more clear for me21:54
jgriffithone last question :)21:54
jgriffithany volunteers for the IET driver?  Or am I going to be stuck with it :)21:55
anishjgriffith: would also avoid some confusion I think. like the chap_username/password for scst look generic but only work for scst21:55
jgriffithanish: yeah, we're way better than having these embedded in the driver IMO, but still have some work to do21:55
mtaninoohhh, IET....21:55
jgriffithmtanino: :)21:55
anishjgriffith: possibly, does it have to be by k3 ?21:55
jgriffithanish: we'd have to check with Mike on that21:56
jgriffithbut we have to have it before K goes out21:56
mtaninojgriffith: OK, I will take the IET work.21:56
anishmtanino: I can split it with you21:56
jgriffithmtanino: oh?  Really?21:56
jgriffithI didn't think anybody would take me up on that21:56
jgriffithawesome, you guys rock!21:57
*** nikesh_vedams has quit IRC21:57
mtaninojgriffith: I have RHEL environment, so I will try IET work on the RHEL621:57
jgriffithawesome, just let me know if you run short on time or need to hand it over to me21:58
*** asmith_brcd has joined #openstack-cinder21:58
mtaninook. I understand. I will share the progress as needed.21:59
jgriffithe0ne: that reminds me :)22:00
jgriffithe0ne: could I trouble you as another core review on https://review.openstack.org/#/c/148038/22:00
jgriffithwhen you have a chance22:00
jgriffithI think it's your middle of the night right now22:00
jgriffithI'd like to get that in tomorrow if we can22:01
jgriffiththen get the follow ups all done and move on22:01
e0nejgriffith: i very hope that it could wait until tomorow morning:)22:01
jgriffithe0ne: absolutely!22:01
jgriffithe0ne: just wondered if you had the bandwidth to put it on your plate for tomorrow22:01
e0nejgriffith: sure, i'll do it22:02
*** patrickeast has quit IRC22:02
e0nejust need some time to go deeper into it22:02
jgriffithawesome22:03
e0nejgriffith: you're right, it's 12.03am for me22:03
*** annashen has joined #openstack-cinder22:03
*** patrickeast has joined #openstack-cinder22:04
jgriffithe0ne: blah... go get some sleep22:05
e0nejgriffith: my working day is shifted a bit... so i've got some time to work now22:05
*** akerr has quit IRC22:05
openstackgerritSteven Kaufer proposed openstack/cinder-specs: Generic filter support for volume queries  https://review.openstack.org/15507422:06
kauferjungleboyj: ^22:06
*** Ilja has quit IRC22:07
jungleboyjkaufer: Dang man, want took you so long?22:07
jungleboyj;-)22:07
kauferI know I know :)22:08
*** eharney has quit IRC22:09
vilobhmme0ne: good to hear that …i dropped a msg to you and dulek on how we can get the merits of both approaches and propose a spec22:10
e0nevilobhmm: oh, it is a good idea to combine all solution to get the best one22:11
*** Longgeek has quit IRC22:11
*** rmesta has quit IRC22:11
vilobhmme0ne :thats what i feel after our todays cinder weekly meeting22:11
vilobhmmi have scheduled a meeting for early morning PST so that ways its convinient for you both22:12
vilobhmmon friday22:12
e0nevilobhmm: i'm very sorry. my mail filters are crazy for a last few weeks and i mised some mails:(22:14
e0nevilobhmm: i need to re-write my mail filters22:14
vilobhmmohh..I have forwaded the same email to you again22:14
vilobhmmsure please do :)22:14
*** tbarron has quit IRC22:15
*** ronis has quit IRC22:15
e0nevilobhmm: i found previous one. i'm sorry once more time22:15
openstackgerritJoshua Harlow proposed openstack/cinder: Provided requirements are meant to be immutable  https://review.openstack.org/15508122:15
vilobhmme0ne: thats ok…lets meet this friday22:15
e0nevilobhmm: i've got one meetinf at 8.30am pst on Friday, but it shouldn't block me in irc chat22:17
vilobhmmwill schedule something around 9:30 am pst on friday so that you are also done with your meeting and r free22:18
jgriffithe0ne: ahh... working the "night shift"22:20
e0nejgriffith: :)22:20
e0nejgriffith: i remember few month when i was working almost in utc timezone.... i was in office between 4pm-3am:)22:22
e0nevilobhmm: 9am pst will be good for me, thanks22:23
*** rmesta has joined #openstack-cinder22:23
vilobhmme0ne : sure…9am it is then…hopefully dulek will also be able to join22:24
*** asmith_brcd has quit IRC22:24
*** garthb_ has joined #openstack-cinder22:29
*** garthb has joined #openstack-cinder22:29
*** r-daneel has quit IRC22:31
*** theanalyst has quit IRC22:33
*** annashen has quit IRC22:34
*** annashen has joined #openstack-cinder22:35
*** theanalyst has joined #openstack-cinder22:36
*** thingee has quit IRC22:40
*** primechuck has quit IRC22:40
*** Yogi1 has quit IRC22:43
*** kaufer has quit IRC22:50
*** nellysmitt has joined #openstack-cinder22:51
*** mriedem has quit IRC22:52
*** thingee has joined #openstack-cinder22:52
*** emagana has quit IRC22:52
*** nellysmitt has quit IRC22:56
*** primechuck has joined #openstack-cinder22:57
*** dannywil_ has joined #openstack-cinder22:58
*** emagana has joined #openstack-cinder23:00
*** dannywilson has quit IRC23:01
*** asmith_brcd has joined #openstack-cinder23:06
*** dannywil_ has quit IRC23:06
*** xyang has quit IRC23:06
*** xyang has joined #openstack-cinder23:06
*** dannywilson has joined #openstack-cinder23:07
openstackgerritxing-yang proposed openstack/cinder: Add support to incremental backups in cinder  https://review.openstack.org/11006823:07
*** xyang has quit IRC23:10
*** e0ne has quit IRC23:20
openstackgerritxing-yang proposed openstack/cinder: Add support to incremental backups in cinder  https://review.openstack.org/11006823:20
*** primechuck has quit IRC23:22
*** primechuck has joined #openstack-cinder23:25
thingeejgriffith: ping23:26
*** erlon has quit IRC23:31
*** primechuck has quit IRC23:34
*** jcru has quit IRC23:34
*** chlong has joined #openstack-cinder23:38
*** IanGovett has quit IRC23:39
*** rushil has quit IRC23:39
*** MasterPiece| is now known as MasterPiece23:40
*** garthb_ has quit IRC23:45
*** garthb has quit IRC23:45
*** annashen has quit IRC23:49
*** garthb_ has joined #openstack-cinder23:50
*** garthb has joined #openstack-cinder23:50
*** scottda_ has joined #openstack-cinder23:50
*** garthb has quit IRC23:51
*** garthb_ has quit IRC23:51
*** patrickeast has quit IRC23:51
*** dannywilson has quit IRC23:53
*** ebalduf has quit IRC23:54
*** patrickeast has joined #openstack-cinder23:55
*** dannywilson has joined #openstack-cinder23:56
*** Longgeek has joined #openstack-cinder23:56
*** dannywilson has quit IRC23:56
*** dannywilson has joined #openstack-cinder23:57
*** asmith_brcd has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!