Thursday, 2016-10-13

*** yangyapeng has quit IRC00:00
*** aohuanxuan has joined #openstack-cinder00:03
*** alonmarx has joined #openstack-cinder00:11
*** sdake_ has joined #openstack-cinder00:11
winston-1smcginnis, 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-d00:12
jgriffithwinston-d: cool00:12
winston-dI'm not sure I understand the actual benefit/jusitification for doing that.00:13
winston-dLooks like Mike's intention is to remove some of the contrib API, QoS spec manage being one.00:13
winston-dIs that the actual motivation of this?00:13
*** diablo_rojo has quit IRC00:14
jgriffithwinston-d: probably not much.  But the idea was raised because he's received feedback that having two ways of doing this is "confusing" for users00:14
*** sdake has quit IRC00:14
jgriffithwinston-d: I won't speak for him though because I could be mistaken  thingee ^^00:14
winston-dI'm sorry for not following the part 'having two ways'.00:14
jgriffithwinston-d: extra-specs00:14
winston-dAlso, 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
jgriffithwinston-d: no worries; probably best to talk with xyang, thingee, smcginnis and DuncanT though.00:16
jgriffithwinston-d: I think they have stronger opinions on this than I do00:16
winston-djgriffith: yes, volume types has extra-specs already, but the official meaning to deal with QoS related stuff is qos specs.00:16
jgriffithwinston-d: well then that settles that :)00:17
*** vern has quit IRC00:18
*** dflorea has quit IRC00:21
*** laughterwym has joined #openstack-cinder00:30
*** laughterwym has quit IRC00:34
*** markvoelker has joined #openstack-cinder00:40
*** raunak has quit IRC00:44
*** markstur has joined #openstack-cinder00:44
winston-djgriffith: 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 treat00:45
*** markvoelker has quit IRC00:45
winston-dQoS 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
jgriffithwinston-d: yeah, thanks for going back through all of that00:46
jgriffithwinston-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 now00:46
winston-dI 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
jgriffithwinston-d: so the groups is what had me interested in it in the first place00:49
jgriffithwinston-d: and that's a really great point00:50
winston-dGrouping a bunch of volumes and set QoS to them is interesting and very flexible.00:50
jgriffithwinston-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-dHaving interface (API for amdin) to control QoS is really beneiftial for enterprise workloads/storage system.00:51
jgriffithwinston-d: most likely because I've never been able to explain it clearly enough maybe00:51
jgriffithwinston-d: yeah, the only thing IMO that's sort of strange about it is that it's just assigning it to a type anyway00:52
jgriffithwinston-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 IMO00:53
jgriffithwinston-d: unless I'm not remembering how it works correctly /me should go look at the code00:54
winston-dWell, admin still can change QoS settings for a type without user noticing.00:54
jgriffithwinston-d: sure, and they can do that with extra-specs too00:55
jgriffithwinston-d: I'm just saying, they're really pretty similar with the exception of how they're created00:55
*** wxy__ has joined #openstack-cinder00:55
winston-dyeah, in that sense, changing a type key works the same.00:56
jgriffithwinston-d: I mean, the ONLY difference is that we have a name "qos_specs" associated with the type, instead of "extra-specs"00:56
jgriffithwinston-d: the behavior, ability to update etc are exactly the same after that00:56
jgriffithwinston-d: heck, the format is even EXACTLY the same :)00:57
jgriffithwinston-d: https://github.com/openstack/cinder/blob/master/cinder/volume/volume_types.py#L24400:57
jgriffithwinston-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 json00:58
winston-dwell, 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-dSo of ource, you can change the key/value of a Qos spec, OR you can change the mapping between type to qos.00:59
jgriffithwinston-d: fair enough00:59
jgriffithwinston-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-cinder01:00
jgriffithwinston-d: but I don think that saying "using extra-specs is too hard" is nonsense01:00
jgriffithwinston-d: and that it takes "hours to figure out how they work" is sort of baffling to me01:00
jgriffiths/don/do/01:00
*** raunak has joined #openstack-cinder01:05
*** ducttape_ has quit IRC01:05
*** raunak has quit IRC01:06
*** Apoorva has quit IRC01:07
winston-dwell, 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-cinder01:11
*** markvoelker has joined #openstack-cinder01:12
*** yangyapeng has joined #openstack-cinder01:21
*** cdelatte has joined #openstack-cinder01:27
*** cdelatte has quit IRC01:35
*** Apoorva has joined #openstack-cinder01:47
*** kaisers__ has joined #openstack-cinder01:49
*** Apoorva has quit IRC01:50
*** kaisers_ has quit IRC01:52
*** xyang has joined #openstack-cinder01:57
openstackgerrithuanan proposed openstack/cinder: Migrate volume between backends in an async way  https://review.openstack.org/33492301:57
*** chenying__ has joined #openstack-cinder01:57
*** xyang has quit IRC01:59
*** xyang has joined #openstack-cinder02:02
*** laughterwym has joined #openstack-cinder02:06
jgriffithwinston-d: yeah, I certainly don't see any reason to make things more difficult for anybody in either case02:08
jgriffithwinston-d: and I do like the idea of expanding what we can do with things in the future02:08
*** dave-mccowan has joined #openstack-cinder02:09
*** mtanino has quit IRC02:12
*** takedakn has joined #openstack-cinder02:17
*** enriquetaso has quit IRC02:24
openstackgerritwangxiyuan proposed openstack/cinder-specs: Add VolumeGroup Into Quota Management  https://review.openstack.org/30694602:24
*** takedakn has quit IRC02:26
*** Nakato has quit IRC02:32
*** Nakato has joined #openstack-cinder02:33
*** Lee1092 has joined #openstack-cinder02:36
*** cknight has quit IRC02:38
openstackgerritAleksey Ruban proposed openstack/cinder: NexentaStor5: sessions and HTTPS support, ZFS cleanup, add extend method to NFS  https://review.openstack.org/38559802:38
*** gcb has quit IRC02:39
*** raunak has joined #openstack-cinder02:45
*** gcb has joined #openstack-cinder02:51
*** gus has quit IRC02:52
*** ducttape_ has joined #openstack-cinder03:02
*** ducttape_ has quit IRC03:02
*** ducttape_ has joined #openstack-cinder03:03
*** xyang has quit IRC03:03
*** dave-mccowan has quit IRC03:10
openstackgerritxianming.mao proposed openstack/cinder: Use method is_valid_boolstr from oslo_utils  https://review.openstack.org/38572103:20
*** xyang has joined #openstack-cinder03:26
*** mtanino has joined #openstack-cinder03:31
*** raunak has quit IRC03:31
*** raunak has joined #openstack-cinder03:32
*** gouthamr has quit IRC03:33
*** xyang has quit IRC03:37
*** raunak has quit IRC03:39
*** jidar has quit IRC03:39
*** raunak has joined #openstack-cinder03:39
*** zhangguoqing has joined #openstack-cinder03:40
*** coolsvap has quit IRC03:40
*** psachin has joined #openstack-cinder03:43
*** links has joined #openstack-cinder03:45
*** mtanino has quit IRC03:48
*** coolsvap has joined #openstack-cinder03:52
*** laughter_ has joined #openstack-cinder03:54
*** ducttape_ has quit IRC03:56
openstackgerritxing-yang proposed openstack/cinder: Add group_type_id in create_group_snapshot  https://review.openstack.org/38573303:58
*** laughterwym has quit IRC03:58
openstackgerritxianming.mao proposed openstack/cinder: Use method is_valid_boolstr from oslo_utils  https://review.openstack.org/38572103:59
*** pgadiya has joined #openstack-cinder04:01
*** salv-orlando has joined #openstack-cinder04:05
*** salv-orlando has quit IRC04:09
*** jidar has joined #openstack-cinder04:19
*** bardia has joined #openstack-cinder04:21
*** akapil has joined #openstack-cinder04:41
*** bardia has quit IRC04:44
*** dflorea has joined #openstack-cinder04:44
*** bardia has joined #openstack-cinder04:44
*** akapil has quit IRC04:45
*** alonmarx has quit IRC04:48
*** rjrooke has joined #openstack-cinder04:48
*** ducttape_ has joined #openstack-cinder04:52
*** laughterwym has joined #openstack-cinder04:52
openstackgerritMerged openstack/cinder: VNX: use delete instead of remove  https://review.openstack.org/38480004:53
*** pdeore has joined #openstack-cinder04:53
*** laughter_ has quit IRC04:56
*** bardia has quit IRC04:57
*** ducttape_ has quit IRC04:57
*** rjrooke has quit IRC04:58
*** salv-orlando has joined #openstack-cinder05:00
*** rmcall has joined #openstack-cinder05:00
*** kaisers__ has quit IRC05:04
*** kaisers_ has joined #openstack-cinder05:04
*** markstur has quit IRC05:06
*** dflorea has quit IRC05:08
*** dflorea has joined #openstack-cinder05:09
*** Poornima has joined #openstack-cinder05:12
*** markstur has joined #openstack-cinder05:15
*** lpetrut has joined #openstack-cinder05:17
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements  https://review.openstack.org/38310705:19
openstackgerritPeter Wang proposed openstack/cinder: VNX:Add more check on replication_device keys  https://review.openstack.org/37995905:25
*** maticue has quit IRC05:25
*** liverpooler has joined #openstack-cinder05:27
*** ChubYann has quit IRC05:34
*** haplo37_ has quit IRC05:37
*** laughterwym has quit IRC05:38
*** laughterwym has joined #openstack-cinder05:39
*** zhengyin has quit IRC05:39
*** haplo37_ has joined #openstack-cinder05:40
*** zhengyin has joined #openstack-cinder05:40
*** vern has joined #openstack-cinder05:45
*** e0ne has joined #openstack-cinder05:46
*** e0ne has quit IRC05:47
*** e0ne has joined #openstack-cinder05:52
*** markstur has quit IRC05:53
*** ducttape_ has joined #openstack-cinder05:53
*** lkuchlan has joined #openstack-cinder05:54
*** ducttape_ has quit IRC05:58
*** alonmarx has joined #openstack-cinder05:58
*** raunak has quit IRC06:01
*** lpetrut has quit IRC06:10
*** aohuanxuan has quit IRC06:14
*** mjura has joined #openstack-cinder06:21
*** raunak has joined #openstack-cinder06:26
*** mjura has quit IRC06:27
*** pbandark has joined #openstack-cinder06:27
*** mjura has joined #openstack-cinder06:28
*** arecknag has joined #openstack-cinder06:33
*** nherciu has joined #openstack-cinder06:33
*** lpetrut has joined #openstack-cinder06:36
*** mnasiadka has joined #openstack-cinder06:40
*** mnasiadka has quit IRC06:40
*** mnasiadka has joined #openstack-cinder06:41
*** aohuanxuan has joined #openstack-cinder06:42
*** e0ne has quit IRC06:45
*** raunak has quit IRC06:46
*** nkrinner_afk is now known as nkrinner06:46
*** akapil has joined #openstack-cinder06:47
*** e0ne has joined #openstack-cinder06:49
*** e0ne has quit IRC06:50
*** akapil has quit IRC06:51
*** e0ne has joined #openstack-cinder06:53
*** e0ne has quit IRC06:54
*** ducttape_ has joined #openstack-cinder06:54
openstackgerritVipin Balachandran proposed openstack/cinder: VMware:Remove redundant check for usable ESX hosts  https://review.openstack.org/38579206:55
*** rcernin has joined #openstack-cinder06:56
*** lpetrut has quit IRC06:59
*** ducttape_ has quit IRC06:59
*** mkoderer has joined #openstack-cinder06:59
*** pbandark has quit IRC07:00
*** alonmarx has quit IRC07:00
*** gus has joined #openstack-cinder07:01
*** alonmarx has joined #openstack-cinder07:02
*** pbandark has joined #openstack-cinder07:03
*** dflorea has quit IRC07:04
*** tesseract- has joined #openstack-cinder07:04
openstackgerritVipin Balachandran proposed openstack/cinder: VMware:Config option for http connection pool size  https://review.openstack.org/38579307:04
*** pbandark has quit IRC07:06
*** narayrak has joined #openstack-cinder07:10
*** aohuanxuan has quit IRC07:26
*** watanabe_isao has joined #openstack-cinder07:39
flip214anyone from Sweden here, who's coming to Barcelona?07:53
dulekflip214: Is Poland close and cold enough to be considered? ;)07:55
flip214dulek: sadly, no. It's about a regional speciality. but thank you very much for asking!07:56
dulekflip214: Oh, man, they don't allow surströmming on the plane, so I don't think anyone will bring it to Barcelona.07:57
dulekflip214: :d07:57
dulekflip214: :D07:57
flip214I'd like to ask for some Mesost.07:58
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-cinder08:00
*** akapil has joined #openstack-cinder08:01
dulekflip214: I've needed to Google it. Unfortunately it looks like it's not available in my country. :(08:01
*** akapil has quit IRC08:01
*** akapil has joined #openstack-cinder08:03
flip214yeah, that's the problem. neither in mine.08:07
*** watanabe_isao has quit IRC08:09
*** oomichi_ has joined #openstack-cinder08:10
openstackgerritSzymon Wróblewski proposed openstack/cinder: Cleanup RCP API versioning  https://review.openstack.org/37513708:11
*** cebruns_ has quit IRC08:12
*** oomichi_ has left #openstack-cinder08:13
*** lpetrut has joined #openstack-cinder08:14
*** cebruns_ has joined #openstack-cinder08:17
*** e0ne has joined #openstack-cinder08:23
*** GB21 has joined #openstack-cinder08:28
*** laughterwym has quit IRC08:41
*** laughterwym has joined #openstack-cinder08:42
*** salv-orl_ has joined #openstack-cinder08:44
*** salv-orlando has quit IRC08:47
*** laughterwym has quit IRC08:48
*** kragniz has quit IRC08:53
*** kragniz has joined #openstack-cinder08:54
*** ducttape_ has joined #openstack-cinder08:56
*** lkuchlan has quit IRC08:56
*** ducttape_ has quit IRC09:00
openstackgerritVipin Balachandran proposed openstack/cinder: Allow snapshot deletion after volume transfer  https://review.openstack.org/38583909:01
*** ChanServ has quit IRC09:14
*** akapil has quit IRC09:15
openstackgerritVipin Balachandran proposed openstack/cinder: VMware: Fix deprecation warning  https://review.openstack.org/38585009:16
*** fernnest_ has quit IRC09:17
*** uberjay has quit IRC09:17
*** jmccrory has quit IRC09:17
*** kamtamtun has quit IRC09:17
*** kragniz has quit IRC09:17
*** zzzeek has quit IRC09:17
*** nherciu has quit IRC09:17
*** portdirect has quit IRC09:17
*** grumpycatt has quit IRC09:17
*** salv-orl_ has quit IRC09:17
*** zhengyin has quit IRC09:17
*** sdake_ has quit IRC09:17
*** openstackgerrit has quit IRC09:17
*** ntpttr has quit IRC09:17
*** mmotiani has quit IRC09:17
*** HenryG has quit IRC09:17
*** jschwarz has quit IRC09:17
*** Swanson has quit IRC09:17
*** _alastor_ has quit IRC09:17
*** hemna has quit IRC09:17
*** rha has quit IRC09:17
*** dulek has quit IRC09:17
*** mkoderer has quit IRC09:17
*** Nakato has quit IRC09:17
*** chenying__ has quit IRC09:17
*** thingee has quit IRC09:17
*** fernnest__ has quit IRC09:17
*** mgagne_ has quit IRC09:17
*** zigo has quit IRC09:17
*** ociuhandu has quit IRC09:17
*** sage_ has quit IRC09:17
*** mnaser has quit IRC09:17
*** The_Ball has quit IRC09:17
*** smcginnis has quit IRC09:17
*** amit213 has quit IRC09:17
*** rhefner has quit IRC09:17
*** ccesario has quit IRC09:17
*** dosaboy has quit IRC09:17
*** guitarza1 has quit IRC09:17
*** AlexeyAbashkin has quit IRC09:17
*** robcresswell has quit IRC09:17
*** harlowja has quit IRC09:17
*** pocketprotector has quit IRC09:17
*** Wi1d_ has quit IRC09:17
*** xek_ has quit IRC09:17
*** TonyXu has quit IRC09:17
*** zhenguo has quit IRC09:17
*** zeestrat has quit IRC09:17
*** fmccrthy has quit IRC09:17
*** briancurtin has quit IRC09:17
*** ildikov has quit IRC09:17
*** DuncanT has quit IRC09:17
*** zhiyan has quit IRC09:17
*** kambiz has quit IRC09:17
*** Kimmo__ has quit IRC09:17
*** xianghui has quit IRC09:17
*** pkoniszewski has quit IRC09:17
*** GB21 has quit IRC09:17
*** e0ne has quit IRC09:17
*** rcernin has quit IRC09:17
*** coolsvap has quit IRC09:17
*** breitz has quit IRC09:17
*** knikolla has quit IRC09:17
*** odyssey4me has quit IRC09:17
*** Lehtu has quit IRC09:17
*** mvk has quit IRC09:17
*** jistr has quit IRC09:17
*** fungi has quit IRC09:17
*** tdurakov has quit IRC09:17
*** karthikp has quit IRC09:17
*** oomichi has quit IRC09:17
*** winston-d has quit IRC09:17
*** jseiler_ has quit IRC09:17
*** krotscheck has quit IRC09:17
*** auggy has quit IRC09:17
*** sweston has quit IRC09:17
*** serverascode has quit IRC09:17
*** AndyWojo has quit IRC09:17
*** cppforlife_ has quit IRC09:17
*** _fortis has quit IRC09:17
*** dolphm has quit IRC09:17
*** med_ has quit IRC09:17
*** lpetrut has quit IRC09:17
*** vern has quit IRC09:17
*** kaisers_ has quit IRC09:17
*** pgadiya has quit IRC09:17
*** gcb has quit IRC09:17
*** Lee1092 has quit IRC09:17
*** wxy__ has quit IRC09:17
*** jgriffith has quit IRC09:17
*** Guest66666 has quit IRC09:17
*** scottda has quit IRC09:17
*** dobson has quit IRC09:17
*** EmilienM has quit IRC09:17
*** pckizer has quit IRC09:17
*** jklare has quit IRC09:17
*** ameade has quit IRC09:17
*** fnordahl has quit IRC09:17
*** rushiagr has quit IRC09:17
*** boris-42 has quit IRC09:17
*** patrickeast has quit IRC09:17
*** aimeeu has quit IRC09:17
*** kong has quit IRC09:17
*** laurent\ has quit IRC09:17
*** dims has quit IRC09:17
*** cj has quit IRC09:17
*** pkoraca has quit IRC09:17
*** cargonza has quit IRC09:17
*** nkrinner has quit IRC09:17
*** jroll has quit IRC09:17
*** johnthetubaguy has quit IRC09:17
*** cburgess has quit IRC09:17
*** tonyb has quit IRC09:17
*** theanalyst has quit IRC09:17
*** cFouts is now known as nug09:17
*** netapp has quit IRC09:20
*** rmcall has quit IRC09:20
*** Anticimex has quit IRC09:22
*** akapil has joined #openstack-cinder09:29
*** salv-orlando has joined #openstack-cinder09:30
*** akapil has quit IRC09:34
*** salv-orlando has quit IRC09:35
*** ducttape_ has joined #openstack-cinder09:56
*** GB21 has joined #openstack-cinder09:57
*** ducttape_ has quit IRC10:01
*** kragniz has joined #openstack-cinder10:02
*** grumpycatt has joined #openstack-cinder10:06
*** netapp has joined #openstack-cinder10:06
*** zzzeek has joined #openstack-cinder10:06
*** nherciu has joined #openstack-cinder10:06
*** portdirect has joined #openstack-cinder10:06
*** fernnest_ has joined #openstack-cinder10:07
*** serverascode has joined #openstack-cinder10:07
*** DuncanT has joined #openstack-cinder10:07
*** Lee1092 has joined #openstack-cinder10:07
*** lpetrut has joined #openstack-cinder10:07
*** vern has joined #openstack-cinder10:07
*** kaisers_ has joined #openstack-cinder10:07
*** pgadiya has joined #openstack-cinder10:07
*** gcb has joined #openstack-cinder10:07
*** wxy__ has joined #openstack-cinder10:07
*** Guest66666 has joined #openstack-cinder10:07
*** jgriffith has joined #openstack-cinder10:07
*** scottda has joined #openstack-cinder10:07
*** dobson has joined #openstack-cinder10:07
*** EmilienM has joined #openstack-cinder10:07
*** jklare has joined #openstack-cinder10:07
*** pckizer has joined #openstack-cinder10:07
*** fnordahl has joined #openstack-cinder10:07
*** rushiagr has joined #openstack-cinder10:07
*** boris-42 has joined #openstack-cinder10:07
*** patrickeast has joined #openstack-cinder10:07
*** aimeeu has joined #openstack-cinder10:07
*** laurent\ has joined #openstack-cinder10:07
*** dims has joined #openstack-cinder10:07
*** cj has joined #openstack-cinder10:07
*** pkoraca has joined #openstack-cinder10:07
*** cargonza has joined #openstack-cinder10:07
*** jroll has joined #openstack-cinder10:07
*** nkrinner has joined #openstack-cinder10:07
*** johnthetubaguy has joined #openstack-cinder10:07
*** cburgess has joined #openstack-cinder10:07
*** tonyb has joined #openstack-cinder10:07
*** theanalyst has joined #openstack-cinder10:07
*** akapil has joined #openstack-cinder10:09
*** salv-orlando has joined #openstack-cinder10:09
*** cppforlife_ has joined #openstack-cinder10:09
*** kong has joined #openstack-cinder10:09
*** e0ne has joined #openstack-cinder10:09
*** rcernin has joined #openstack-cinder10:09
*** coolsvap has joined #openstack-cinder10:09
*** breitz has joined #openstack-cinder10:09
*** knikolla has joined #openstack-cinder10:09
*** odyssey4me has joined #openstack-cinder10:09
*** Lehtu has joined #openstack-cinder10:09
*** mvk has joined #openstack-cinder10:09
*** jistr has joined #openstack-cinder10:09
*** fungi has joined #openstack-cinder10:09
*** tdurakov has joined #openstack-cinder10:09
*** karthikp has joined #openstack-cinder10:09
*** oomichi has joined #openstack-cinder10:09
*** winston-d has joined #openstack-cinder10:09
*** jseiler_ has joined #openstack-cinder10:09
*** krotscheck has joined #openstack-cinder10:09
*** auggy has joined #openstack-cinder10:09
*** sweston has joined #openstack-cinder10:09
*** AndyWojo has joined #openstack-cinder10:09
*** _fortis has joined #openstack-cinder10:09
*** dolphm has joined #openstack-cinder10:09
*** kamtamtun has joined #openstack-cinder10:10
*** uberjay has joined #openstack-cinder10:10
*** jmccrory has joined #openstack-cinder10:10
*** uberjay has quit IRC10:10
*** jmccrory has quit IRC10:10
*** kamtamtun has quit IRC10:10
*** akapil has quit IRC10:10
*** salv-orlando has quit IRC10:10
*** cppforlife_ has quit IRC10:10
*** kong has quit IRC10:10
*** e0ne has quit IRC10:10
*** rcernin has quit IRC10:10
*** coolsvap has quit IRC10:10
*** breitz has quit IRC10:10
*** knikolla has quit IRC10:10
*** odyssey4me has quit IRC10:10
*** Lehtu has quit IRC10:10
*** mvk has quit IRC10:10
*** jistr has quit IRC10:10
*** fungi has quit IRC10:10
*** tdurakov has quit IRC10:10
*** karthikp has quit IRC10:10
*** oomichi has quit IRC10:10
*** winston-d has quit IRC10:10
*** jseiler_ has quit IRC10:10
*** krotscheck has quit IRC10:10
*** auggy has quit IRC10:10
*** sweston has quit IRC10:10
*** AndyWojo has quit IRC10:10
*** _fortis has quit IRC10:10
*** dolphm has quit IRC10:10
*** serverascode has quit IRC10:10
*** DuncanT has quit IRC10:10
*** Lee1092 has quit IRC10:10
*** lpetrut has quit IRC10:10
*** vern has quit IRC10:10
*** kaisers_ has quit IRC10:10
*** pgadiya has quit IRC10:10
*** gcb has quit IRC10:10
*** wxy__ has quit IRC10:10
*** Guest66666 has quit IRC10:10
*** jgriffith has quit IRC10:10
*** scottda has quit IRC10:10
*** dobson has quit IRC10:10
*** EmilienM has quit IRC10:10
*** pckizer has quit IRC10:10
*** jklare has quit IRC10:10
*** fnordahl has quit IRC10:10
*** rushiagr has quit IRC10:10
*** boris-42 has quit IRC10:10
*** patrickeast has quit IRC10:10
*** aimeeu has quit IRC10:10
*** dims has quit IRC10:10
*** cj has quit IRC10:10
*** laurent\ has quit IRC10:10
*** pkoraca has quit IRC10:10
*** cargonza has quit IRC10:10
*** nkrinner has quit IRC10:10
*** jroll has quit IRC10:10
*** johnthetubaguy has quit IRC10:10
*** cburgess has quit IRC10:10
*** tonyb has quit IRC10:10
*** theanalyst has quit IRC10:10
*** fernnest_ has quit IRC10:10
*** netapp has quit IRC10:10
*** zzzeek has quit IRC10:10
*** nherciu has quit IRC10:10
*** portdirect has quit IRC10:10
*** grumpycatt has quit IRC10:10
*** Lee1092 has joined #openstack-cinder10:18
*** cargonza has joined #openstack-cinder10:19
*** pbandark has joined #openstack-cinder10:21
*** grumpycatt has joined #openstack-cinder10:26
*** serverascode has joined #openstack-cinder10:26
*** lpetrut has joined #openstack-cinder10:26
*** vern has joined #openstack-cinder10:26
*** kaisers_ has joined #openstack-cinder10:26
*** pgadiya has joined #openstack-cinder10:26
*** gcb has joined #openstack-cinder10:26
*** wxy__ has joined #openstack-cinder10:26
*** Guest66666 has joined #openstack-cinder10:26
*** jgriffith has joined #openstack-cinder10:26
*** scottda has joined #openstack-cinder10:26
*** dobson has joined #openstack-cinder10:26
*** EmilienM has joined #openstack-cinder10:26
*** jklare has joined #openstack-cinder10:26
*** pckizer has joined #openstack-cinder10:26
*** fnordahl has joined #openstack-cinder10:26
*** rushiagr has joined #openstack-cinder10:26
*** boris-42 has joined #openstack-cinder10:26
*** patrickeast has joined #openstack-cinder10:26
*** aimeeu has joined #openstack-cinder10:26
*** laurent\ has joined #openstack-cinder10:26
*** dims has joined #openstack-cinder10:26
*** cj has joined #openstack-cinder10:26
*** pkoraca has joined #openstack-cinder10:26
*** jroll has joined #openstack-cinder10:26
*** nkrinner has joined #openstack-cinder10:26
*** johnthetubaguy has joined #openstack-cinder10:26
*** cburgess has joined #openstack-cinder10:26
*** tonyb has joined #openstack-cinder10:26
*** theanalyst has joined #openstack-cinder10:26
*** kamtamtun has joined #openstack-cinder10:27
*** uberjay has joined #openstack-cinder10:27
*** jmccrory has joined #openstack-cinder10:27
*** netapp has joined #openstack-cinder10:27
*** zzzeek has joined #openstack-cinder10:27
*** nherciu has joined #openstack-cinder10:27
*** portdirect has joined #openstack-cinder10:27
*** med_ has joined #openstack-cinder10:27
*** DuncanT has joined #openstack-cinder10:27
*** akapil has joined #openstack-cinder10:27
*** salv-orlando has joined #openstack-cinder10:27
*** cppforlife_ has joined #openstack-cinder10:27
*** e0ne has joined #openstack-cinder10:27
*** rcernin has joined #openstack-cinder10:27
*** coolsvap has joined #openstack-cinder10:27
*** breitz has joined #openstack-cinder10:27
*** knikolla has joined #openstack-cinder10:27
*** odyssey4me has joined #openstack-cinder10:27
*** Lehtu has joined #openstack-cinder10:27
*** mvk has joined #openstack-cinder10:27
*** jistr has joined #openstack-cinder10:27
*** fungi has joined #openstack-cinder10:27
*** tdurakov has joined #openstack-cinder10:27
*** karthikp has joined #openstack-cinder10:27
*** oomichi has joined #openstack-cinder10:27
*** winston-d has joined #openstack-cinder10:27
*** jseiler_ has joined #openstack-cinder10:27
*** krotscheck has joined #openstack-cinder10:27
*** auggy has joined #openstack-cinder10:27
*** sweston has joined #openstack-cinder10:27
*** AndyWojo has joined #openstack-cinder10:27
*** _fortis has joined #openstack-cinder10:27
*** dolphm has joined #openstack-cinder10:27
*** zhengyin has joined #openstack-cinder10:28
*** sdake_ has joined #openstack-cinder10:28
*** openstackgerrit has joined #openstack-cinder10:28
*** ntpttr has joined #openstack-cinder10:28
*** mmotiani has joined #openstack-cinder10:28
*** HenryG has joined #openstack-cinder10:28
*** jschwarz has joined #openstack-cinder10:28
*** Swanson has joined #openstack-cinder10:28
*** _alastor_ has joined #openstack-cinder10:28
*** hemna has joined #openstack-cinder10:28
*** rha has joined #openstack-cinder10:28
*** dulek has joined #openstack-cinder10:28
*** kong has joined #openstack-cinder10:28
*** ameade has joined #openstack-cinder10:28
*** mkoderer has joined #openstack-cinder10:28
*** Nakato has joined #openstack-cinder10:28
*** chenying__ has joined #openstack-cinder10:28
*** thingee has joined #openstack-cinder10:28
*** fernnest__ has joined #openstack-cinder10:28
*** mgagne_ has joined #openstack-cinder10:28
*** zigo has joined #openstack-cinder10:28
*** ociuhandu has joined #openstack-cinder10:28
*** sage_ has joined #openstack-cinder10:28
*** mnaser has joined #openstack-cinder10:28
*** The_Ball has joined #openstack-cinder10:28
*** smcginnis has joined #openstack-cinder10:28
*** amit213 has joined #openstack-cinder10:28
*** rhefner has joined #openstack-cinder10:28
*** ccesario has joined #openstack-cinder10:28
*** dosaboy has joined #openstack-cinder10:28
*** guitarza1 has joined #openstack-cinder10:28
*** AlexeyAbashkin has joined #openstack-cinder10:28
*** robcresswell has joined #openstack-cinder10:28
*** pocketprotector has joined #openstack-cinder10:28
*** Wi1d_ has joined #openstack-cinder10:28
*** xek_ has joined #openstack-cinder10:28
*** TonyXu has joined #openstack-cinder10:28
*** zhenguo has joined #openstack-cinder10:28
*** zeestrat has joined #openstack-cinder10:28
*** fmccrthy has joined #openstack-cinder10:28
*** briancurtin has joined #openstack-cinder10:28
*** ildikov has joined #openstack-cinder10:28
*** zhiyan has joined #openstack-cinder10:28
*** kambiz has joined #openstack-cinder10:28
*** Kimmo__ has joined #openstack-cinder10:28
*** xianghui has joined #openstack-cinder10:28
*** pkoniszewski has joined #openstack-cinder10:28
*** tepper.freenode.net sets mode: +o smcginnis10:28
*** fernnest_ has joined #openstack-cinder10:28
*** DuncanT has quit IRC10:28
*** mvk has quit IRC10:29
*** yangyapeng has quit IRC10:29
*** serverascode has quit IRC10:29
*** ChanServ has joined #openstack-cinder10:30
*** tepper.freenode.net sets mode: +o ChanServ10:30
*** aimeeu has quit IRC10:30
*** tdurakov has quit IRC10:31
*** sweston has quit IRC10:32
*** med_ is now known as Guest3894110:32
*** nug is now known as Guest620810:32
*** coolsvap has quit IRC10:32
*** DuncanT has joined #openstack-cinder10:34
*** sdake_ has quit IRC10:35
*** Lee1092 has quit IRC10:35
*** Lee1092 has joined #openstack-cinder10:35
*** cargonza has quit IRC10:35
*** cargonza has joined #openstack-cinder10:35
*** cppforlife_ has quit IRC10:36
*** cppforlife_ has joined #openstack-cinder10:36
*** links has quit IRC10:36
*** DuncanT has quit IRC10:37
*** DuncanT has joined #openstack-cinder10:37
*** psachin has quit IRC10:39
*** sweston has joined #openstack-cinder10:41
*** laughterwym has joined #openstack-cinder10:43
*** aimeeu has joined #openstack-cinder10:44
*** coolsvap has joined #openstack-cinder10:44
*** nicolasbock has joined #openstack-cinder10:47
*** laughterwym has quit IRC10:48
*** tdurakov has joined #openstack-cinder10:50
*** links has joined #openstack-cinder10:50
*** salv-orlando has quit IRC10:51
*** serverascode has joined #openstack-cinder10:51
*** wanghao_ has joined #openstack-cinder10:54
*** sdague has joined #openstack-cinder10:54
*** zhangguoqing has quit IRC10:57
*** ducttape_ has joined #openstack-cinder10:57
*** mvk has joined #openstack-cinder11:00
*** ducttape_ has quit IRC11:02
*** salv-orlando has joined #openstack-cinder11:03
*** cdelatte has joined #openstack-cinder11:03
*** sdake has joined #openstack-cinder11:03
*** sdake_ has joined #openstack-cinder11:11
*** sdake has quit IRC11:13
*** markvoelker has quit IRC11:14
*** dalgaaf has joined #openstack-cinder11:14
openstackgerritMerged openstack/cinder: Update synchronized decorator  https://review.openstack.org/38552411:26
*** sdake has joined #openstack-cinder11:27
*** psachin has joined #openstack-cinder11:27
*** haplo37_ has quit IRC11:27
*** sdake_ has quit IRC11:28
*** haplo37_ has joined #openstack-cinder11:30
*** yangyapeng has joined #openstack-cinder11:31
*** yangyapeng has quit IRC11:31
*** yangyapeng has joined #openstack-cinder11:32
*** ociuhandu has quit IRC11:33
*** erlon has joined #openstack-cinder11:33
gcbcinder guys, please help review doc about threading in https://review.openstack.org/36776811:33
*** salv-orlando has quit IRC11: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
openstackstatusdulek: Added success to Success page11:38
*** pdeore has quit IRC11:40
*** alyson_ has joined #openstack-cinder11:43
*** laughterwym has joined #openstack-cinder11:44
*** Anticimex has joined #openstack-cinder11:47
*** laughterwym has quit IRC11:49
*** zhangguoqing has joined #openstack-cinder11:52
*** ducttape_ has joined #openstack-cinder11:58
*** zhangguoqing has quit IRC11:59
*** kongwei_ has joined #openstack-cinder12:02
*** ducttape_ has quit IRC12:03
*** sdake_ has joined #openstack-cinder12:05
*** sdake has quit IRC12:06
*** kongwei_ has quit IRC12:08
*** kongwei_ has joined #openstack-cinder12:08
erlondulek: +112:09
erlondulek: thumbs up!! :)12:09
*** kongwei_ has quit IRC12:11
*** kongwei_ has joined #openstack-cinder12:12
*** edmondsw has joined #openstack-cinder12:13
*** kongwei_ has quit IRC12:14
*** markvoelker has joined #openstack-cinder12:14
*** JoseMello has joined #openstack-cinder12:16
*** timcl has joined #openstack-cinder12:18
*** maticue has joined #openstack-cinder12:18
*** ducttape_ has joined #openstack-cinder12:18
*** markvoelker has quit IRC12:20
*** pgadiya has quit IRC12:29
*** mtanino has joined #openstack-cinder12:38
*** pgadiya has joined #openstack-cinder12:41
*** laughterwym has joined #openstack-cinder12:42
*** mtanino has quit IRC12:42
*** laughter_ has joined #openstack-cinder12:42
*** akerr has joined #openstack-cinder12:43
*** gouthamr has joined #openstack-cinder12:44
scottdadulek: Congrats. you must have nagged the right people.12:45
*** laughterwym has quit IRC12:46
*** laughter_ has quit IRC12:47
*** ducttape_ has quit IRC12:52
*** clenimar has quit IRC12:53
*** xyang1 has joined #openstack-cinder12:53
*** Lee1092 has quit IRC12:55
*** GB21 has quit IRC12:58
*** wanghao_ has quit IRC13:00
*** markus_z has joined #openstack-cinder13:03
*** jgregor has joined #openstack-cinder13:06
*** laughterwym has joined #openstack-cinder13:07
markus_zAnyone had the case where os-brick got installed from git but then uninstalled again? http://paste.openstack.org/show/585603/13:09
scottdamarkus_z: I've never seen that, nor a bug to that effect13:09
*** pgadiya has quit IRC13:11
markus_zscottda: Hm, too bad. Is there maybe a specific order of env variables in the localrc necessary?13:11
*** lpetrut has quit IRC13:12
scottdamarkus_z: No, not that I know of.13:12
markus_zscottda: The background is, that our (WIP) CI is broken because os-brick 1.6.1 has a bug on "system z(s390)"13:12
scottdamarkus_z: Well, I don't run a CI. Maybe others who do have seen this. More folks should be online soon...13:13
markus_zFWIW, https://github.com/openstack/os-brick/commit/cedaa124cb40502ffe6e07ef7f7fe8cc3487567913:13
*** salv-orlando has joined #openstack-cinder13:14
markus_zok, thanks, I'll ask around later13:14
*** ducttape_ has joined #openstack-cinder13:16
*** tpsilva has joined #openstack-cinder13:16
*** mriedem_afk is now known as mriedem13:21
*** portdirect has quit IRC13:23
*** portdirect_ has joined #openstack-cinder13:23
*** dustins has joined #openstack-cinder13:23
*** portdirect_ is now known as portdirect13:23
*** akapil has quit IRC13:26
*** inessadl has joined #openstack-cinder13:27
*** pdeore has joined #openstack-cinder13:28
*** jgregor has quit IRC13:28
*** eharney has quit IRC13:30
*** akapil has joined #openstack-cinder13:31
*** lpetrut has joined #openstack-cinder13:31
*** Poornima has quit IRC13:33
*** ducttape_ has quit IRC13:33
*** jgregor has joined #openstack-cinder13:36
*** rooneym has joined #openstack-cinder13:37
*** jgregor has quit IRC13:38
*** jgregor has joined #openstack-cinder13:39
*** waj334 has quit IRC13:40
*** waj334 has joined #openstack-cinder13:40
*** porrua has joined #openstack-cinder13:42
*** dave-mccowan has joined #openstack-cinder13:42
*** jgregor has quit IRC13:43
*** jgregor has joined #openstack-cinder13:47
*** markvoelker has joined #openstack-cinder13:47
*** links has quit IRC13:48
smcginnisthingee: https://review.openstack.org/#/c/226487/13:49
smcginnismarkus_z: We'll see if we can do a new os-brick release soon to get that change.13:49
smcginnismarkus_z: hemna has another one in master that might be good to get out and get more runtime on.13:50
markus_zsmcginnis: That would help us a lot, thanks for that!13:50
*** jgregor has quit IRC13:50
smcginnismarkus_z: I've never seen LIBS_FROM_GIT fail like that though. That's strange.13:51
markus_zsmcginnis: 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
smcginnismarkus_z: Did you check with the devstack folks? Might be worth bringing up over in #openstack-qa13:52
markus_zsmcginnis: I didn't. Good point, I'm going to ask there as well.13:53
*** eharney has joined #openstack-cinder14:02
*** xyang has joined #openstack-cinder14:03
*** ducttape_ has joined #openstack-cinder14:04
*** cknight has joined #openstack-cinder14:04
*** jgregor has joined #openstack-cinder14:08
*** sdake_ has quit IRC14:09
*** sdake has joined #openstack-cinder14:10
*** jgregor_ has joined #openstack-cinder14:13
*** mnasiadka has quit IRC14:14
*** zhangguoqing has joined #openstack-cinder14:15
*** jgregor has quit IRC14:16
*** openstackgerrit has quit IRC14:18
*** openstackgerrit has joined #openstack-cinder14:19
*** zhangguoqing has quit IRC14:21
*** pdeore has quit IRC14:22
*** zhangguoqing has joined #openstack-cinder14:23
*** zhangguoqing has quit IRC14:24
*** diablo_rojo has joined #openstack-cinder14:24
*** zhangguoqing has joined #openstack-cinder14:26
*** TommyLikeHu has quit IRC14:28
*** TommyLikeHu has joined #openstack-cinder14:29
*** erlon has quit IRC14:31
*** markstur has joined #openstack-cinder14:34
*** zhangguoqing has quit IRC14:38
*** lprice has joined #openstack-cinder14:39
*** zhangguoqing has joined #openstack-cinder14:39
*** mvk has quit IRC14:41
*** mtanino has joined #openstack-cinder14:41
*** nkrinner is now known as nkrinner_afk14:41
*** zhangguoqing has quit IRC14:41
*** nkrinner_afk is now known as nkrinner14:43
*** salv-orl_ has joined #openstack-cinder14:43
*** salv-orlando has quit IRC14:46
openstackgerritMerged openstack/cinder: VMware: Fix deprecation warning  https://review.openstack.org/38585014:51
*** lpetrut has quit IRC14:55
*** nkrinner is now known as nkrinner_afk14:57
*** slayer has joined #openstack-cinder14:58
*** timcl1 has joined #openstack-cinder15:00
*** rajinir has joined #openstack-cinder15:00
*** sdake has quit IRC15:00
*** mjura has quit IRC15:01
*** bardia has joined #openstack-cinder15:03
*** timcl has quit IRC15:03
*** sdake has joined #openstack-cinder15:05
*** alonmarx has quit IRC15:07
*** Yogi1 has joined #openstack-cinder15:08
*** timcl1 has quit IRC15:11
*** timcl has joined #openstack-cinder15:12
*** salv-orl_ has quit IRC15:17
*** rcernin has quit IRC15:20
openstackgerritEric Harney proposed openstack/cinder: NetApp NFS: Look for new file for >60s  https://review.openstack.org/38604115:22
openstackgerritMerged openstack/cinder: Add group_type_id in create_group_snapshot  https://review.openstack.org/38573315:23
*** _ducttape_ has joined #openstack-cinder15:26
*** psachin has quit IRC15:28
*** ducttape_ has quit IRC15:29
*** tongli has joined #openstack-cinder15:31
*** jgregor_ has quit IRC15:32
*** jgregor has joined #openstack-cinder15:33
*** jgregor has quit IRC15:33
*** jgregor has joined #openstack-cinder15:34
*** crose has joined #openstack-cinder15:36
openstackgerritKedar Vidvans proposed openstack/cinder: Fixes ZFSSANFS driver on Solaris platform  https://review.openstack.org/33659815:37
*** rhagarty has joined #openstack-cinder15:37
*** mvk has joined #openstack-cinder15:39
*** xinli has joined #openstack-cinder15:41
*** _ducttape_ has quit IRC15:44
*** ducttape_ has joined #openstack-cinder15:44
*** kfarr has joined #openstack-cinder15:46
*** arecknag has quit IRC15:46
*** kfarr has quit IRC15:53
openstackgerritKedar Vidvans proposed openstack/cinder: Fixes ZFSSANFS driver on Solaris platform  https://review.openstack.org/33659815:57
*** slayer has quit IRC15:59
*** rhagarty_ has joined #openstack-cinder16:00
*** slayer has joined #openstack-cinder16:00
*** slayer has quit IRC16:00
*** slayer has joined #openstack-cinder16:01
*** akapil has quit IRC16:01
*** kfarr has joined #openstack-cinder16:02
*** rhagarty has quit IRC16:04
*** timcl1 has joined #openstack-cinder16:05
*** timcl has quit IRC16:05
*** arch-nemesis has joined #openstack-cinder16:05
*** tesseract- has quit IRC16:06
*** xyang has quit IRC16:06
*** dflorea has joined #openstack-cinder16:07
*** Lee1092 has joined #openstack-cinder16:08
*** laughterwym has quit IRC16:09
*** laughterwym has joined #openstack-cinder16:10
*** laughterwym has joined #openstack-cinder16:10
*** narayrak has quit IRC16:11
*** xinli has quit IRC16:12
*** xinli has joined #openstack-cinder16:12
*** lkuchlan has joined #openstack-cinder16:13
openstackgerritJon Bernard proposed openstack/os-brick: linuxrbd: remove obsolete comment on close()  https://review.openstack.org/38606816:13
*** rhagarty__ has joined #openstack-cinder16:14
*** e0ne has quit IRC16:14
*** laughterwym has quit IRC16:15
*** raunak has joined #openstack-cinder16:15
*** rhagarty_ has quit IRC16:16
*** rhagarty_ has joined #openstack-cinder16:21
*** rhagarty__ has quit IRC16:22
*** crose has quit IRC16:23
*** rhagarty__ has joined #openstack-cinder16:23
*** rhagarty_ has quit IRC16:26
*** harlowja_at_home has joined #openstack-cinder16:30
*** eeiden has quit IRC16:34
*** xenogear has quit IRC16:35
*** yohoffman has quit IRC16:36
*** sdake_ has joined #openstack-cinder16:42
*** yohoffman has joined #openstack-cinder16:43
*** alonmarx has joined #openstack-cinder16:43
*** liverpooler has quit IRC16:45
*** sdake has quit IRC16:46
*** xyang has joined #openstack-cinder16:48
*** xyang has quit IRC16:49
*** leeantho has joined #openstack-cinder16:50
*** timcl1 has quit IRC16:50
*** lpetrut has joined #openstack-cinder16:51
*** ChubYann has joined #openstack-cinder16:53
*** jgregor has quit IRC16:55
*** Apoorva has joined #openstack-cinder16:55
*** erlon has joined #openstack-cinder16:56
*** lkuchlan has quit IRC16:57
*** slayer has quit IRC16:57
*** xenogear has joined #openstack-cinder16:57
*** Apoorva has quit IRC16:57
*** Apoorva has joined #openstack-cinder16:58
*** e0ne has joined #openstack-cinder16:58
*** sdake_ is now known as sdake17:01
*** xyang has joined #openstack-cinder17:01
*** timcl has joined #openstack-cinder17:03
*** Apoorva has quit IRC17:03
*** markus_z has quit IRC17:05
*** eeiden has joined #openstack-cinder17:06
*** Apoorva has joined #openstack-cinder17:08
*** ducttape_ has quit IRC17:11
*** e0ne has quit IRC17:12
*** Apoorva has quit IRC17:14
*** mvk has quit IRC17:17
*** e0ne has joined #openstack-cinder17:22
*** Apoorva has joined #openstack-cinder17:22
*** e0ne has quit IRC17:23
*** lpetrut has quit IRC17:30
*** Zer0Byte__ has joined #openstack-cinder17:34
Zer0Byte__hey17:34
Zer0Byte__someone can help me with a quick question17:34
Zer0Byte__when i shut off a instance the volume should be on in-use or available17:34
Zer0Byte__?17:34
guitarza1Zer0Byte__: in-use unless you detach it17:35
Zer0Byte__but i can't detach cuz is the root volume17:35
guitarza1this is true17:35
*** mriedem has quit IRC17:36
Zer0Byte__and also i can't create a image because the volume is in-use17:36
*** mriedem has joined #openstack-cinder17:36
guitarza1also true17:37
Zer0Byte__is a know bug?17:37
guitarza1what bug?17:37
Zer0Byte__what i said17:37
guitarza1you can force create a snapshot, and create a new volume from that if you want17:37
guitarza1it's not a bug. if the volume is attached to an instance, it's in-use17:38
Zer0Byte__i want to create a image from a volume17:38
guitarza1you can also create an image from that new volume as well17:38
*** ducttape_ has joined #openstack-cinder17:38
*** rmcall has joined #openstack-cinder17:38
*** guitarza1 is now known as guitarzan17:39
*** lgreg has joined #openstack-cinder17:39
openstackgerritMerged openstack/cinder: Remove volid from attachments_get_by_host|instance  https://review.openstack.org/38512217:42
openstackgerritMerged openstack/cinder: Updated from global requirements  https://review.openstack.org/38310717:42
*** mkoderer has quit IRC17:42
Zer0Byte__for nfs volumes17:44
Zer0Byte__is complety senseless flag the volume in use if the computer is off17:45
Zer0Byte__i guess17:47
openstackgerritMerged openstack/os-brick: linuxrbd: remove obsolete comment on close()  https://review.openstack.org/38606817:47
*** dflorea has quit IRC17:48
patrickeastZer0Byte__: 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
patrickeastZer0Byte__: 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
guitarzanoh, is the question why can you not create an image from an in-use volume?17:50
* patrickeast shrugs17:50
patrickeastim guessing based on 10:36:17 <Zer0Byte__> and also i can't create a image because the volume is in-use17:51
Zer0Byte__thats right i guess flag the volume "in-use" doent' have sense if the computer is off17:51
patrickeastyep17:51
Zer0Byte__attatch is one thing17:51
guitarzanZer0Byte__: cinder doesn't know anything about the copute instance being on or off17:51
Zer0Byte__status in use is another thing17:51
smcginnisFrom the Cinder side it is in user/ We have no idea that the machine is off or not.17:51
guitarzanin-use and attached are identical in cinder terms17:51
Zer0Byte__well i do using enable_force_upload=True17:55
Zer0Byte__another question guys17:55
*** timcl has quit IRC17:56
Zer0Byte__is posible change the permision of a image when is deployed as a volume17:56
Zer0Byte__for example17:56
Zer0Byte__im using netapp and cloning images17:56
Zer0Byte__but when the image is cloned17:56
Zer0Byte__came with glance permissions17:56
Zer0Byte__and fail to start17:56
*** jgregor_ has joined #openstack-cinder17:56
*** slayer_ has joined #openstack-cinder17:57
*** jgregor_ has quit IRC17:57
*** jgregor_ has joined #openstack-cinder17:57
*** rhagarty__ has quit IRC17:58
patrickeastnot sure about that one, maybe worth asking over in the #openstack-netapp channel17:58
Zer0Byte__oh cool17:58
Zer0Byte__i dindt have idea that these chanel exist17:58
openstackgerritAlyson proposed openstack/cinder: Fix HNAS Driver KeyError exception in volume manage  https://review.openstack.org/37861617:59
*** mdenny has joined #openstack-cinder18:03
*** mdenny has quit IRC18:03
*** Guest6208 is now known as cFouts18:09
*** jgregor_ has quit IRC18:12
*** xinli has quit IRC18:12
*** jgregor has joined #openstack-cinder18:12
*** xinli has joined #openstack-cinder18:13
*** Poornima has joined #openstack-cinder18:16
*** dflorea has joined #openstack-cinder18:16
*** ekoorjr has joined #openstack-cinder18:16
*** jgregor has quit IRC18:16
*** jgregor has joined #openstack-cinder18:17
*** sdake_ has joined #openstack-cinder18:19
*** harlowja_still_a has joined #openstack-cinder18:20
*** sdake has quit IRC18:20
openstackgerritAlyson proposed openstack/cinder: Fix HNAS Driver KeyError exception in volume manage  https://review.openstack.org/37861618:21
*** harlowja_at_home has quit IRC18:23
*** slayer_ has quit IRC18:24
*** gouthamr has quit IRC18:24
*** jgregor has quit IRC18:24
*** jgregor has joined #openstack-cinder18:25
*** thiagolib has joined #openstack-cinder18:25
*** jgregor_ has joined #openstack-cinder18:27
*** jgregor_ has quit IRC18:27
*** jgregor_ has joined #openstack-cinder18:27
*** slayer has joined #openstack-cinder18:27
*** ducttape_ has quit IRC18:28
*** jgregor has quit IRC18:29
*** harlowja_still_a has quit IRC18:30
*** e0ne has joined #openstack-cinder18:30
smcginnispatrickeast: NOT_REGISTERED? :)18:31
patrickeasttypical18:31
patrickeasti noticed this morning it hadn't been running for like... i dunno... a while18:31
smcginnispatrickeast: The fun never stops.18:31
patrickeastgotta got give it a few kicks18:31
patrickeasts/got/go/18:32
smcginnispatrickeast: CI party: http://www.lovethisgif.com/image/55653/office-space-animated-gif18:34
patrickeasthaha18:34
*** dflorea has quit IRC18:35
*** e0ne has quit IRC18:37
*** e0ne has joined #openstack-cinder18:41
*** jgregor_ has quit IRC18:42
*** jgregor has joined #openstack-cinder18:42
*** ducttape_ has joined #openstack-cinder18:44
*** e0ne has quit IRC18:45
*** jgregor has quit IRC18:47
*** salv-orlando has joined #openstack-cinder18:47
*** jgregor has joined #openstack-cinder18:49
openstackgerritEric Harney proposed openstack/cinder: RemoteFS: Remove deprecated config options  https://review.openstack.org/38614618:49
*** gouthamr has joined #openstack-cinder18:55
*** Poornima has quit IRC18:55
*** pbandark has quit IRC18:58
*** sdake has joined #openstack-cinder19:01
*** sdake_ has quit IRC19:04
*** mriedem has quit IRC19:12
*** mriedem has joined #openstack-cinder19:14
*** lpetrut has joined #openstack-cinder19:20
openstackgerritJon Bernard proposed openstack/cinder: RBD: prevent creation of encrypted volumes  https://review.openstack.org/38618519:20
openstackgerritGorka Eguileor proposed openstack/cinder: Make c-vol use workers table for cleanup  https://review.openstack.org/30302119:21
openstackgerritGorka Eguileor proposed openstack/cinder: Add more operations to cluster  https://review.openstack.org/35596819:21
openstackgerritGorka Eguileor proposed openstack/cinder: Support A/A on Scheduler operations  https://review.openstack.org/34422619:21
openstackgerritGorka Eguileor proposed openstack/cinder: [PoC][Don't review] Testing delay  https://review.openstack.org/35306919:21
openstackgerritGorka Eguileor proposed openstack/cinder: Support A/A in attach/detach operations  https://review.openstack.org/31857319:21
openstackgerritGorka Eguileor proposed openstack/cinder: Allow triggering cleanup from API  https://review.openstack.org/36301019:21
openstackgerritGorka Eguileor proposed openstack/cinder: Support A/A in delete actions and get_capabilities  https://review.openstack.org/34422519:21
openstackgerritGorka Eguileor proposed openstack/cinder: Make Replication support Active-Active  https://review.openstack.org/38183519:21
openstackgerritGorka Eguileor proposed openstack/cinder: Cosmetic changes to scheduler  https://review.openstack.org/34604119:21
openstackgerritGorka Eguileor proposed openstack/cinder: Make Image Volume Cache cluster aware  https://review.openstack.org/38618619:21
*** timcl has joined #openstack-cinder19:24
*** dflorea has joined #openstack-cinder19:35
*** dflorea has quit IRC19:42
*** slayer has quit IRC19:43
*** porrua has quit IRC19:43
*** Guest38941 is now known as med_19:46
*** med_ has quit IRC19:46
*** med_ has joined #openstack-cinder19:46
*** slayer has joined #openstack-cinder19:47
*** akerr has quit IRC19:57
*** alonmarx has quit IRC20:03
*** clenimar has joined #openstack-cinder20:05
*** Yogi1 has quit IRC20:10
*** nherciu has quit IRC20:12
*** xyang has quit IRC20:14
*** openstackgerrit has quit IRC20:19
*** openstackgerrit has joined #openstack-cinder20:20
*** Apoorva has quit IRC20:23
*** xyang has joined #openstack-cinder20:28
openstackgerritRaunak Kumar proposed openstack/cinder: Add Fibre Channel support for Nimble Storage  https://review.openstack.org/35944820:29
*** akapil has joined #openstack-cinder20:31
*** rmcall_ has joined #openstack-cinder20:33
*** rmcall has quit IRC20:33
*** rmcall_ is now known as rmcall20:33
openstackgerritMerged openstack/cinder: NetApp NFS: Look for new file for >60s  https://review.openstack.org/38604120:34
*** salv-orlando has quit IRC20:36
*** bardia has quit IRC20:36
*** bardia has joined #openstack-cinder20:37
*** dflorea has joined #openstack-cinder20:38
*** Apoorva has joined #openstack-cinder20:41
*** sdake has quit IRC20:44
*** aspiers has joined #openstack-cinder20:45
*** salv-orlando has joined #openstack-cinder20:48
*** Apoorva has quit IRC20:48
*** Apoorva has joined #openstack-cinder20:49
*** cknight has quit IRC20:51
*** Lee1092 has quit IRC20:55
*** _ducttape_ has joined #openstack-cinder20:57
*** edmondsw has quit IRC20:58
bardiacan i get another +2 on this: https://review.openstack.org/#/c/386114/20:59
bardia:)20:59
bardiathanks in advance20:59
*** sdake has joined #openstack-cinder20:59
*** ducttape_ has quit IRC21:00
*** jamielennox is now known as jamielennox|away21:04
*** dave-mccowan has quit IRC21:04
*** rmcall has quit IRC21:05
*** rmcall has joined #openstack-cinder21:05
*** dustins has quit IRC21:06
openstackgerritNate Potter proposed openstack/cinder: Enable deletion of inactive logical volumes  https://review.openstack.org/34180821:08
*** akapil has quit IRC21:10
*** laughterwym has joined #openstack-cinder21:11
*** laughterwym has quit IRC21:16
*** akapil has joined #openstack-cinder21:20
*** Apoorva_ has joined #openstack-cinder21:23
*** Apoorva has quit IRC21:27
*** Apoorva_ has quit IRC21:28
*** jgregor has quit IRC21:31
*** slayer has quit IRC21:32
*** eharney has quit IRC21:33
*** timcl has quit IRC21:34
*** dflorea has quit IRC21:35
*** kfarr has quit IRC21:37
*** breitz has quit IRC21:40
*** xinli has quit IRC21:40
*** mriedem has quit IRC21:40
*** JoseMello has quit IRC21:41
*** kaisers__ has joined #openstack-cinder21:45
*** mvk has joined #openstack-cinder21:47
*** kaisers_ has quit IRC21:48
*** jgregor has joined #openstack-cinder21:48
*** tongli has quit IRC21:49
*** dflorea has joined #openstack-cinder21:51
*** jgregor has quit IRC21:53
openstackgerritMerged openstack/cinder: Read domain info from context when contacting nova  https://review.openstack.org/33732221:54
*** mvk has quit IRC21:54
*** mvk has joined #openstack-cinder21:54
*** jamielennox|away is now known as jamielennox21:55
*** alyson_ has quit IRC21:59
*** dflorea has quit IRC22:01
*** arch-nemesis has quit IRC22:13
*** lpetrut has quit IRC22:15
*** rajinir has quit IRC22:16
*** rooneym has quit IRC22:19
*** akapil has quit IRC22:20
*** kaisers_ has joined #openstack-cinder22:22
*** xyang has quit IRC22:24
*** xyang1 has quit IRC22:24
*** kaisers__ has quit IRC22:24
openstackgerritNate Potter proposed openstack/cinder: Enable deletion of inactive logical volumes  https://review.openstack.org/34180822:24
*** leeantho has quit IRC22:27
*** salv-orlando has quit IRC22:30
*** ntpttr has quit IRC22:31
*** ntpttr has joined #openstack-cinder22:31
*** _ducttape_ has quit IRC22:37
*** akapil has joined #openstack-cinder22:48
*** xyang has joined #openstack-cinder22:50
*** xyang has quit IRC22:51
*** xyang has joined #openstack-cinder22:56
*** dflorea has joined #openstack-cinder22:58
*** ekoorjr has quit IRC23:00
*** ducttape_ has joined #openstack-cinder23:01
*** dflorea has quit IRC23:01
*** bardia has quit IRC23:02
*** xyang has quit IRC23:02
*** dflorea has joined #openstack-cinder23:03
*** tpsilva has quit IRC23:04
*** dflorea has quit IRC23:04
*** dflorea has joined #openstack-cinder23:04
*** ducttape_ has quit IRC23:14
*** cknight has joined #openstack-cinder23:17
*** diablo_rojo has quit IRC23:19
*** sdague has quit IRC23:20
*** jamielennox is now known as jamielennox|away23:20
*** mriedem has joined #openstack-cinder23:29
*** cknight has quit IRC23:31
*** lprice has quit IRC23:35
*** jamielennox|away is now known as jamielennox23:35
*** dflorea has quit IRC23:42
*** xyang has joined #openstack-cinder23:42
*** diablo_rojo has joined #openstack-cinder23:43
*** xyang has quit IRC23:43
*** dflorea has joined #openstack-cinder23:48
*** thiagolib has quit IRC23:48
*** xyang has joined #openstack-cinder23:49
*** xyang has quit IRC23:50
*** sdake_ has joined #openstack-cinder23:51
*** sdake has quit IRC23:52
*** cj has quit IRC23:56

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