*** yangyapeng has quit IRC | 00:00 | |
*** aohuanxuan has joined #openstack-cinder | 00:03 | |
*** alonmarx has joined #openstack-cinder | 00:11 | |
*** sdake_ has joined #openstack-cinder | 00:11 | |
winston-1 | smcginnis, jgriffith, DuncanT: Sorry I wasn't there for today's meeting. And I've read the logs for removing QoS specs. | 00:12 |
---|---|---|
*** winston-1 is now known as winston-d | 00:12 | |
jgriffith | winston-d: cool | 00:12 |
winston-d | I'm not sure I understand the actual benefit/jusitification for doing that. | 00:13 |
winston-d | Looks like Mike's intention is to remove some of the contrib API, QoS spec manage being one. | 00:13 |
winston-d | Is that the actual motivation of this? | 00:13 |
*** diablo_rojo has quit IRC | 00:14 | |
jgriffith | winston-d: probably not much. But the idea was raised because he's received feedback that having two ways of doing this is "confusing" for users | 00:14 |
*** sdake has quit IRC | 00:14 | |
jgriffith | winston-d: I won't speak for him though because I could be mistaken thingee ^^ | 00:14 |
winston-d | I'm sorry for not following the part 'having two ways'. | 00:14 |
jgriffith | winston-d: extra-specs | 00:14 |
winston-d | Also, apology for being so late, this is probably not a good timing for most US folks. I can catch up with you guys tomorrow morning your time. | 00:15 |
jgriffith | winston-d: no worries; probably best to talk with xyang, thingee, smcginnis and DuncanT though. | 00:16 |
jgriffith | winston-d: I think they have stronger opinions on this than I do | 00:16 |
winston-d | jgriffith: yes, volume types has extra-specs already, but the official meaning to deal with QoS related stuff is qos specs. | 00:16 |
jgriffith | winston-d: well then that settles that :) | 00:17 |
*** vern has quit IRC | 00:18 | |
*** dflorea has quit IRC | 00:21 | |
*** laughterwym has joined #openstack-cinder | 00:30 | |
*** laughterwym has quit IRC | 00:34 | |
*** markvoelker has joined #openstack-cinder | 00:40 | |
*** raunak has quit IRC | 00:44 | |
*** markstur has joined #openstack-cinder | 00:44 | |
winston-d | jgriffith: i just went through my old patches. My original implementation was adding QoS support to VolumeTypes (literly part of VolumeTypes and Type ExtraSpecs - https://review.openstack.org/#/c/29737/15..16/cinder/api/contrib/types_extra_specs.py), and the QoS became part of volume type (ie. tightly coupled with types); then you and I (maybe DuncanT also) had discussion and decided to treat | 00:45 |
*** markvoelker has quit IRC | 00:45 | |
winston-d | QoS a standalone entity that can be managed separately via API, more importantly, this design had the potential to allow QoS to be associated with individual volume rather than volume types. So I changed my implementation to current design since patchset 16. And that's how things end up with. | 00:45 |
jgriffith | winston-d: yeah, thanks for going back through all of that | 00:46 |
jgriffith | winston-d: so FTR I just support both and have no problem moving forward with one over the other. Xyang just dropped the extra-specs support method in her driver and only does QoS Specs now | 00:46 |
winston-d | I am not sure if anybody still interested in implementing fine-tuning QoS for individual volumes, but I do believe current implmenetation has the benefit of: 1) decoupling QoS and other entity; allowing admin to have better/easier control of QoS; 2) QoS can be associacted with newer entity now, for example, generic volume groups. | 00:48 |
jgriffith | winston-d: so the groups is what had me interested in it in the first place | 00:49 |
jgriffith | winston-d: and that's a really great point | 00:50 |
winston-d | Grouping a bunch of volumes and set QoS to them is interesting and very flexible. | 00:50 |
jgriffith | winston-d: I've also talked previously that I liked the concept of a set of specs for a parent group as well, but I think folks hate the idea :) | 00:50 |
winston-d | Having interface (API for amdin) to control QoS is really beneiftial for enterprise workloads/storage system. | 00:51 |
jgriffith | winston-d: most likely because I've never been able to explain it clearly enough maybe | 00:51 |
jgriffith | winston-d: yeah, the only thing IMO that's sort of strange about it is that it's just assigning it to a type anyway | 00:52 |
jgriffith | winston-d: what I mean is there's no real advantage in flexibility I don't think. Maybe slightly easier for admin, but we still associate it with a type so it's not as powerful IMO | 00:53 |
jgriffith | winston-d: unless I'm not remembering how it works correctly /me should go look at the code | 00:54 |
winston-d | Well, admin still can change QoS settings for a type without user noticing. | 00:54 |
jgriffith | winston-d: sure, and they can do that with extra-specs too | 00:55 |
jgriffith | winston-d: I'm just saying, they're really pretty similar with the exception of how they're created | 00:55 |
*** wxy__ has joined #openstack-cinder | 00:55 | |
winston-d | yeah, in that sense, changing a type key works the same. | 00:56 |
jgriffith | winston-d: I mean, the ONLY difference is that we have a name "qos_specs" associated with the type, instead of "extra-specs" | 00:56 |
jgriffith | winston-d: the behavior, ability to update etc are exactly the same after that | 00:56 |
jgriffith | winston-d: heck, the format is even EXACTLY the same :) | 00:57 |
jgriffith | winston-d: https://github.com/openstack/cinder/blob/master/cinder/volume/volume_types.py#L244 | 00:57 |
jgriffith | winston-d: which is why in my case I have no problem supporting both, the only difference is adding a call to qos-specs.get and parsing out one extra layer in the json | 00:58 |
winston-d | well, there are some difference: you can have multiple QoS specs, each one of them is already a set of key/value pair; volume types is mapping to the whole set, instead of everything single entry in the set. | 00:58 |
winston-d | So of ource, you can change the key/value of a Qos spec, OR you can change the mapping between type to qos. | 00:59 |
jgriffith | winston-d: fair enough | 00:59 |
jgriffith | winston-d: like I said, I'm not really going to advocate strongly for one over the other, I'll go with the flow. | 01:00 |
*** ducttape_ has joined #openstack-cinder | 01:00 | |
jgriffith | winston-d: but I don think that saying "using extra-specs is too hard" is nonsense | 01:00 |
jgriffith | winston-d: and that it takes "hours to figure out how they work" is sort of baffling to me | 01:00 |
jgriffith | s/don/do/ | 01:00 |
*** raunak has joined #openstack-cinder | 01:05 | |
*** ducttape_ has quit IRC | 01:05 | |
*** raunak has quit IRC | 01:06 | |
*** Apoorva has quit IRC | 01:07 | |
winston-d | well, looks like the team would have to evaulate A: the benefit of having less API/tables + work to remove QoS. VS. the beneift of keeping consistent API/aka being friendly to deployers + no extra work needs to be done + some potential to extend QoS to generic volume groups. | 01:08 |
*** cknight has joined #openstack-cinder | 01:11 | |
*** markvoelker has joined #openstack-cinder | 01:12 | |
*** yangyapeng has joined #openstack-cinder | 01:21 | |
*** cdelatte has joined #openstack-cinder | 01:27 | |
*** cdelatte has quit IRC | 01:35 | |
*** Apoorva has joined #openstack-cinder | 01:47 | |
*** kaisers__ has joined #openstack-cinder | 01:49 | |
*** Apoorva has quit IRC | 01:50 | |
*** kaisers_ has quit IRC | 01:52 | |
*** xyang has joined #openstack-cinder | 01:57 | |
openstackgerrit | huanan proposed openstack/cinder: Migrate volume between backends in an async way https://review.openstack.org/334923 | 01:57 |
*** chenying__ has joined #openstack-cinder | 01:57 | |
*** xyang has quit IRC | 01:59 | |
*** xyang has joined #openstack-cinder | 02:02 | |
*** laughterwym has joined #openstack-cinder | 02:06 | |
jgriffith | winston-d: yeah, I certainly don't see any reason to make things more difficult for anybody in either case | 02:08 |
jgriffith | winston-d: and I do like the idea of expanding what we can do with things in the future | 02:08 |
*** dave-mccowan has joined #openstack-cinder | 02:09 | |
*** mtanino has quit IRC | 02:12 | |
*** takedakn has joined #openstack-cinder | 02:17 | |
*** enriquetaso has quit IRC | 02:24 | |
openstackgerrit | wangxiyuan proposed openstack/cinder-specs: Add VolumeGroup Into Quota Management https://review.openstack.org/306946 | 02:24 |
*** takedakn has quit IRC | 02:26 | |
*** Nakato has quit IRC | 02:32 | |
*** Nakato has joined #openstack-cinder | 02:33 | |
*** Lee1092 has joined #openstack-cinder | 02:36 | |
*** cknight has quit IRC | 02:38 | |
openstackgerrit | Aleksey Ruban proposed openstack/cinder: NexentaStor5: sessions and HTTPS support, ZFS cleanup, add extend method to NFS https://review.openstack.org/385598 | 02:38 |
*** gcb has quit IRC | 02:39 | |
*** raunak has joined #openstack-cinder | 02:45 | |
*** gcb has joined #openstack-cinder | 02:51 | |
*** gus has quit IRC | 02:52 | |
*** ducttape_ has joined #openstack-cinder | 03:02 | |
*** ducttape_ has quit IRC | 03:02 | |
*** ducttape_ has joined #openstack-cinder | 03:03 | |
*** xyang has quit IRC | 03:03 | |
*** dave-mccowan has quit IRC | 03:10 | |
openstackgerrit | xianming.mao proposed openstack/cinder: Use method is_valid_boolstr from oslo_utils https://review.openstack.org/385721 | 03:20 |
*** xyang has joined #openstack-cinder | 03:26 | |
*** mtanino has joined #openstack-cinder | 03:31 | |
*** raunak has quit IRC | 03:31 | |
*** raunak has joined #openstack-cinder | 03:32 | |
*** gouthamr has quit IRC | 03:33 | |
*** xyang has quit IRC | 03:37 | |
*** raunak has quit IRC | 03:39 | |
*** jidar has quit IRC | 03:39 | |
*** raunak has joined #openstack-cinder | 03:39 | |
*** zhangguoqing has joined #openstack-cinder | 03:40 | |
*** coolsvap has quit IRC | 03:40 | |
*** psachin has joined #openstack-cinder | 03:43 | |
*** links has joined #openstack-cinder | 03:45 | |
*** mtanino has quit IRC | 03:48 | |
*** coolsvap has joined #openstack-cinder | 03:52 | |
*** laughter_ has joined #openstack-cinder | 03:54 | |
*** ducttape_ has quit IRC | 03:56 | |
openstackgerrit | xing-yang proposed openstack/cinder: Add group_type_id in create_group_snapshot https://review.openstack.org/385733 | 03:58 |
*** laughterwym has quit IRC | 03:58 | |
openstackgerrit | xianming.mao proposed openstack/cinder: Use method is_valid_boolstr from oslo_utils https://review.openstack.org/385721 | 03:59 |
*** pgadiya has joined #openstack-cinder | 04:01 | |
*** salv-orlando has joined #openstack-cinder | 04:05 | |
*** salv-orlando has quit IRC | 04:09 | |
*** jidar has joined #openstack-cinder | 04:19 | |
*** bardia has joined #openstack-cinder | 04:21 | |
*** akapil has joined #openstack-cinder | 04:41 | |
*** bardia has quit IRC | 04:44 | |
*** dflorea has joined #openstack-cinder | 04:44 | |
*** bardia has joined #openstack-cinder | 04:44 | |
*** akapil has quit IRC | 04:45 | |
*** alonmarx has quit IRC | 04:48 | |
*** rjrooke has joined #openstack-cinder | 04:48 | |
*** ducttape_ has joined #openstack-cinder | 04:52 | |
*** laughterwym has joined #openstack-cinder | 04:52 | |
openstackgerrit | Merged openstack/cinder: VNX: use delete instead of remove https://review.openstack.org/384800 | 04:53 |
*** pdeore has joined #openstack-cinder | 04:53 | |
*** laughter_ has quit IRC | 04:56 | |
*** bardia has quit IRC | 04:57 | |
*** ducttape_ has quit IRC | 04:57 | |
*** rjrooke has quit IRC | 04:58 | |
*** salv-orlando has joined #openstack-cinder | 05:00 | |
*** rmcall has joined #openstack-cinder | 05:00 | |
*** kaisers__ has quit IRC | 05:04 | |
*** kaisers_ has joined #openstack-cinder | 05:04 | |
*** markstur has quit IRC | 05:06 | |
*** dflorea has quit IRC | 05:08 | |
*** dflorea has joined #openstack-cinder | 05:09 | |
*** Poornima has joined #openstack-cinder | 05:12 | |
*** markstur has joined #openstack-cinder | 05:15 | |
*** lpetrut has joined #openstack-cinder | 05:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/383107 | 05:19 |
openstackgerrit | Peter Wang proposed openstack/cinder: VNX:Add more check on replication_device keys https://review.openstack.org/379959 | 05:25 |
*** maticue has quit IRC | 05:25 | |
*** liverpooler has joined #openstack-cinder | 05:27 | |
*** ChubYann has quit IRC | 05:34 | |
*** haplo37_ has quit IRC | 05:37 | |
*** laughterwym has quit IRC | 05:38 | |
*** laughterwym has joined #openstack-cinder | 05:39 | |
*** zhengyin has quit IRC | 05:39 | |
*** haplo37_ has joined #openstack-cinder | 05:40 | |
*** zhengyin has joined #openstack-cinder | 05:40 | |
*** vern has joined #openstack-cinder | 05:45 | |
*** e0ne has joined #openstack-cinder | 05:46 | |
*** e0ne has quit IRC | 05:47 | |
*** e0ne has joined #openstack-cinder | 05:52 | |
*** markstur has quit IRC | 05:53 | |
*** ducttape_ has joined #openstack-cinder | 05:53 | |
*** lkuchlan has joined #openstack-cinder | 05:54 | |
*** ducttape_ has quit IRC | 05:58 | |
*** alonmarx has joined #openstack-cinder | 05:58 | |
*** raunak has quit IRC | 06:01 | |
*** lpetrut has quit IRC | 06:10 | |
*** aohuanxuan has quit IRC | 06:14 | |
*** mjura has joined #openstack-cinder | 06:21 | |
*** raunak has joined #openstack-cinder | 06:26 | |
*** mjura has quit IRC | 06:27 | |
*** pbandark has joined #openstack-cinder | 06:27 | |
*** mjura has joined #openstack-cinder | 06:28 | |
*** arecknag has joined #openstack-cinder | 06:33 | |
*** nherciu has joined #openstack-cinder | 06:33 | |
*** lpetrut has joined #openstack-cinder | 06:36 | |
*** mnasiadka has joined #openstack-cinder | 06:40 | |
*** mnasiadka has quit IRC | 06:40 | |
*** mnasiadka has joined #openstack-cinder | 06:41 | |
*** aohuanxuan has joined #openstack-cinder | 06:42 | |
*** e0ne has quit IRC | 06:45 | |
*** raunak has quit IRC | 06:46 | |
*** nkrinner_afk is now known as nkrinner | 06:46 | |
*** akapil has joined #openstack-cinder | 06:47 | |
*** e0ne has joined #openstack-cinder | 06:49 | |
*** e0ne has quit IRC | 06:50 | |
*** akapil has quit IRC | 06:51 | |
*** e0ne has joined #openstack-cinder | 06:53 | |
*** e0ne has quit IRC | 06:54 | |
*** ducttape_ has joined #openstack-cinder | 06:54 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware:Remove redundant check for usable ESX hosts https://review.openstack.org/385792 | 06:55 |
*** rcernin has joined #openstack-cinder | 06:56 | |
*** lpetrut has quit IRC | 06:59 | |
*** ducttape_ has quit IRC | 06:59 | |
*** mkoderer has joined #openstack-cinder | 06:59 | |
*** pbandark has quit IRC | 07:00 | |
*** alonmarx has quit IRC | 07:00 | |
*** gus has joined #openstack-cinder | 07:01 | |
*** alonmarx has joined #openstack-cinder | 07:02 | |
*** pbandark has joined #openstack-cinder | 07:03 | |
*** dflorea has quit IRC | 07:04 | |
*** tesseract- has joined #openstack-cinder | 07:04 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware:Config option for http connection pool size https://review.openstack.org/385793 | 07:04 |
*** pbandark has quit IRC | 07:06 | |
*** narayrak has joined #openstack-cinder | 07:10 | |
*** aohuanxuan has quit IRC | 07:26 | |
*** watanabe_isao has joined #openstack-cinder | 07:39 | |
flip214 | anyone from Sweden here, who's coming to Barcelona? | 07:53 |
dulek | flip214: Is Poland close and cold enough to be considered? ;) | 07:55 |
flip214 | dulek: sadly, no. It's about a regional speciality. but thank you very much for asking! | 07:56 |
dulek | flip214: Oh, man, they don't allow surströmming on the plane, so I don't think anyone will bring it to Barcelona. | 07:57 |
dulek | flip214: :d | 07:57 |
dulek | flip214: :D | 07:57 |
flip214 | I'd like to ask for some Mesost. | 07:58 |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-cinder | 08:00 | |
*** akapil has joined #openstack-cinder | 08:01 | |
dulek | flip214: I've needed to Google it. Unfortunately it looks like it's not available in my country. :( | 08:01 |
*** akapil has quit IRC | 08:01 | |
*** akapil has joined #openstack-cinder | 08:03 | |
flip214 | yeah, that's the problem. neither in mine. | 08:07 |
*** watanabe_isao has quit IRC | 08:09 | |
*** oomichi_ has joined #openstack-cinder | 08:10 | |
openstackgerrit | Szymon Wróblewski proposed openstack/cinder: Cleanup RCP API versioning https://review.openstack.org/375137 | 08:11 |
*** cebruns_ has quit IRC | 08:12 | |
*** oomichi_ has left #openstack-cinder | 08:13 | |
*** lpetrut has joined #openstack-cinder | 08:14 | |
*** cebruns_ has joined #openstack-cinder | 08:17 | |
*** e0ne has joined #openstack-cinder | 08:23 | |
*** GB21 has joined #openstack-cinder | 08:28 | |
*** laughterwym has quit IRC | 08:41 | |
*** laughterwym has joined #openstack-cinder | 08:42 | |
*** salv-orl_ has joined #openstack-cinder | 08:44 | |
*** salv-orlando has quit IRC | 08:47 | |
*** laughterwym has quit IRC | 08:48 | |
*** kragniz has quit IRC | 08:53 | |
*** kragniz has joined #openstack-cinder | 08:54 | |
*** ducttape_ has joined #openstack-cinder | 08:56 | |
*** lkuchlan has quit IRC | 08:56 | |
*** ducttape_ has quit IRC | 09:00 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: Allow snapshot deletion after volume transfer https://review.openstack.org/385839 | 09:01 |
*** ChanServ has quit IRC | 09:14 | |
*** akapil has quit IRC | 09:15 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Fix deprecation warning https://review.openstack.org/385850 | 09:16 |
*** fernnest_ has quit IRC | 09:17 | |
*** uberjay has quit IRC | 09:17 | |
*** jmccrory has quit IRC | 09:17 | |
*** kamtamtun has quit IRC | 09:17 | |
*** kragniz has quit IRC | 09:17 | |
*** zzzeek has quit IRC | 09:17 | |
*** nherciu has quit IRC | 09:17 | |
*** portdirect has quit IRC | 09:17 | |
*** grumpycatt has quit IRC | 09:17 | |
*** salv-orl_ has quit IRC | 09:17 | |
*** zhengyin has quit IRC | 09:17 | |
*** sdake_ has quit IRC | 09:17 | |
*** openstackgerrit has quit IRC | 09:17 | |
*** ntpttr has quit IRC | 09:17 | |
*** mmotiani has quit IRC | 09:17 | |
*** HenryG has quit IRC | 09:17 | |
*** jschwarz has quit IRC | 09:17 | |
*** Swanson has quit IRC | 09:17 | |
*** _alastor_ has quit IRC | 09:17 | |
*** hemna has quit IRC | 09:17 | |
*** rha has quit IRC | 09:17 | |
*** dulek has quit IRC | 09:17 | |
*** mkoderer has quit IRC | 09:17 | |
*** Nakato has quit IRC | 09:17 | |
*** chenying__ has quit IRC | 09:17 | |
*** thingee has quit IRC | 09:17 | |
*** fernnest__ has quit IRC | 09:17 | |
*** mgagne_ has quit IRC | 09:17 | |
*** zigo has quit IRC | 09:17 | |
*** ociuhandu has quit IRC | 09:17 | |
*** sage_ has quit IRC | 09:17 | |
*** mnaser has quit IRC | 09:17 | |
*** The_Ball has quit IRC | 09:17 | |
*** smcginnis has quit IRC | 09:17 | |
*** amit213 has quit IRC | 09:17 | |
*** rhefner has quit IRC | 09:17 | |
*** ccesario has quit IRC | 09:17 | |
*** dosaboy has quit IRC | 09:17 | |
*** guitarza1 has quit IRC | 09:17 | |
*** AlexeyAbashkin has quit IRC | 09:17 | |
*** robcresswell has quit IRC | 09:17 | |
*** harlowja has quit IRC | 09:17 | |
*** pocketprotector has quit IRC | 09:17 | |
*** Wi1d_ has quit IRC | 09:17 | |
*** xek_ has quit IRC | 09:17 | |
*** TonyXu has quit IRC | 09:17 | |
*** zhenguo has quit IRC | 09:17 | |
*** zeestrat has quit IRC | 09:17 | |
*** fmccrthy has quit IRC | 09:17 | |
*** briancurtin has quit IRC | 09:17 | |
*** ildikov has quit IRC | 09:17 | |
*** DuncanT has quit IRC | 09:17 | |
*** zhiyan has quit IRC | 09:17 | |
*** kambiz has quit IRC | 09:17 | |
*** Kimmo__ has quit IRC | 09:17 | |
*** xianghui has quit IRC | 09:17 | |
*** pkoniszewski has quit IRC | 09:17 | |
*** GB21 has quit IRC | 09:17 | |
*** e0ne has quit IRC | 09:17 | |
*** rcernin has quit IRC | 09:17 | |
*** coolsvap has quit IRC | 09:17 | |
*** breitz has quit IRC | 09:17 | |
*** knikolla has quit IRC | 09:17 | |
*** odyssey4me has quit IRC | 09:17 | |
*** Lehtu has quit IRC | 09:17 | |
*** mvk has quit IRC | 09:17 | |
*** jistr has quit IRC | 09:17 | |
*** fungi has quit IRC | 09:17 | |
*** tdurakov has quit IRC | 09:17 | |
*** karthikp has quit IRC | 09:17 | |
*** oomichi has quit IRC | 09:17 | |
*** winston-d has quit IRC | 09:17 | |
*** jseiler_ has quit IRC | 09:17 | |
*** krotscheck has quit IRC | 09:17 | |
*** auggy has quit IRC | 09:17 | |
*** sweston has quit IRC | 09:17 | |
*** serverascode has quit IRC | 09:17 | |
*** AndyWojo has quit IRC | 09:17 | |
*** cppforlife_ has quit IRC | 09:17 | |
*** _fortis has quit IRC | 09:17 | |
*** dolphm has quit IRC | 09:17 | |
*** med_ has quit IRC | 09:17 | |
*** lpetrut has quit IRC | 09:17 | |
*** vern has quit IRC | 09:17 | |
*** kaisers_ has quit IRC | 09:17 | |
*** pgadiya has quit IRC | 09:17 | |
*** gcb has quit IRC | 09:17 | |
*** Lee1092 has quit IRC | 09:17 | |
*** wxy__ has quit IRC | 09:17 | |
*** jgriffith has quit IRC | 09:17 | |
*** Guest66666 has quit IRC | 09:17 | |
*** scottda has quit IRC | 09:17 | |
*** dobson has quit IRC | 09:17 | |
*** EmilienM has quit IRC | 09:17 | |
*** pckizer has quit IRC | 09:17 | |
*** jklare has quit IRC | 09:17 | |
*** ameade has quit IRC | 09:17 | |
*** fnordahl has quit IRC | 09:17 | |
*** rushiagr has quit IRC | 09:17 | |
*** boris-42 has quit IRC | 09:17 | |
*** patrickeast has quit IRC | 09:17 | |
*** aimeeu has quit IRC | 09:17 | |
*** kong has quit IRC | 09:17 | |
*** laurent\ has quit IRC | 09:17 | |
*** dims has quit IRC | 09:17 | |
*** cj has quit IRC | 09:17 | |
*** pkoraca has quit IRC | 09:17 | |
*** cargonza has quit IRC | 09:17 | |
*** nkrinner has quit IRC | 09:17 | |
*** jroll has quit IRC | 09:17 | |
*** johnthetubaguy has quit IRC | 09:17 | |
*** cburgess has quit IRC | 09:17 | |
*** tonyb has quit IRC | 09:17 | |
*** theanalyst has quit IRC | 09:17 | |
*** cFouts is now known as nug | 09:17 | |
*** netapp has quit IRC | 09:20 | |
*** rmcall has quit IRC | 09:20 | |
*** Anticimex has quit IRC | 09:22 | |
*** akapil has joined #openstack-cinder | 09:29 | |
*** salv-orlando has joined #openstack-cinder | 09:30 | |
*** akapil has quit IRC | 09:34 | |
*** salv-orlando has quit IRC | 09:35 | |
*** ducttape_ has joined #openstack-cinder | 09:56 | |
*** GB21 has joined #openstack-cinder | 09:57 | |
*** ducttape_ has quit IRC | 10:01 | |
*** kragniz has joined #openstack-cinder | 10:02 | |
*** grumpycatt has joined #openstack-cinder | 10:06 | |
*** netapp has joined #openstack-cinder | 10:06 | |
*** zzzeek has joined #openstack-cinder | 10:06 | |
*** nherciu has joined #openstack-cinder | 10:06 | |
*** portdirect has joined #openstack-cinder | 10:06 | |
*** fernnest_ has joined #openstack-cinder | 10:07 | |
*** serverascode has joined #openstack-cinder | 10:07 | |
*** DuncanT has joined #openstack-cinder | 10:07 | |
*** Lee1092 has joined #openstack-cinder | 10:07 | |
*** lpetrut has joined #openstack-cinder | 10:07 | |
*** vern has joined #openstack-cinder | 10:07 | |
*** kaisers_ has joined #openstack-cinder | 10:07 | |
*** pgadiya has joined #openstack-cinder | 10:07 | |
*** gcb has joined #openstack-cinder | 10:07 | |
*** wxy__ has joined #openstack-cinder | 10:07 | |
*** Guest66666 has joined #openstack-cinder | 10:07 | |
*** jgriffith has joined #openstack-cinder | 10:07 | |
*** scottda has joined #openstack-cinder | 10:07 | |
*** dobson has joined #openstack-cinder | 10:07 | |
*** EmilienM has joined #openstack-cinder | 10:07 | |
*** jklare has joined #openstack-cinder | 10:07 | |
*** pckizer has joined #openstack-cinder | 10:07 | |
*** fnordahl has joined #openstack-cinder | 10:07 | |
*** rushiagr has joined #openstack-cinder | 10:07 | |
*** boris-42 has joined #openstack-cinder | 10:07 | |
*** patrickeast has joined #openstack-cinder | 10:07 | |
*** aimeeu has joined #openstack-cinder | 10:07 | |
*** laurent\ has joined #openstack-cinder | 10:07 | |
*** dims has joined #openstack-cinder | 10:07 | |
*** cj has joined #openstack-cinder | 10:07 | |
*** pkoraca has joined #openstack-cinder | 10:07 | |
*** cargonza has joined #openstack-cinder | 10:07 | |
*** jroll has joined #openstack-cinder | 10:07 | |
*** nkrinner has joined #openstack-cinder | 10:07 | |
*** johnthetubaguy has joined #openstack-cinder | 10:07 | |
*** cburgess has joined #openstack-cinder | 10:07 | |
*** tonyb has joined #openstack-cinder | 10:07 | |
*** theanalyst has joined #openstack-cinder | 10:07 | |
*** akapil has joined #openstack-cinder | 10:09 | |
*** salv-orlando has joined #openstack-cinder | 10:09 | |
*** cppforlife_ has joined #openstack-cinder | 10:09 | |
*** kong has joined #openstack-cinder | 10:09 | |
*** e0ne has joined #openstack-cinder | 10:09 | |
*** rcernin has joined #openstack-cinder | 10:09 | |
*** coolsvap has joined #openstack-cinder | 10:09 | |
*** breitz has joined #openstack-cinder | 10:09 | |
*** knikolla has joined #openstack-cinder | 10:09 | |
*** odyssey4me has joined #openstack-cinder | 10:09 | |
*** Lehtu has joined #openstack-cinder | 10:09 | |
*** mvk has joined #openstack-cinder | 10:09 | |
*** jistr has joined #openstack-cinder | 10:09 | |
*** fungi has joined #openstack-cinder | 10:09 | |
*** tdurakov has joined #openstack-cinder | 10:09 | |
*** karthikp has joined #openstack-cinder | 10:09 | |
*** oomichi has joined #openstack-cinder | 10:09 | |
*** winston-d has joined #openstack-cinder | 10:09 | |
*** jseiler_ has joined #openstack-cinder | 10:09 | |
*** krotscheck has joined #openstack-cinder | 10:09 | |
*** auggy has joined #openstack-cinder | 10:09 | |
*** sweston has joined #openstack-cinder | 10:09 | |
*** AndyWojo has joined #openstack-cinder | 10:09 | |
*** _fortis has joined #openstack-cinder | 10:09 | |
*** dolphm has joined #openstack-cinder | 10:09 | |
*** kamtamtun has joined #openstack-cinder | 10:10 | |
*** uberjay has joined #openstack-cinder | 10:10 | |
*** jmccrory has joined #openstack-cinder | 10:10 | |
*** uberjay has quit IRC | 10:10 | |
*** jmccrory has quit IRC | 10:10 | |
*** kamtamtun has quit IRC | 10:10 | |
*** akapil has quit IRC | 10:10 | |
*** salv-orlando has quit IRC | 10:10 | |
*** cppforlife_ has quit IRC | 10:10 | |
*** kong has quit IRC | 10:10 | |
*** e0ne has quit IRC | 10:10 | |
*** rcernin has quit IRC | 10:10 | |
*** coolsvap has quit IRC | 10:10 | |
*** breitz has quit IRC | 10:10 | |
*** knikolla has quit IRC | 10:10 | |
*** odyssey4me has quit IRC | 10:10 | |
*** Lehtu has quit IRC | 10:10 | |
*** mvk has quit IRC | 10:10 | |
*** jistr has quit IRC | 10:10 | |
*** fungi has quit IRC | 10:10 | |
*** tdurakov has quit IRC | 10:10 | |
*** karthikp has quit IRC | 10:10 | |
*** oomichi has quit IRC | 10:10 | |
*** winston-d has quit IRC | 10:10 | |
*** jseiler_ has quit IRC | 10:10 | |
*** krotscheck has quit IRC | 10:10 | |
*** auggy has quit IRC | 10:10 | |
*** sweston has quit IRC | 10:10 | |
*** AndyWojo has quit IRC | 10:10 | |
*** _fortis has quit IRC | 10:10 | |
*** dolphm has quit IRC | 10:10 | |
*** serverascode has quit IRC | 10:10 | |
*** DuncanT has quit IRC | 10:10 | |
*** Lee1092 has quit IRC | 10:10 | |
*** lpetrut has quit IRC | 10:10 | |
*** vern has quit IRC | 10:10 | |
*** kaisers_ has quit IRC | 10:10 | |
*** pgadiya has quit IRC | 10:10 | |
*** gcb has quit IRC | 10:10 | |
*** wxy__ has quit IRC | 10:10 | |
*** Guest66666 has quit IRC | 10:10 | |
*** jgriffith has quit IRC | 10:10 | |
*** scottda has quit IRC | 10:10 | |
*** dobson has quit IRC | 10:10 | |
*** EmilienM has quit IRC | 10:10 | |
*** pckizer has quit IRC | 10:10 | |
*** jklare has quit IRC | 10:10 | |
*** fnordahl has quit IRC | 10:10 | |
*** rushiagr has quit IRC | 10:10 | |
*** boris-42 has quit IRC | 10:10 | |
*** patrickeast has quit IRC | 10:10 | |
*** aimeeu has quit IRC | 10:10 | |
*** dims has quit IRC | 10:10 | |
*** cj has quit IRC | 10:10 | |
*** laurent\ has quit IRC | 10:10 | |
*** pkoraca has quit IRC | 10:10 | |
*** cargonza has quit IRC | 10:10 | |
*** nkrinner has quit IRC | 10:10 | |
*** jroll has quit IRC | 10:10 | |
*** johnthetubaguy has quit IRC | 10:10 | |
*** cburgess has quit IRC | 10:10 | |
*** tonyb has quit IRC | 10:10 | |
*** theanalyst has quit IRC | 10:10 | |
*** fernnest_ has quit IRC | 10:10 | |
*** netapp has quit IRC | 10:10 | |
*** zzzeek has quit IRC | 10:10 | |
*** nherciu has quit IRC | 10:10 | |
*** portdirect has quit IRC | 10:10 | |
*** grumpycatt has quit IRC | 10:10 | |
*** Lee1092 has joined #openstack-cinder | 10:18 | |
*** cargonza has joined #openstack-cinder | 10:19 | |
*** pbandark has joined #openstack-cinder | 10:21 | |
*** grumpycatt has joined #openstack-cinder | 10:26 | |
*** serverascode has joined #openstack-cinder | 10:26 | |
*** lpetrut has joined #openstack-cinder | 10:26 | |
*** vern has joined #openstack-cinder | 10:26 | |
*** kaisers_ has joined #openstack-cinder | 10:26 | |
*** pgadiya has joined #openstack-cinder | 10:26 | |
*** gcb has joined #openstack-cinder | 10:26 | |
*** wxy__ has joined #openstack-cinder | 10:26 | |
*** Guest66666 has joined #openstack-cinder | 10:26 | |
*** jgriffith has joined #openstack-cinder | 10:26 | |
*** scottda has joined #openstack-cinder | 10:26 | |
*** dobson has joined #openstack-cinder | 10:26 | |
*** EmilienM has joined #openstack-cinder | 10:26 | |
*** jklare has joined #openstack-cinder | 10:26 | |
*** pckizer has joined #openstack-cinder | 10:26 | |
*** fnordahl has joined #openstack-cinder | 10:26 | |
*** rushiagr has joined #openstack-cinder | 10:26 | |
*** boris-42 has joined #openstack-cinder | 10:26 | |
*** patrickeast has joined #openstack-cinder | 10:26 | |
*** aimeeu has joined #openstack-cinder | 10:26 | |
*** laurent\ has joined #openstack-cinder | 10:26 | |
*** dims has joined #openstack-cinder | 10:26 | |
*** cj has joined #openstack-cinder | 10:26 | |
*** pkoraca has joined #openstack-cinder | 10:26 | |
*** jroll has joined #openstack-cinder | 10:26 | |
*** nkrinner has joined #openstack-cinder | 10:26 | |
*** johnthetubaguy has joined #openstack-cinder | 10:26 | |
*** cburgess has joined #openstack-cinder | 10:26 | |
*** tonyb has joined #openstack-cinder | 10:26 | |
*** theanalyst has joined #openstack-cinder | 10:26 | |
*** kamtamtun has joined #openstack-cinder | 10:27 | |
*** uberjay has joined #openstack-cinder | 10:27 | |
*** jmccrory has joined #openstack-cinder | 10:27 | |
*** netapp has joined #openstack-cinder | 10:27 | |
*** zzzeek has joined #openstack-cinder | 10:27 | |
*** nherciu has joined #openstack-cinder | 10:27 | |
*** portdirect has joined #openstack-cinder | 10:27 | |
*** med_ has joined #openstack-cinder | 10:27 | |
*** DuncanT has joined #openstack-cinder | 10:27 | |
*** akapil has joined #openstack-cinder | 10:27 | |
*** salv-orlando has joined #openstack-cinder | 10:27 | |
*** cppforlife_ has joined #openstack-cinder | 10:27 | |
*** e0ne has joined #openstack-cinder | 10:27 | |
*** rcernin has joined #openstack-cinder | 10:27 | |
*** coolsvap has joined #openstack-cinder | 10:27 | |
*** breitz has joined #openstack-cinder | 10:27 | |
*** knikolla has joined #openstack-cinder | 10:27 | |
*** odyssey4me has joined #openstack-cinder | 10:27 | |
*** Lehtu has joined #openstack-cinder | 10:27 | |
*** mvk has joined #openstack-cinder | 10:27 | |
*** jistr has joined #openstack-cinder | 10:27 | |
*** fungi has joined #openstack-cinder | 10:27 | |
*** tdurakov has joined #openstack-cinder | 10:27 | |
*** karthikp has joined #openstack-cinder | 10:27 | |
*** oomichi has joined #openstack-cinder | 10:27 | |
*** winston-d has joined #openstack-cinder | 10:27 | |
*** jseiler_ has joined #openstack-cinder | 10:27 | |
*** krotscheck has joined #openstack-cinder | 10:27 | |
*** auggy has joined #openstack-cinder | 10:27 | |
*** sweston has joined #openstack-cinder | 10:27 | |
*** AndyWojo has joined #openstack-cinder | 10:27 | |
*** _fortis has joined #openstack-cinder | 10:27 | |
*** dolphm has joined #openstack-cinder | 10:27 | |
*** zhengyin has joined #openstack-cinder | 10:28 | |
*** sdake_ has joined #openstack-cinder | 10:28 | |
*** openstackgerrit has joined #openstack-cinder | 10:28 | |
*** ntpttr has joined #openstack-cinder | 10:28 | |
*** mmotiani has joined #openstack-cinder | 10:28 | |
*** HenryG has joined #openstack-cinder | 10:28 | |
*** jschwarz has joined #openstack-cinder | 10:28 | |
*** Swanson has joined #openstack-cinder | 10:28 | |
*** _alastor_ has joined #openstack-cinder | 10:28 | |
*** hemna has joined #openstack-cinder | 10:28 | |
*** rha has joined #openstack-cinder | 10:28 | |
*** dulek has joined #openstack-cinder | 10:28 | |
*** kong has joined #openstack-cinder | 10:28 | |
*** ameade has joined #openstack-cinder | 10:28 | |
*** mkoderer has joined #openstack-cinder | 10:28 | |
*** Nakato has joined #openstack-cinder | 10:28 | |
*** chenying__ has joined #openstack-cinder | 10:28 | |
*** thingee has joined #openstack-cinder | 10:28 | |
*** fernnest__ has joined #openstack-cinder | 10:28 | |
*** mgagne_ has joined #openstack-cinder | 10:28 | |
*** zigo has joined #openstack-cinder | 10:28 | |
*** ociuhandu has joined #openstack-cinder | 10:28 | |
*** sage_ has joined #openstack-cinder | 10:28 | |
*** mnaser has joined #openstack-cinder | 10:28 | |
*** The_Ball has joined #openstack-cinder | 10:28 | |
*** smcginnis has joined #openstack-cinder | 10:28 | |
*** amit213 has joined #openstack-cinder | 10:28 | |
*** rhefner has joined #openstack-cinder | 10:28 | |
*** ccesario has joined #openstack-cinder | 10:28 | |
*** dosaboy has joined #openstack-cinder | 10:28 | |
*** guitarza1 has joined #openstack-cinder | 10:28 | |
*** AlexeyAbashkin has joined #openstack-cinder | 10:28 | |
*** robcresswell has joined #openstack-cinder | 10:28 | |
*** pocketprotector has joined #openstack-cinder | 10:28 | |
*** Wi1d_ has joined #openstack-cinder | 10:28 | |
*** xek_ has joined #openstack-cinder | 10:28 | |
*** TonyXu has joined #openstack-cinder | 10:28 | |
*** zhenguo has joined #openstack-cinder | 10:28 | |
*** zeestrat has joined #openstack-cinder | 10:28 | |
*** fmccrthy has joined #openstack-cinder | 10:28 | |
*** briancurtin has joined #openstack-cinder | 10:28 | |
*** ildikov has joined #openstack-cinder | 10:28 | |
*** zhiyan has joined #openstack-cinder | 10:28 | |
*** kambiz has joined #openstack-cinder | 10:28 | |
*** Kimmo__ has joined #openstack-cinder | 10:28 | |
*** xianghui has joined #openstack-cinder | 10:28 | |
*** pkoniszewski has joined #openstack-cinder | 10:28 | |
*** tepper.freenode.net sets mode: +o smcginnis | 10:28 | |
*** fernnest_ has joined #openstack-cinder | 10:28 | |
*** DuncanT has quit IRC | 10:28 | |
*** mvk has quit IRC | 10:29 | |
*** yangyapeng has quit IRC | 10:29 | |
*** serverascode has quit IRC | 10:29 | |
*** ChanServ has joined #openstack-cinder | 10:30 | |
*** tepper.freenode.net sets mode: +o ChanServ | 10:30 | |
*** aimeeu has quit IRC | 10:30 | |
*** tdurakov has quit IRC | 10:31 | |
*** sweston has quit IRC | 10:32 | |
*** med_ is now known as Guest38941 | 10:32 | |
*** nug is now known as Guest6208 | 10:32 | |
*** coolsvap has quit IRC | 10:32 | |
*** DuncanT has joined #openstack-cinder | 10:34 | |
*** sdake_ has quit IRC | 10:35 | |
*** Lee1092 has quit IRC | 10:35 | |
*** Lee1092 has joined #openstack-cinder | 10:35 | |
*** cargonza has quit IRC | 10:35 | |
*** cargonza has joined #openstack-cinder | 10:35 | |
*** cppforlife_ has quit IRC | 10:36 | |
*** cppforlife_ has joined #openstack-cinder | 10:36 | |
*** links has quit IRC | 10:36 | |
*** DuncanT has quit IRC | 10:37 | |
*** DuncanT has joined #openstack-cinder | 10:37 | |
*** psachin has quit IRC | 10:39 | |
*** sweston has joined #openstack-cinder | 10:41 | |
*** laughterwym has joined #openstack-cinder | 10:43 | |
*** aimeeu has joined #openstack-cinder | 10:44 | |
*** coolsvap has joined #openstack-cinder | 10:44 | |
*** nicolasbock has joined #openstack-cinder | 10:47 | |
*** laughterwym has quit IRC | 10:48 | |
*** tdurakov has joined #openstack-cinder | 10:50 | |
*** links has joined #openstack-cinder | 10:50 | |
*** salv-orlando has quit IRC | 10:51 | |
*** serverascode has joined #openstack-cinder | 10:51 | |
*** wanghao_ has joined #openstack-cinder | 10:54 | |
*** sdague has joined #openstack-cinder | 10:54 | |
*** zhangguoqing has quit IRC | 10:57 | |
*** ducttape_ has joined #openstack-cinder | 10:57 | |
*** mvk has joined #openstack-cinder | 11:00 | |
*** ducttape_ has quit IRC | 11:02 | |
*** salv-orlando has joined #openstack-cinder | 11:03 | |
*** cdelatte has joined #openstack-cinder | 11:03 | |
*** sdake has joined #openstack-cinder | 11:03 | |
*** sdake_ has joined #openstack-cinder | 11:11 | |
*** sdake has quit IRC | 11:13 | |
*** markvoelker has quit IRC | 11:14 | |
*** dalgaaf has joined #openstack-cinder | 11:14 | |
openstackgerrit | Merged openstack/cinder: Update synchronized decorator https://review.openstack.org/385524 | 11:26 |
*** sdake has joined #openstack-cinder | 11:27 | |
*** psachin has joined #openstack-cinder | 11:27 | |
*** haplo37_ has quit IRC | 11:27 | |
*** sdake_ has quit IRC | 11:28 | |
*** haplo37_ has joined #openstack-cinder | 11:30 | |
*** yangyapeng has joined #openstack-cinder | 11:31 | |
*** yangyapeng has quit IRC | 11:31 | |
*** yangyapeng has joined #openstack-cinder | 11:32 | |
*** ociuhandu has quit IRC | 11:33 | |
*** erlon has joined #openstack-cinder | 11:33 | |
gcb | cinder guys, please help review doc about threading in https://review.openstack.org/367768 | 11:33 |
*** salv-orlando has quit IRC | 11:36 | |
dulek | #success Cinder gate is now voting on basic rolling upgrades support. One step closer to get assert:supports-rolling-upgrade tag. :) | 11:38 |
openstackstatus | dulek: Added success to Success page | 11:38 |
*** pdeore has quit IRC | 11:40 | |
*** alyson_ has joined #openstack-cinder | 11:43 | |
*** laughterwym has joined #openstack-cinder | 11:44 | |
*** Anticimex has joined #openstack-cinder | 11:47 | |
*** laughterwym has quit IRC | 11:49 | |
*** zhangguoqing has joined #openstack-cinder | 11:52 | |
*** ducttape_ has joined #openstack-cinder | 11:58 | |
*** zhangguoqing has quit IRC | 11:59 | |
*** kongwei_ has joined #openstack-cinder | 12:02 | |
*** ducttape_ has quit IRC | 12:03 | |
*** sdake_ has joined #openstack-cinder | 12:05 | |
*** sdake has quit IRC | 12:06 | |
*** kongwei_ has quit IRC | 12:08 | |
*** kongwei_ has joined #openstack-cinder | 12:08 | |
erlon | dulek: +1 | 12:09 |
erlon | dulek: thumbs up!! :) | 12:09 |
*** kongwei_ has quit IRC | 12:11 | |
*** kongwei_ has joined #openstack-cinder | 12:12 | |
*** edmondsw has joined #openstack-cinder | 12:13 | |
*** kongwei_ has quit IRC | 12:14 | |
*** markvoelker has joined #openstack-cinder | 12:14 | |
*** JoseMello has joined #openstack-cinder | 12:16 | |
*** timcl has joined #openstack-cinder | 12:18 | |
*** maticue has joined #openstack-cinder | 12:18 | |
*** ducttape_ has joined #openstack-cinder | 12:18 | |
*** markvoelker has quit IRC | 12:20 | |
*** pgadiya has quit IRC | 12:29 | |
*** mtanino has joined #openstack-cinder | 12:38 | |
*** pgadiya has joined #openstack-cinder | 12:41 | |
*** laughterwym has joined #openstack-cinder | 12:42 | |
*** mtanino has quit IRC | 12:42 | |
*** laughter_ has joined #openstack-cinder | 12:42 | |
*** akerr has joined #openstack-cinder | 12:43 | |
*** gouthamr has joined #openstack-cinder | 12:44 | |
scottda | dulek: Congrats. you must have nagged the right people. | 12:45 |
*** laughterwym has quit IRC | 12:46 | |
*** laughter_ has quit IRC | 12:47 | |
*** ducttape_ has quit IRC | 12:52 | |
*** clenimar has quit IRC | 12:53 | |
*** xyang1 has joined #openstack-cinder | 12:53 | |
*** Lee1092 has quit IRC | 12:55 | |
*** GB21 has quit IRC | 12:58 | |
*** wanghao_ has quit IRC | 13:00 | |
*** markus_z has joined #openstack-cinder | 13:03 | |
*** jgregor has joined #openstack-cinder | 13:06 | |
*** laughterwym has joined #openstack-cinder | 13:07 | |
markus_z | Anyone had the case where os-brick got installed from git but then uninstalled again? http://paste.openstack.org/show/585603/ | 13:09 |
scottda | markus_z: I've never seen that, nor a bug to that effect | 13:09 |
*** pgadiya has quit IRC | 13:11 | |
markus_z | scottda: Hm, too bad. Is there maybe a specific order of env variables in the localrc necessary? | 13:11 |
*** lpetrut has quit IRC | 13:12 | |
scottda | markus_z: No, not that I know of. | 13:12 |
markus_z | scottda: The background is, that our (WIP) CI is broken because os-brick 1.6.1 has a bug on "system z(s390)" | 13:12 |
scottda | markus_z: Well, I don't run a CI. Maybe others who do have seen this. More folks should be online soon... | 13:13 |
markus_z | FWIW, https://github.com/openstack/os-brick/commit/cedaa124cb40502ffe6e07ef7f7fe8cc34875679 | 13:13 |
*** salv-orlando has joined #openstack-cinder | 13:14 | |
markus_z | ok, thanks, I'll ask around later | 13:14 |
*** ducttape_ has joined #openstack-cinder | 13:16 | |
*** tpsilva has joined #openstack-cinder | 13:16 | |
*** mriedem_afk is now known as mriedem | 13:21 | |
*** portdirect has quit IRC | 13:23 | |
*** portdirect_ has joined #openstack-cinder | 13:23 | |
*** dustins has joined #openstack-cinder | 13:23 | |
*** portdirect_ is now known as portdirect | 13:23 | |
*** akapil has quit IRC | 13:26 | |
*** inessadl has joined #openstack-cinder | 13:27 | |
*** pdeore has joined #openstack-cinder | 13:28 | |
*** jgregor has quit IRC | 13:28 | |
*** eharney has quit IRC | 13:30 | |
*** akapil has joined #openstack-cinder | 13:31 | |
*** lpetrut has joined #openstack-cinder | 13:31 | |
*** Poornima has quit IRC | 13:33 | |
*** ducttape_ has quit IRC | 13:33 | |
*** jgregor has joined #openstack-cinder | 13:36 | |
*** rooneym has joined #openstack-cinder | 13:37 | |
*** jgregor has quit IRC | 13:38 | |
*** jgregor has joined #openstack-cinder | 13:39 | |
*** waj334 has quit IRC | 13:40 | |
*** waj334 has joined #openstack-cinder | 13:40 | |
*** porrua has joined #openstack-cinder | 13:42 | |
*** dave-mccowan has joined #openstack-cinder | 13:42 | |
*** jgregor has quit IRC | 13:43 | |
*** jgregor has joined #openstack-cinder | 13:47 | |
*** markvoelker has joined #openstack-cinder | 13:47 | |
*** links has quit IRC | 13:48 | |
smcginnis | thingee: https://review.openstack.org/#/c/226487/ | 13:49 |
smcginnis | markus_z: We'll see if we can do a new os-brick release soon to get that change. | 13:49 |
smcginnis | markus_z: hemna has another one in master that might be good to get out and get more runtime on. | 13:50 |
markus_z | smcginnis: That would help us a lot, thanks for that! | 13:50 |
*** jgregor has quit IRC | 13:50 | |
smcginnis | markus_z: I've never seen LIBS_FROM_GIT fail like that though. That's strange. | 13:51 |
markus_z | smcginnis: Yeah, I still can't wrap my head around this. I suspect something with the requirements, but I'm still testing my suspicions. | 13:52 |
smcginnis | markus_z: Did you check with the devstack folks? Might be worth bringing up over in #openstack-qa | 13:52 |
markus_z | smcginnis: I didn't. Good point, I'm going to ask there as well. | 13:53 |
*** eharney has joined #openstack-cinder | 14:02 | |
*** xyang has joined #openstack-cinder | 14:03 | |
*** ducttape_ has joined #openstack-cinder | 14:04 | |
*** cknight has joined #openstack-cinder | 14:04 | |
*** jgregor has joined #openstack-cinder | 14:08 | |
*** sdake_ has quit IRC | 14:09 | |
*** sdake has joined #openstack-cinder | 14:10 | |
*** jgregor_ has joined #openstack-cinder | 14:13 | |
*** mnasiadka has quit IRC | 14:14 | |
*** zhangguoqing has joined #openstack-cinder | 14:15 | |
*** jgregor has quit IRC | 14:16 | |
*** openstackgerrit has quit IRC | 14:18 | |
*** openstackgerrit has joined #openstack-cinder | 14:19 | |
*** zhangguoqing has quit IRC | 14:21 | |
*** pdeore has quit IRC | 14:22 | |
*** zhangguoqing has joined #openstack-cinder | 14:23 | |
*** zhangguoqing has quit IRC | 14:24 | |
*** diablo_rojo has joined #openstack-cinder | 14:24 | |
*** zhangguoqing has joined #openstack-cinder | 14:26 | |
*** TommyLikeHu has quit IRC | 14:28 | |
*** TommyLikeHu has joined #openstack-cinder | 14:29 | |
*** erlon has quit IRC | 14:31 | |
*** markstur has joined #openstack-cinder | 14:34 | |
*** zhangguoqing has quit IRC | 14:38 | |
*** lprice has joined #openstack-cinder | 14:39 | |
*** zhangguoqing has joined #openstack-cinder | 14:39 | |
*** mvk has quit IRC | 14:41 | |
*** mtanino has joined #openstack-cinder | 14:41 | |
*** nkrinner is now known as nkrinner_afk | 14:41 | |
*** zhangguoqing has quit IRC | 14:41 | |
*** nkrinner_afk is now known as nkrinner | 14:43 | |
*** salv-orl_ has joined #openstack-cinder | 14:43 | |
*** salv-orlando has quit IRC | 14:46 | |
openstackgerrit | Merged openstack/cinder: VMware: Fix deprecation warning https://review.openstack.org/385850 | 14:51 |
*** lpetrut has quit IRC | 14:55 | |
*** nkrinner is now known as nkrinner_afk | 14:57 | |
*** slayer has joined #openstack-cinder | 14:58 | |
*** timcl1 has joined #openstack-cinder | 15:00 | |
*** rajinir has joined #openstack-cinder | 15:00 | |
*** sdake has quit IRC | 15:00 | |
*** mjura has quit IRC | 15:01 | |
*** bardia has joined #openstack-cinder | 15:03 | |
*** timcl has quit IRC | 15:03 | |
*** sdake has joined #openstack-cinder | 15:05 | |
*** alonmarx has quit IRC | 15:07 | |
*** Yogi1 has joined #openstack-cinder | 15:08 | |
*** timcl1 has quit IRC | 15:11 | |
*** timcl has joined #openstack-cinder | 15:12 | |
*** salv-orl_ has quit IRC | 15:17 | |
*** rcernin has quit IRC | 15:20 | |
openstackgerrit | Eric Harney proposed openstack/cinder: NetApp NFS: Look for new file for >60s https://review.openstack.org/386041 | 15:22 |
openstackgerrit | Merged openstack/cinder: Add group_type_id in create_group_snapshot https://review.openstack.org/385733 | 15:23 |
*** _ducttape_ has joined #openstack-cinder | 15:26 | |
*** psachin has quit IRC | 15:28 | |
*** ducttape_ has quit IRC | 15:29 | |
*** tongli has joined #openstack-cinder | 15:31 | |
*** jgregor_ has quit IRC | 15:32 | |
*** jgregor has joined #openstack-cinder | 15:33 | |
*** jgregor has quit IRC | 15:33 | |
*** jgregor has joined #openstack-cinder | 15:34 | |
*** crose has joined #openstack-cinder | 15:36 | |
openstackgerrit | Kedar Vidvans proposed openstack/cinder: Fixes ZFSSANFS driver on Solaris platform https://review.openstack.org/336598 | 15:37 |
*** rhagarty has joined #openstack-cinder | 15:37 | |
*** mvk has joined #openstack-cinder | 15:39 | |
*** xinli has joined #openstack-cinder | 15:41 | |
*** _ducttape_ has quit IRC | 15:44 | |
*** ducttape_ has joined #openstack-cinder | 15:44 | |
*** kfarr has joined #openstack-cinder | 15:46 | |
*** arecknag has quit IRC | 15:46 | |
*** kfarr has quit IRC | 15:53 | |
openstackgerrit | Kedar Vidvans proposed openstack/cinder: Fixes ZFSSANFS driver on Solaris platform https://review.openstack.org/336598 | 15:57 |
*** slayer has quit IRC | 15:59 | |
*** rhagarty_ has joined #openstack-cinder | 16:00 | |
*** slayer has joined #openstack-cinder | 16:00 | |
*** slayer has quit IRC | 16:00 | |
*** slayer has joined #openstack-cinder | 16:01 | |
*** akapil has quit IRC | 16:01 | |
*** kfarr has joined #openstack-cinder | 16:02 | |
*** rhagarty has quit IRC | 16:04 | |
*** timcl1 has joined #openstack-cinder | 16:05 | |
*** timcl has quit IRC | 16:05 | |
*** arch-nemesis has joined #openstack-cinder | 16:05 | |
*** tesseract- has quit IRC | 16:06 | |
*** xyang has quit IRC | 16:06 | |
*** dflorea has joined #openstack-cinder | 16:07 | |
*** Lee1092 has joined #openstack-cinder | 16:08 | |
*** laughterwym has quit IRC | 16:09 | |
*** laughterwym has joined #openstack-cinder | 16:10 | |
*** laughterwym has joined #openstack-cinder | 16:10 | |
*** narayrak has quit IRC | 16:11 | |
*** xinli has quit IRC | 16:12 | |
*** xinli has joined #openstack-cinder | 16:12 | |
*** lkuchlan has joined #openstack-cinder | 16:13 | |
openstackgerrit | Jon Bernard proposed openstack/os-brick: linuxrbd: remove obsolete comment on close() https://review.openstack.org/386068 | 16:13 |
*** rhagarty__ has joined #openstack-cinder | 16:14 | |
*** e0ne has quit IRC | 16:14 | |
*** laughterwym has quit IRC | 16:15 | |
*** raunak has joined #openstack-cinder | 16:15 | |
*** rhagarty_ has quit IRC | 16:16 | |
*** rhagarty_ has joined #openstack-cinder | 16:21 | |
*** rhagarty__ has quit IRC | 16:22 | |
*** crose has quit IRC | 16:23 | |
*** rhagarty__ has joined #openstack-cinder | 16:23 | |
*** rhagarty_ has quit IRC | 16:26 | |
*** harlowja_at_home has joined #openstack-cinder | 16:30 | |
*** eeiden has quit IRC | 16:34 | |
*** xenogear has quit IRC | 16:35 | |
*** yohoffman has quit IRC | 16:36 | |
*** sdake_ has joined #openstack-cinder | 16:42 | |
*** yohoffman has joined #openstack-cinder | 16:43 | |
*** alonmarx has joined #openstack-cinder | 16:43 | |
*** liverpooler has quit IRC | 16:45 | |
*** sdake has quit IRC | 16:46 | |
*** xyang has joined #openstack-cinder | 16:48 | |
*** xyang has quit IRC | 16:49 | |
*** leeantho has joined #openstack-cinder | 16:50 | |
*** timcl1 has quit IRC | 16:50 | |
*** lpetrut has joined #openstack-cinder | 16:51 | |
*** ChubYann has joined #openstack-cinder | 16:53 | |
*** jgregor has quit IRC | 16:55 | |
*** Apoorva has joined #openstack-cinder | 16:55 | |
*** erlon has joined #openstack-cinder | 16:56 | |
*** lkuchlan has quit IRC | 16:57 | |
*** slayer has quit IRC | 16:57 | |
*** xenogear has joined #openstack-cinder | 16:57 | |
*** Apoorva has quit IRC | 16:57 | |
*** Apoorva has joined #openstack-cinder | 16:58 | |
*** e0ne has joined #openstack-cinder | 16:58 | |
*** sdake_ is now known as sdake | 17:01 | |
*** xyang has joined #openstack-cinder | 17:01 | |
*** timcl has joined #openstack-cinder | 17:03 | |
*** Apoorva has quit IRC | 17:03 | |
*** markus_z has quit IRC | 17:05 | |
*** eeiden has joined #openstack-cinder | 17:06 | |
*** Apoorva has joined #openstack-cinder | 17:08 | |
*** ducttape_ has quit IRC | 17:11 | |
*** e0ne has quit IRC | 17:12 | |
*** Apoorva has quit IRC | 17:14 | |
*** mvk has quit IRC | 17:17 | |
*** e0ne has joined #openstack-cinder | 17:22 | |
*** Apoorva has joined #openstack-cinder | 17:22 | |
*** e0ne has quit IRC | 17:23 | |
*** lpetrut has quit IRC | 17:30 | |
*** Zer0Byte__ has joined #openstack-cinder | 17:34 | |
Zer0Byte__ | hey | 17:34 |
Zer0Byte__ | someone can help me with a quick question | 17:34 |
Zer0Byte__ | when i shut off a instance the volume should be on in-use or available | 17:34 |
Zer0Byte__ | ? | 17:34 |
guitarza1 | Zer0Byte__: in-use unless you detach it | 17:35 |
Zer0Byte__ | but i can't detach cuz is the root volume | 17:35 |
guitarza1 | this is true | 17:35 |
*** mriedem has quit IRC | 17:36 | |
Zer0Byte__ | and also i can't create a image because the volume is in-use | 17:36 |
*** mriedem has joined #openstack-cinder | 17:36 | |
guitarza1 | also true | 17:37 |
Zer0Byte__ | is a know bug? | 17:37 |
guitarza1 | what bug? | 17:37 |
Zer0Byte__ | what i said | 17:37 |
guitarza1 | you can force create a snapshot, and create a new volume from that if you want | 17:37 |
guitarza1 | it's not a bug. if the volume is attached to an instance, it's in-use | 17:38 |
Zer0Byte__ | i want to create a image from a volume | 17:38 |
guitarza1 | you can also create an image from that new volume as well | 17:38 |
*** ducttape_ has joined #openstack-cinder | 17:38 | |
*** rmcall has joined #openstack-cinder | 17:38 | |
*** guitarza1 is now known as guitarzan | 17:39 | |
*** lgreg has joined #openstack-cinder | 17:39 | |
openstackgerrit | Merged openstack/cinder: Remove volid from attachments_get_by_host|instance https://review.openstack.org/385122 | 17:42 |
openstackgerrit | Merged openstack/cinder: Updated from global requirements https://review.openstack.org/383107 | 17:42 |
*** mkoderer has quit IRC | 17:42 | |
Zer0Byte__ | for nfs volumes | 17:44 |
Zer0Byte__ | is complety senseless flag the volume in use if the computer is off | 17:45 |
Zer0Byte__ | i guess | 17:47 |
openstackgerrit | Merged openstack/os-brick: linuxrbd: remove obsolete comment on close() https://review.openstack.org/386068 | 17:47 |
*** dflorea has quit IRC | 17:48 | |
patrickeast | Zer0Byte__: i think that restriction is because we don't support multi-attach as a thing yet, in general the assumption for creating an image from a volume is that it needs to be attachable (not true for all backends, but its sticking to the lowest denominator) | 17:49 |
patrickeast | Zer0Byte__: once we can attach a volume in more than one place it would make more sense to allow creating an image from an attached volume (although i'm sure some precautions are needed since you need some assurance its not still being written to) | 17:50 |
guitarzan | oh, is the question why can you not create an image from an in-use volume? | 17:50 |
* patrickeast shrugs | 17:50 | |
patrickeast | im guessing based on 10:36:17 <Zer0Byte__> and also i can't create a image because the volume is in-use | 17:51 |
Zer0Byte__ | thats right i guess flag the volume "in-use" doent' have sense if the computer is off | 17:51 |
patrickeast | yep | 17:51 |
Zer0Byte__ | attatch is one thing | 17:51 |
guitarzan | Zer0Byte__: cinder doesn't know anything about the copute instance being on or off | 17:51 |
Zer0Byte__ | status in use is another thing | 17:51 |
smcginnis | From the Cinder side it is in user/ We have no idea that the machine is off or not. | 17:51 |
guitarzan | in-use and attached are identical in cinder terms | 17:51 |
Zer0Byte__ | well i do using enable_force_upload=True | 17:55 |
Zer0Byte__ | another question guys | 17:55 |
*** timcl has quit IRC | 17:56 | |
Zer0Byte__ | is posible change the permision of a image when is deployed as a volume | 17:56 |
Zer0Byte__ | for example | 17:56 |
Zer0Byte__ | im using netapp and cloning images | 17:56 |
Zer0Byte__ | but when the image is cloned | 17:56 |
Zer0Byte__ | came with glance permissions | 17:56 |
Zer0Byte__ | and fail to start | 17:56 |
*** jgregor_ has joined #openstack-cinder | 17:56 | |
*** slayer_ has joined #openstack-cinder | 17:57 | |
*** jgregor_ has quit IRC | 17:57 | |
*** jgregor_ has joined #openstack-cinder | 17:57 | |
*** rhagarty__ has quit IRC | 17:58 | |
patrickeast | not sure about that one, maybe worth asking over in the #openstack-netapp channel | 17:58 |
Zer0Byte__ | oh cool | 17:58 |
Zer0Byte__ | i dindt have idea that these chanel exist | 17:58 |
openstackgerrit | Alyson proposed openstack/cinder: Fix HNAS Driver KeyError exception in volume manage https://review.openstack.org/378616 | 17:59 |
*** mdenny has joined #openstack-cinder | 18:03 | |
*** mdenny has quit IRC | 18:03 | |
*** Guest6208 is now known as cFouts | 18:09 | |
*** jgregor_ has quit IRC | 18:12 | |
*** xinli has quit IRC | 18:12 | |
*** jgregor has joined #openstack-cinder | 18:12 | |
*** xinli has joined #openstack-cinder | 18:13 | |
*** Poornima has joined #openstack-cinder | 18:16 | |
*** dflorea has joined #openstack-cinder | 18:16 | |
*** ekoorjr has joined #openstack-cinder | 18:16 | |
*** jgregor has quit IRC | 18:16 | |
*** jgregor has joined #openstack-cinder | 18:17 | |
*** sdake_ has joined #openstack-cinder | 18:19 | |
*** harlowja_still_a has joined #openstack-cinder | 18:20 | |
*** sdake has quit IRC | 18:20 | |
openstackgerrit | Alyson proposed openstack/cinder: Fix HNAS Driver KeyError exception in volume manage https://review.openstack.org/378616 | 18:21 |
*** harlowja_at_home has quit IRC | 18:23 | |
*** slayer_ has quit IRC | 18:24 | |
*** gouthamr has quit IRC | 18:24 | |
*** jgregor has quit IRC | 18:24 | |
*** jgregor has joined #openstack-cinder | 18:25 | |
*** thiagolib has joined #openstack-cinder | 18:25 | |
*** jgregor_ has joined #openstack-cinder | 18:27 | |
*** jgregor_ has quit IRC | 18:27 | |
*** jgregor_ has joined #openstack-cinder | 18:27 | |
*** slayer has joined #openstack-cinder | 18:27 | |
*** ducttape_ has quit IRC | 18:28 | |
*** jgregor has quit IRC | 18:29 | |
*** harlowja_still_a has quit IRC | 18:30 | |
*** e0ne has joined #openstack-cinder | 18:30 | |
smcginnis | patrickeast: NOT_REGISTERED? :) | 18:31 |
patrickeast | typical | 18:31 |
patrickeast | i noticed this morning it hadn't been running for like... i dunno... a while | 18:31 |
smcginnis | patrickeast: The fun never stops. | 18:31 |
patrickeast | gotta got give it a few kicks | 18:31 |
patrickeast | s/got/go/ | 18:32 |
smcginnis | patrickeast: CI party: http://www.lovethisgif.com/image/55653/office-space-animated-gif | 18:34 |
patrickeast | haha | 18:34 |
*** dflorea has quit IRC | 18:35 | |
*** e0ne has quit IRC | 18:37 | |
*** e0ne has joined #openstack-cinder | 18:41 | |
*** jgregor_ has quit IRC | 18:42 | |
*** jgregor has joined #openstack-cinder | 18:42 | |
*** ducttape_ has joined #openstack-cinder | 18:44 | |
*** e0ne has quit IRC | 18:45 | |
*** jgregor has quit IRC | 18:47 | |
*** salv-orlando has joined #openstack-cinder | 18:47 | |
*** jgregor has joined #openstack-cinder | 18:49 | |
openstackgerrit | Eric Harney proposed openstack/cinder: RemoteFS: Remove deprecated config options https://review.openstack.org/386146 | 18:49 |
*** gouthamr has joined #openstack-cinder | 18:55 | |
*** Poornima has quit IRC | 18:55 | |
*** pbandark has quit IRC | 18:58 | |
*** sdake has joined #openstack-cinder | 19:01 | |
*** sdake_ has quit IRC | 19:04 | |
*** mriedem has quit IRC | 19:12 | |
*** mriedem has joined #openstack-cinder | 19:14 | |
*** lpetrut has joined #openstack-cinder | 19:20 | |
openstackgerrit | Jon Bernard proposed openstack/cinder: RBD: prevent creation of encrypted volumes https://review.openstack.org/386185 | 19:20 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Make c-vol use workers table for cleanup https://review.openstack.org/303021 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add more operations to cluster https://review.openstack.org/355968 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Support A/A on Scheduler operations https://review.openstack.org/344226 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: [PoC][Don't review] Testing delay https://review.openstack.org/353069 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Support A/A in attach/detach operations https://review.openstack.org/318573 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Allow triggering cleanup from API https://review.openstack.org/363010 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Support A/A in delete actions and get_capabilities https://review.openstack.org/344225 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Make Replication support Active-Active https://review.openstack.org/381835 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Cosmetic changes to scheduler https://review.openstack.org/346041 | 19:21 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Make Image Volume Cache cluster aware https://review.openstack.org/386186 | 19:21 |
*** timcl has joined #openstack-cinder | 19:24 | |
*** dflorea has joined #openstack-cinder | 19:35 | |
*** dflorea has quit IRC | 19:42 | |
*** slayer has quit IRC | 19:43 | |
*** porrua has quit IRC | 19:43 | |
*** Guest38941 is now known as med_ | 19:46 | |
*** med_ has quit IRC | 19:46 | |
*** med_ has joined #openstack-cinder | 19:46 | |
*** slayer has joined #openstack-cinder | 19:47 | |
*** akerr has quit IRC | 19:57 | |
*** alonmarx has quit IRC | 20:03 | |
*** clenimar has joined #openstack-cinder | 20:05 | |
*** Yogi1 has quit IRC | 20:10 | |
*** nherciu has quit IRC | 20:12 | |
*** xyang has quit IRC | 20:14 | |
*** openstackgerrit has quit IRC | 20:19 | |
*** openstackgerrit has joined #openstack-cinder | 20:20 | |
*** Apoorva has quit IRC | 20:23 | |
*** xyang has joined #openstack-cinder | 20:28 | |
openstackgerrit | Raunak Kumar proposed openstack/cinder: Add Fibre Channel support for Nimble Storage https://review.openstack.org/359448 | 20:29 |
*** akapil has joined #openstack-cinder | 20:31 | |
*** rmcall_ has joined #openstack-cinder | 20:33 | |
*** rmcall has quit IRC | 20:33 | |
*** rmcall_ is now known as rmcall | 20:33 | |
openstackgerrit | Merged openstack/cinder: NetApp NFS: Look for new file for >60s https://review.openstack.org/386041 | 20:34 |
*** salv-orlando has quit IRC | 20:36 | |
*** bardia has quit IRC | 20:36 | |
*** bardia has joined #openstack-cinder | 20:37 | |
*** dflorea has joined #openstack-cinder | 20:38 | |
*** Apoorva has joined #openstack-cinder | 20:41 | |
*** sdake has quit IRC | 20:44 | |
*** aspiers has joined #openstack-cinder | 20:45 | |
*** salv-orlando has joined #openstack-cinder | 20:48 | |
*** Apoorva has quit IRC | 20:48 | |
*** Apoorva has joined #openstack-cinder | 20:49 | |
*** cknight has quit IRC | 20:51 | |
*** Lee1092 has quit IRC | 20:55 | |
*** _ducttape_ has joined #openstack-cinder | 20:57 | |
*** edmondsw has quit IRC | 20:58 | |
bardia | can i get another +2 on this: https://review.openstack.org/#/c/386114/ | 20:59 |
bardia | :) | 20:59 |
bardia | thanks in advance | 20:59 |
*** sdake has joined #openstack-cinder | 20:59 | |
*** ducttape_ has quit IRC | 21:00 | |
*** jamielennox is now known as jamielennox|away | 21:04 | |
*** dave-mccowan has quit IRC | 21:04 | |
*** rmcall has quit IRC | 21:05 | |
*** rmcall has joined #openstack-cinder | 21:05 | |
*** dustins has quit IRC | 21:06 | |
openstackgerrit | Nate Potter proposed openstack/cinder: Enable deletion of inactive logical volumes https://review.openstack.org/341808 | 21:08 |
*** akapil has quit IRC | 21:10 | |
*** laughterwym has joined #openstack-cinder | 21:11 | |
*** laughterwym has quit IRC | 21:16 | |
*** akapil has joined #openstack-cinder | 21:20 | |
*** Apoorva_ has joined #openstack-cinder | 21:23 | |
*** Apoorva has quit IRC | 21:27 | |
*** Apoorva_ has quit IRC | 21:28 | |
*** jgregor has quit IRC | 21:31 | |
*** slayer has quit IRC | 21:32 | |
*** eharney has quit IRC | 21:33 | |
*** timcl has quit IRC | 21:34 | |
*** dflorea has quit IRC | 21:35 | |
*** kfarr has quit IRC | 21:37 | |
*** breitz has quit IRC | 21:40 | |
*** xinli has quit IRC | 21:40 | |
*** mriedem has quit IRC | 21:40 | |
*** JoseMello has quit IRC | 21:41 | |
*** kaisers__ has joined #openstack-cinder | 21:45 | |
*** mvk has joined #openstack-cinder | 21:47 | |
*** kaisers_ has quit IRC | 21:48 | |
*** jgregor has joined #openstack-cinder | 21:48 | |
*** tongli has quit IRC | 21:49 | |
*** dflorea has joined #openstack-cinder | 21:51 | |
*** jgregor has quit IRC | 21:53 | |
openstackgerrit | Merged openstack/cinder: Read domain info from context when contacting nova https://review.openstack.org/337322 | 21:54 |
*** mvk has quit IRC | 21:54 | |
*** mvk has joined #openstack-cinder | 21:54 | |
*** jamielennox|away is now known as jamielennox | 21:55 | |
*** alyson_ has quit IRC | 21:59 | |
*** dflorea has quit IRC | 22:01 | |
*** arch-nemesis has quit IRC | 22:13 | |
*** lpetrut has quit IRC | 22:15 | |
*** rajinir has quit IRC | 22:16 | |
*** rooneym has quit IRC | 22:19 | |
*** akapil has quit IRC | 22:20 | |
*** kaisers_ has joined #openstack-cinder | 22:22 | |
*** xyang has quit IRC | 22:24 | |
*** xyang1 has quit IRC | 22:24 | |
*** kaisers__ has quit IRC | 22:24 | |
openstackgerrit | Nate Potter proposed openstack/cinder: Enable deletion of inactive logical volumes https://review.openstack.org/341808 | 22:24 |
*** leeantho has quit IRC | 22:27 | |
*** salv-orlando has quit IRC | 22:30 | |
*** ntpttr has quit IRC | 22:31 | |
*** ntpttr has joined #openstack-cinder | 22:31 | |
*** _ducttape_ has quit IRC | 22:37 | |
*** akapil has joined #openstack-cinder | 22:48 | |
*** xyang has joined #openstack-cinder | 22:50 | |
*** xyang has quit IRC | 22:51 | |
*** xyang has joined #openstack-cinder | 22:56 | |
*** dflorea has joined #openstack-cinder | 22:58 | |
*** ekoorjr has quit IRC | 23:00 | |
*** ducttape_ has joined #openstack-cinder | 23:01 | |
*** dflorea has quit IRC | 23:01 | |
*** bardia has quit IRC | 23:02 | |
*** xyang has quit IRC | 23:02 | |
*** dflorea has joined #openstack-cinder | 23:03 | |
*** tpsilva has quit IRC | 23:04 | |
*** dflorea has quit IRC | 23:04 | |
*** dflorea has joined #openstack-cinder | 23:04 | |
*** ducttape_ has quit IRC | 23:14 | |
*** cknight has joined #openstack-cinder | 23:17 | |
*** diablo_rojo has quit IRC | 23:19 | |
*** sdague has quit IRC | 23:20 | |
*** jamielennox is now known as jamielennox|away | 23:20 | |
*** mriedem has joined #openstack-cinder | 23:29 | |
*** cknight has quit IRC | 23:31 | |
*** lprice has quit IRC | 23:35 | |
*** jamielennox|away is now known as jamielennox | 23:35 | |
*** dflorea has quit IRC | 23:42 | |
*** xyang has joined #openstack-cinder | 23:42 | |
*** diablo_rojo has joined #openstack-cinder | 23:43 | |
*** xyang has quit IRC | 23:43 | |
*** dflorea has joined #openstack-cinder | 23:48 | |
*** thiagolib has quit IRC | 23:48 | |
*** xyang has joined #openstack-cinder | 23:49 | |
*** xyang has quit IRC | 23:50 | |
*** sdake_ has joined #openstack-cinder | 23:51 | |
*** sdake has quit IRC | 23:52 | |
*** cj has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!