Friday, 2015-07-31

*** haomaiwa_ has quit IRC00:01
*** haomaiwang has joined #openstack-cinder00:02
*** ganso_ has quit IRC00:05
*** garthb__ has quit IRC00:08
*** dims_ has joined #openstack-cinder00:08
*** pv_ has quit IRC00:16
*** xyang1 has joined #openstack-cinder00:26
*** xyang1 has quit IRC00:26
*** Yogi1 has joined #openstack-cinder00:29
*** jasondotstar has quit IRC00:33
*** smoriya has joined #openstack-cinder00:33
*** Yogi1 has quit IRC00:37
*** bill_az_ has quit IRC00:40
*** wyatt has joined #openstack-cinder00:42
*** mtanino has quit IRC00:44
*** Yogi1 has joined #openstack-cinder00:46
*** kfoo has joined #openstack-cinder00:50
*** wyatt has quit IRC00:50
breitzanybody know where I find docs on the formatters that I find in various LOG.<whatever>() statements?00:53
breitzI can copy what I see in the code - but I'm interested in a little more education (doc reading) if possible00:54
*** boris-42 has joined #openstack-cinder00:57
*** kfoo has quit IRC00:58
*** kfoo has joined #openstack-cinder01:00
*** xiaohui has joined #openstack-cinder01:00
*** haomaiwang has quit IRC01:01
*** Apoorva_ has quit IRC01:01
*** haomaiwa_ has joined #openstack-cinder01:02
*** jasondotstar has joined #openstack-cinder01:03
*** zhonghua-li has joined #openstack-cinder01:08
breitzfound a pile of docs - and found what I was looking for01:08
*** Yogi1 has quit IRC01:09
xyanghemna: https://review.openstack.org/#/c/207677/01:09
xyanghemna: marked it WIP01:09
*** lixiaoy1 has joined #openstack-cinder01:11
*** kjelly has joined #openstack-cinder01:11
*** heyun has joined #openstack-cinder01:12
openstackgerritLi Yingjun proposed openstack/cinder: Add the ability to update type public status  https://review.openstack.org/20678801:13
openstackgerritVincent Hou proposed openstack/python-cinderclient: Change cinderclient according to volume migration improvement  https://review.openstack.org/18954701:18
*** dalgaaf has quit IRC01:19
thingeejgriffith: there you are! thank you sir!01:20
*** leeantho has quit IRC01:20
lixiaoy1thingee: I replied your comment in review https://review.openstack.org/#/c/199846/. Please have a look01:26
thingeelixiaoy1: tbarron got back to you https://review.openstack.org/#/c/203215/01:29
*** davechen has joined #openstack-cinder01:30
tbarronlixiaoy1: thingee: LisaLi pls let me know if I'm getting your point on this one or not.  I really do appreciate your help!01:31
*** Lee1092 has joined #openstack-cinder01:31
lixiaoy1thingee: tbarron: let me have a look01:31
tbarronlixiaoy1: on https://review.openstack.org/#/c/199846 I tried to explain to winston-d_zZZ what I thought your use case was.01:32
*** krypton has quit IRC01:32
*** annashen has joined #openstack-cinder01:32
*** krypton has joined #openstack-cinder01:33
tbarronlixiaoy1: but I don't think I did a very good job.  Oh I think that might be the other related change I'm talking about.01:35
tbarronlixiaoy1: in any case, I know winston-d_zZZ wanted to talk to you more about it.01:35
*** annashen has quit IRC01:37
*** krypton has quit IRC01:37
*** zhonghua-li is now known as zhonghua-lee01:41
lixiaoy1tbarron: I read your comments in https://review.openstack.org/#/c/203215 scale backup spec. And yes that I think. host is used for cleaning up. not for normal operations. For example, if backup service host A created a backup, and backup service B can restore the backup, only requires services are same.01:42
lixiaoy1tbarron: service same: for example, both are Ceph backup driver01:42
tbarronlixiaoy1: agree01:43
tbarronlixiaoy1: and actually chunkedbackup drivers (swift, nfs, posix as of today (yeah), and glusterfs soon) can likely restore backup from one another, thanks to DuncanT insisting01:45
tbarronlixiaoy1: but back to your main point ...01:45
lixiaoy1tbarron: but about your last words in the comments that saving uuid of service, as currently we have backup service (like cinder.backup.drivers.ceph) in db, do we need to save the uuid again?01:47
tbarronlixiaoy1: probably not.  Maybe in the future.  I keep thinking about how to run multiple backup services without requiring a separate physical host for each one.01:48
tbarronlixiaoy1: so I was concerned about having more than one backup service with the same 'host' field.01:49
tbarronlixiaoy1: but thinking about that more, we could embed more info in host field if we need to.01:50
lixiaoy1tbarron:  yes01:50
tbarronlixiaoy1: we already do that with "pools" in volume server.01:50
lixiaoy1tbarron: yeah, so no other fields needed01:50
tbarronlixiaoy1: so I don't think that worry I had is that relevant any more.01:50
lixiaoy1tbarron: I agree.01:51
tbarronlixiaoy1: so I like your idea for how to do the cleanup in init_host.  I will have to add some rpc stuff of course like I did in the rest of the01:51
tbarronlixiaoy1: POC so that there is loose coupling with volume drivers.01:52
lixiaoy1tbarron: that's nice.01:52
tbarronthingee: ^^^^^ I can't have that ready tomorrow b/c I have to have a bunch of approvals to push each change up into gerrit :(01:52
tbarronlixiaoy1: thingee: but I can get that done well before the next deadline.01:53
tbarronlixiaoy1: the other big issue you raised was drivers like vmware that do a bunch of stuff in their backup and restore methods01:54
tbarronlixiaoy1: other than what I've assimilated into the backup manager attach/detach.01:54
tbarronlixiaoy1: they do something more than make their volume from their backend available as a block device file to the backup operation.01:55
lixiaoy1: tbarron do you mean to migrate the codes in backup function of the volume driver to backup service?01:56
tbarronlixiaoy1: honestly, I don't know what they are doing yet, but it is true that my proposal doesn't do what they are doing.01:56
tbarronlixiaoy1: first we have to understand what they are doing over and above just making their backend volume "attachable"01:57
*** annashen has joined #openstack-cinder01:57
tbarronmaybe need to talk to the owners of these drivers and find out.  Are they trying to  enable non-disruptive backup for their volumes in their own drivers?01:58
tbarronlixiaoy1: it isn't obvious to me from reading the code what is going on.01:58
tbarronlixiaoy1: I don't want to block a good idea for the project (if it is one) because of individual driver variations, unless these make sense.01:59
tbarronlixiaoy1: Does that seem right to you?01:59
lixiaoy1tbarron: maybe can like non-disruptive backup, give a default implementation, and the interface that special drivers can implement by themselves01:59
lixiaoy1tbarron: yeah, exactly. separate backup is a good idea, and is fundation for backup improvemenbt02:00
tbarronlixiaoy1: yes that might make sense.  It is something that we'd need to work out if the team decides to move ahead on this front.02:00
*** haomaiwa_ has quit IRC02:01
tbarronlixiaoy1: thank you for endorsing the "good idea."  A number of folks have done that as well.  I think the question will be02:01
tbarronlixiaoy1: whether it makes sense to devote resources to this effort in Liberty or to defer it to a later release.02:02
*** haomaiwang has joined #openstack-cinder02:02
lixiaoy1tbarron: I can help if you need.02:03
tbarronlixiaoy1: I think it is a legitimate question.  Obviously I'd like to go ahead, but it will take a collective decision.02:03
tbarronlixiaoy1: you already are!  But if we are to go ahead we'll need buyin and guidance from the core team.02:03
lixiaoy1tbarron: :)02:03
tbarronlixiaoy1: that may sound like I'm making a sales job to them (and of course I am :-) ) but I honestly know that we have to pick and choose what to do in any particular OpenStack release.02:04
lixiaoy1tbarron: seems cores also interested in it. I think once backup service is separated from volume, we can do a lot of things.02:04
tbarronlixiaoy1: ++ (unbiased :-) )02:05
lixiaoy1tbarron: do the work well, and obviously the work is worthy, to sale it will be easy. :)02:07
*** salv-orlando has joined #openstack-cinder02:08
lixiaoy1tbarron: also thank you for explaining my patch to windson-d02:08
tbarronlixiaoy1: I agree.02:08
lixiaoy1tbarron: which timezone are you in02:08
tbarronlixiaoy1: I am not sure I did a good job.  He's been very helpful to me, so talk to him :)02:08
tbarronlixiaoy1: I'm UTC -4 right now.02:09
*** bapalm has joined #openstack-cinder02:09
kjellyHi, guys. I am working on the bug. And there are many ways to solve the bug. The first way is https://review.openstack.org/#/c/206450/1/cinder/volume/api.py . Pros: Easy to implement. Only one database connection. Cons: Just a workaround. The second way is https://review.openstack.org/#/c/206450/2/cinder/volume/api.py . Pros: The code seems to be better. Cons: It needs extra database connection. Any suggestion for solve the issue ?02:11
lixiaoy1I am in UTC+08:0002:11
lixiaoy1tbarron:  I am in UTC+08:0002:11
tbarronlixiaoy1: I was just going to ask.  Good morning!02:11
lixiaoy1tbarron: good night02:12
tbarronlixiaoy1: :-)  thanks for the help!02:12
lixiaoy1tbarron: my pleasure!02:13
lixiaoy1kjelly: may I ask which bug?02:13
lixiaoy1kjelly: oh got it. sorry02:13
kjellylixiaoy1: https://bugs.launchpad.net/cinder/+bug/147762502:14
openstackLaunchpad bug 1477625 in Cinder "DB access to show volumes may not be properly controlled" [Undecided,In progress] - Assigned to jelly (coding1314)02:14
*** markvoelker has joined #openstack-cinder02:15
*** salv-orlando has quit IRC02:15
*** markvoelker has quit IRC02:15
*** bapalm has quit IRC02:19
*** markvoelker has joined #openstack-cinder02:19
openstackgerritXiangfei Zhu proposed openstack/cinder: VMware: Fix re-attach volume error for VC 5.1  https://review.openstack.org/20738002:19
*** markvoelker_ has joined #openstack-cinder02:21
openstackgerritliuxinguo proposed openstack/cinder: Add hypermetro support for Huawei driver  https://review.openstack.org/20202302:22
*** markvoelker has quit IRC02:23
lixiaoy1kjelly: sorry can't help you. I am not familiar with the part.02:25
*** mriedem has quit IRC02:25
*** jwcroppe has quit IRC02:28
*** jwcroppe has joined #openstack-cinder02:29
*** openstackgerrit has quit IRC02:31
kjellylixiaoy1: Don't mind. Thank you for spend time reviewing the issue.02:32
*** openstackgerrit has joined #openstack-cinder02:32
*** zhonghua-lee has quit IRC02:32
openstackgerritliuxinguo proposed openstack/cinder: Add smartX support for Huawei driver  https://review.openstack.org/18873202:33
*** jwcroppe has quit IRC02:33
*** Yogi1 has joined #openstack-cinder02:36
openstackgerritliuxinguo proposed openstack/cinder: Add volume migration support for Huawei driver  https://review.openstack.org/20140602:37
*** annashen_ has joined #openstack-cinder02:42
*** annashen has quit IRC02:44
*** Yogi1 has quit IRC02:44
openstackgerritliuxinguo proposed openstack/cinder: Add volume retype support for Huawei driver  https://review.openstack.org/20148502:45
*** hakimo has joined #openstack-cinder02:52
*** hakimo_ has quit IRC02:54
openstackgerritwanghao proposed openstack/cinder: Forbid creating volume from image which size is 0  https://review.openstack.org/20769602:56
*** jasondotstar has quit IRC02:58
*** garthb has joined #openstack-cinder02:58
*** haomaiwang has quit IRC03:01
*** haomaiwang has joined #openstack-cinder03:02
*** sakaYK has joined #openstack-cinder03:11
openstackgerritXinXiaohui proposed openstack/cinder: capacity-headroom  https://review.openstack.org/20692303:14
openstackgerritliuxinguo proposed openstack/cinder: Add volume migration support for Huawei driver  https://review.openstack.org/20140603:17
openstackgerritliuxinguo proposed openstack/cinder: Add volume retype support for Huawei driver  https://review.openstack.org/20148503:20
openstackgerritwanghao proposed openstack/python-cinderclient: Add to_dict method to Resource class  https://review.openstack.org/20734003:20
openstackgerritwanghao proposed openstack/python-cinderclient: Add to_dict method to Resource class  https://review.openstack.org/20734003:21
openstackgerritwanghao proposed openstack/python-cinderclient: Add to_dict method to Resource class  https://review.openstack.org/20734003:22
openstackgerritwanghao proposed openstack/python-cinderclient: Add to_dict method to Resource class  https://review.openstack.org/20734003:23
*** markvoelker_ has quit IRC03:23
*** markvoelker_ has joined #openstack-cinder03:26
*** h00327910__ has quit IRC03:28
*** diogogmt has joined #openstack-cinder03:30
*** dims_ has quit IRC03:33
*** zhonghua-lee has joined #openstack-cinder03:33
*** diogogmt has quit IRC03:37
*** jwcroppe has joined #openstack-cinder03:43
*** brodyg has joined #openstack-cinder03:47
*** coolsvap|away is now known as coolsvap03:49
*** brodyg has quit IRC03:53
*** WyAt has joined #openstack-cinder03:55
*** edmondsw has quit IRC03:56
openstackgerritzhongjun proposed openstack/cinder: Add volume retype support for Huawei driver  https://review.openstack.org/20148503:59
*** salv-orlando has joined #openstack-cinder04:00
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-cinder04:02
*** salv-orlando has quit IRC04:07
*** haigang has joined #openstack-cinder04:07
*** zhonghua-lee has quit IRC04:07
*** shyama has quit IRC04:20
*** harlowja_at_home has joined #openstack-cinder04:27
*** BharatK has joined #openstack-cinder04:28
*** sakaYK has quit IRC04:32
*** Apoorva has joined #openstack-cinder04:39
*** shyama has joined #openstack-cinder04:46
*** angela-s has quit IRC04:47
*** krypton has joined #openstack-cinder04:51
*** krypton has quit IRC04:51
*** krypton has joined #openstack-cinder04:51
*** annashen_ has quit IRC04:52
*** deepakcs has joined #openstack-cinder04:58
*** haomaiwang has quit IRC05:01
*** nikeshm has quit IRC05:01
*** haomaiwang has joined #openstack-cinder05:02
*** coolsvap is now known as coolsvap|away05:08
*** ub2 has quit IRC05:08
*** BharatK has quit IRC05:13
*** salv-orlando has joined #openstack-cinder05:13
*** coolsvap|away is now known as coolsvap05:17
*** salv-orlando has quit IRC05:20
*** salv-orlando has joined #openstack-cinder05:21
*** ishant has joined #openstack-cinder05:21
*** amickus has joined #openstack-cinder05:22
*** ig0r_ has joined #openstack-cinder05:25
deepakcswanghao: https://review.openstack.org/#/c/172813/17/nova/tests/unit/virt/libvirt/test_driver.py05:26
deepakcswanghao: all testcode in there uses mox, so i just continued with it05:26
deepakcswanghao: moving to mock will be another effort and hence another patch05:26
*** salv-orlando has quit IRC05:27
wanghaodeepakcs: okay, I'm fine with it.05:29
deepakcswanghao: so u plan to revert ur -1 ?05:30
*** zhonghua-lee has joined #openstack-cinder05:31
wanghaodeepakcs: sure, I will do it soon.05:32
*** krypton has quit IRC05:32
deepakcswanghao: thanks for ur understanding05:32
*** krypton has joined #openstack-cinder05:32
*** annashen has joined #openstack-cinder05:32
wanghaodeepakcs: You're welcome:)05:33
*** annashen_ has joined #openstack-cinder05:39
*** annashen has quit IRC05:42
*** jwcroppe has quit IRC05:43
*** annashen has joined #openstack-cinder05:45
*** lpetrut has joined #openstack-cinder05:47
*** markvoelker_ has quit IRC05:48
*** Apoorva has quit IRC05:48
openstackgerritVincent Hou proposed openstack/cinder: Adds the migration progress support for migration  https://review.openstack.org/20495305:53
openstackgerritVincent Hou proposed openstack/cinder: Volume status management during migration  https://review.openstack.org/18631205:53
*** vlaza has joined #openstack-cinder05:58
*** annashen has quit IRC06:00
*** rushiagr_away is now known as rushiagr06:00
*** haomaiwang has quit IRC06:01
*** 18WAAC7EF has joined #openstack-cinder06:02
*** sgotliv has joined #openstack-cinder06:02
*** lpetrut has quit IRC06:03
*** harlowja_at_home has quit IRC06:04
*** lpetrut has joined #openstack-cinder06:05
*** coolsvap is now known as coolsvap|away06:05
*** BharatK has joined #openstack-cinder06:05
*** shausy has joined #openstack-cinder06:06
*** BharatK has quit IRC06:07
*** BharatK has joined #openstack-cinder06:07
*** ig0r__ has joined #openstack-cinder06:11
*** krypton has quit IRC06:11
*** ig0r_ has quit IRC06:12
*** coolsvap|away is now known as coolsvap06:13
*** jwcroppe has joined #openstack-cinder06:15
*** annashen_ has quit IRC06:15
*** BharatK has quit IRC06:21
*** lpetrut has quit IRC06:25
*** salv-orlando has joined #openstack-cinder06:26
*** sakaYK has joined #openstack-cinder06:29
*** ub has joined #openstack-cinder06:32
*** BharatK has joined #openstack-cinder06:34
*** zhonghua-lee has quit IRC06:36
*** salv-orlando has quit IRC06:37
*** shausy has quit IRC06:38
*** shausy has joined #openstack-cinder06:40
*** sakaYK has quit IRC06:43
*** shausy has quit IRC06:43
*** shausy has joined #openstack-cinder06:44
*** salv-orlando has joined #openstack-cinder06:46
*** ankit_ag has joined #openstack-cinder06:47
*** markvoelker has joined #openstack-cinder06:48
*** agarciam has joined #openstack-cinder06:49
*** belmoreira has joined #openstack-cinder06:52
*** markvoelker has quit IRC06:53
*** sakaYK has joined #openstack-cinder06:54
*** abehl has joined #openstack-cinder06:56
*** jwcroppe has quit IRC06:59
*** sgotliv has quit IRC07:00
*** 18WAAC7EF has quit IRC07:01
*** haomaiwang has joined #openstack-cinder07:01
*** coolsvap is now known as coolsvap|away07:02
*** boris-42 has quit IRC07:10
*** coolsvap|away is now known as coolsvap07:10
*** markus_z has joined #openstack-cinder07:11
*** aagrawal has joined #openstack-cinder07:13
*** aagrawal has quit IRC07:17
openstackgerritVincent Hou proposed openstack/cinder: Adds migration abortion  https://review.openstack.org/20775407:17
*** aagrawal has joined #openstack-cinder07:18
*** ronis has joined #openstack-cinder07:18
*** aagrawal has quit IRC07:18
*** aagrawal has joined #openstack-cinder07:19
*** dalgaaf has joined #openstack-cinder07:19
*** aagrawal has quit IRC07:26
*** aagrawal has joined #openstack-cinder07:26
*** aagrawal has quit IRC07:31
*** aagrawal has joined #openstack-cinder07:32
*** salv-orlando has quit IRC07:33
*** shyama has quit IRC07:35
*** aagrawal has quit IRC07:40
*** aagrawal has joined #openstack-cinder07:41
*** aagrawal has quit IRC07:45
*** sakaYK has quit IRC07:45
*** aagrawal has joined #openstack-cinder07:46
*** salv-orlando has joined #openstack-cinder07:49
*** aagrawal has quit IRC07:50
*** aagrawal has joined #openstack-cinder07:50
*** humble__ has joined #openstack-cinder07:53
*** aagrawal has quit IRC07:55
*** sakaYK has joined #openstack-cinder07:56
*** aagrawal has joined #openstack-cinder07:56
*** aagrawal has quit IRC08:00
*** haomaiwang has quit IRC08:01
*** annashen has joined #openstack-cinder08:01
*** aagrawal has joined #openstack-cinder08:01
*** haomaiwa_ has joined #openstack-cinder08:02
*** lpetrut has joined #openstack-cinder08:03
*** annashen has quit IRC08:05
openstackgerritSergey Vilgelm proposed openstack/cinder: Switch to the oslo_utils.fileutils  https://review.openstack.org/19953708:06
*** ishant has quit IRC08:06
*** afazekas has joined #openstack-cinder08:09
*** ndipanov has quit IRC08:10
*** aagrawal has quit IRC08:11
*** aagrawal has joined #openstack-cinder08:12
aarefievthingee: thanks, I'll work on implementation next week, I've already made  poc08:15
*** aagrawal has quit IRC08:17
*** aagrawal has joined #openstack-cinder08:17
*** jasondotstar has joined #openstack-cinder08:19
*** aagrawal has quit IRC08:24
*** aagrawal has joined #openstack-cinder08:24
*** salv-orlando has quit IRC08:27
openstackgerritwanghao proposed openstack/cinder: Enhance deletion efficiency when backup init host  https://review.openstack.org/20635908:30
*** ndipanov has joined #openstack-cinder08:31
*** jistr has joined #openstack-cinder08:32
*** e0ne has joined #openstack-cinder08:35
*** rhagarty_ has quit IRC08:37
*** rhagarty has quit IRC08:37
*** rhagarty has joined #openstack-cinder08:38
*** e0ne has quit IRC08:40
*** sakaYK has quit IRC08:42
*** aagrawal has quit IRC08:44
*** aagrawal has joined #openstack-cinder08:45
*** bluex-pl has joined #openstack-cinder08:48
*** aagrawal has quit IRC08:49
*** markvoelker has joined #openstack-cinder08:49
*** aagrawal has joined #openstack-cinder08:49
*** markvoelker has quit IRC08:54
*** aagrawal has quit IRC08:54
*** aagrawal has joined #openstack-cinder08:54
*** lixiaoy1 has quit IRC08:56
*** davechen has left #openstack-cinder08:57
*** sakaYK has joined #openstack-cinder08:58
*** jordanP has joined #openstack-cinder08:59
*** haomaiwa_ has quit IRC09:01
*** aix has joined #openstack-cinder09:02
*** haomaiwang has joined #openstack-cinder09:02
*** shausy has quit IRC09:06
openstackgerritVincent Hou proposed openstack/cinder: Adds migration abortion  https://review.openstack.org/20775409:06
*** shausy has joined #openstack-cinder09:07
*** sakaYK has quit IRC09:12
*** aagrawal has quit IRC09:13
*** e0ne has joined #openstack-cinder09:13
openstackgerritSergey Vilgelm proposed openstack/cinder: Switch to the oslo_utils.fileutils  https://review.openstack.org/19953709:14
*** aagrawal has joined #openstack-cinder09:14
*** hflai has quit IRC09:20
*** hflai has joined #openstack-cinder09:20
openstackgerritPranali Deore proposed openstack/cinder: Validate name and description string  https://review.openstack.org/18299409:22
openstackgerritPranali Deore proposed openstack/cinder: Validate string, integer limit for input parameter  https://review.openstack.org/19496809:22
*** amickus has quit IRC09:22
*** sakaYK has joined #openstack-cinder09:23
*** aagrawal has quit IRC09:29
*** aagrawal has joined #openstack-cinder09:30
openstackgerritVincent Hou proposed openstack/cinder: Volume status management during migration  https://review.openstack.org/18631209:36
*** aagrawal has quit IRC09:36
*** aagrawal has joined #openstack-cinder09:37
*** BharatK_ has joined #openstack-cinder09:37
*** BharatK has quit IRC09:39
*** humble__ is now known as humble_09:41
openstackgerritVincent Hou proposed openstack/cinder: Adds the migration progress support for migration  https://review.openstack.org/20495309:44
openstackgerritwanghao proposed openstack/cinder: Improve performance listing detail for volumes  https://review.openstack.org/20353009:46
*** salv-orlando has joined #openstack-cinder09:48
*** garthb has quit IRC09:49
openstackgerritDaniel Tadrzak proposed openstack/cinder: Cleanup for cinder tests with ConsistencyGroups.  https://review.openstack.org/20754409:52
geguileobluex-pl: ping10:01
*** annashen has joined #openstack-cinder10:01
geguileowanghao: ping10:02
*** annashen has quit IRC10:06
*** e0ne has quit IRC10:07
*** sakaYK has quit IRC10:12
*** heyun has quit IRC10:16
*** humble_ has quit IRC10:18
*** aagrawal has quit IRC10:19
*** jasondotstar has quit IRC10:22
*** DTadrzak has quit IRC10:26
*** BharatK_ has quit IRC10:31
*** e0ne has joined #openstack-cinder10:31
*** jasondotstar has joined #openstack-cinder10:40
*** sgotliv has joined #openstack-cinder10:41
*** BharatK_ has joined #openstack-cinder10:45
*** zhenguo has quit IRC10:47
*** sakaYK has joined #openstack-cinder10:54
*** sakaYK has quit IRC10:57
*** sakaYK has joined #openstack-cinder10:58
*** jasondotstar has quit IRC11:01
*** bluex-pl has quit IRC11:02
*** zhonghua-lee has joined #openstack-cinder11:03
*** jasondotstar has joined #openstack-cinder11:03
*** bluex-pl has joined #openstack-cinder11:03
*** dims_ has joined #openstack-cinder11:04
*** bluex-pl has quit IRC11:04
*** bluex-pl has joined #openstack-cinder11:04
*** ig0r__ has quit IRC11:15
*** shyama has joined #openstack-cinder11:16
*** jasondotstar has quit IRC11:17
*** sakaYK has quit IRC11:18
*** ig0r_ has joined #openstack-cinder11:19
*** Tross has quit IRC11:19
*** Tross has joined #openstack-cinder11:19
bluex-plgeguileo: hi11:20
geguileobluex-pl: Hi, a question regarding the tests you and dulek did on GlusterFS11:20
geguileobluex-pl: The locks you had to add, what were they for?11:20
BharatK_DuncanT, "Posix Backup Driver" patch got merged. Thanks for your review.11:21
BharatK_DuncanT, Also need your blessings for similar patch https://review.openstack.org/#/c/182254/, please review when you have some time.11:22
bluex-plgeguileo: it was for volume/manager.py and volume/drivers/remotefs.py if I remember correctly11:25
geguileobluex-pl: Yes, but what were you locking on?11:25
geguileobluex-pl: The snapshot ID?11:25
geguileobluex-pl: For what operations?11:25
geguileobluex-pl: I'm trying to figure out if that will be needed if locking is properly done in the manager11:26
geguileobluex-pl: Or the API11:26
*** afazekas has quit IRC11:31
bluex-plgeguileo: it was only locked on volume id in remotefs ( https://review.openstack.org/#/c/185646/4/ )11:35
geguileobluex-pl: And it was for snapshots?11:35
bluex-plyup11:36
geguileobluex-pl: So if the manager "locks" the volume then the driver wouldn't need the lock, right?11:36
*** Yogi1 has joined #openstack-cinder11:36
*** zhonghua-lee has quit IRC11:37
geguileobluex-pl: Because the problem there was that create_snapshot was missing the lock in the manager11:38
*** coolsvap is now known as coolsvap|away11:39
*** Yogi1 has quit IRC11:43
bluex-plprobably, only thing you need to check when creating snapshot was if it's not deleted at that moment so there should be lock for that11:43
*** Yogi1 has joined #openstack-cinder11:44
*** e0ne has quit IRC11:48
*** e0ne has joined #openstack-cinder11:50
bluex-plgeguileo: test was set up like this: https://gist.github.com/bluex-pl/ba50e5bd75a866c09e6411:51
geguileobluex-pl: Yes, I read it, just wanted to confirm everything11:51
bluex-plok11:52
geguileobluex-pl: Because the snapshot problem can be solved without locks in the driver11:52
geguileobluex-pl: Thanks!11:52
bluex-plgeguileo: no problem, but I don't think I was very helpful ;)11:54
geguileobluex-pl: You were, I just needed confirmation and you gave it :-)11:54
*** DTadrzak has joined #openstack-cinder12:01
*** annashen has joined #openstack-cinder12:02
*** timcl has joined #openstack-cinder12:02
bluex-plgeguileo: btw regarding coordinator patch, LoopingCall isn't used because it was running on greenthreads and we wanted real threads to be sure that heartbeat is sent no matter what12:04
geguileobluex-pl: I don't remember this conversation...   XD12:05
geguileobluex-pl: I only remember 2 comments on the Tooz Lock patch12:06
tbarrongeguileo: in volume/drivers/remotefs.py I see @locked_volume_id_operation decorators around create_cloned_volume, copy_volume_to_image,12:06
*** marcusvrn has joined #openstack-cinder12:06
geguileobluex-pl: One is an error (ret = False is missing) and the other is just a comment12:06
*** annashen has quit IRC12:07
tbarroncreate_volume_from snapshot, delete_snapshot, create_snapshot12:07
bluex-plgeguileo: oh, sorry it was harlowja comment12:07
tbarronjust making sure that all can be handled from manager12:08
geguileobluex-pl: I was suddenly lost ;-)12:08
*** deepakcs has quit IRC12:08
geguileotbarron: And how are your checks going?12:08
tbarrongeguileo: my checks?12:09
geguileotbarron: Can they all be removed if we fix the API races and have a proper inter-node locking (DLM, DB or whatever)?12:09
tbarrongeguileo: I dunno yet.  I was asking you whether your assertion re. snapshots generalized to the other methods in case you had already thought that through.12:10
geguileotbarron: I haven't looked at the driver yet12:10
geguileotbarron: In the plan I have in my mind (the one I mentioned some minutes ago in a mail) looking at the drivers' locks is the last step12:11
tbarrongeguileo: gotcha.  Well I will do some looking and thinking before the conversation next week.  We need to make sure that it's at a good time for you to be there virtually.12:11
tbarrongeguileo: sure, I'll read it over.12:12
geguileotbarron: If it's a good time that would be awesome12:12
tbarrongeguileo: well, IMO essential.12:12
geguileotbarron: And if it's not I'll just have to go to sleep late  ;-)12:12
*** subscope has quit IRC12:16
*** bswartz has quit IRC12:19
*** Yogi1 has quit IRC12:20
bluex-plgeguileo: 2nd thing - regarding with lock(blocking) - do you think it's safe? current tooz.Lock.__enter__ didn't check if acquire was successful12:23
*** jasondotstar has joined #openstack-cinder12:23
geguileobluex-pl: That's why I said after my patches land  ;-)12:23
bluex-plgeguileo: ok, great12:24
geguileobluex-pl: This one checks that acquire succeeded: https://review.openstack.org/#/c/207406/212:24
*** BharatK_ has quit IRC12:24
geguileobluex-pl: This one allows providing blocking to the context manager: https://review.openstack.org/#/c/203057/12:25
openstackgerritAdriano Freires Rosso proposed openstack/cinder: Adds manage/unmanage methods for HNAS drivers  https://review.openstack.org/19799912:25
openstackgerritabhiram moturi proposed openstack/cinder: ZFSSA iSCSI driver to return project 'available' space  https://review.openstack.org/20710612:25
*** haigang has quit IRC12:25
geguileobluex-pl: But since that's not merged the currect code to handle that in your patch is perfect as it is12:26
bluex-plgeguileo: nice one, I was wandering about sth similar12:30
*** subscope has joined #openstack-cinder12:31
openstackgerritDaniel Tadrzak proposed openstack/cinder: Cleanup for cinder tests with CGSnapshot.  https://review.openstack.org/20786612:35
*** edmondsw has joined #openstack-cinder12:36
*** coolsvap|away is now known as coolsvap12:36
*** dustins has joined #openstack-cinder12:36
*** Yogi1 has joined #openstack-cinder12:39
*** akerr has joined #openstack-cinder12:41
openstackgerritDaniel Tadrzak proposed openstack/cinder: CGSnapshot Object  https://review.openstack.org/19502712:42
openstackgerritDaniel Tadrzak proposed openstack/cinder: Cleanup for cinder tests with CGSnapshot.  https://review.openstack.org/20786612:42
*** bapalm has joined #openstack-cinder12:42
*** coolsvap is now known as coolsvap|away12:43
*** jungleboyj has quit IRC12:44
*** coolsvap|away is now known as coolsvap12:45
*** cbader has quit IRC12:51
*** jasondotstar has quit IRC12:55
*** jasondotstar has joined #openstack-cinder12:59
*** bswartz has joined #openstack-cinder13:04
*** yuriy_n17 has joined #openstack-cinder13:07
*** coolsvap is now known as coolsvap|away13:09
*** salv-orlando has quit IRC13:13
*** coolsvap|away is now known as coolsvap13:16
*** mriedem has joined #openstack-cinder13:17
*** eharney has joined #openstack-cinder13:21
*** mriedem has quit IRC13:25
*** rushiagr is now known as rushiagr_away13:26
*** markvoelker has joined #openstack-cinder13:26
*** primechuck has joined #openstack-cinder13:26
*** smoriya has quit IRC13:26
*** ankit_ag has quit IRC13:27
*** mriedem has joined #openstack-cinder13:28
*** markvoelker_ has joined #openstack-cinder13:30
*** coolsvap is now known as coolsvap|away13:30
*** markvoelker has quit IRC13:31
*** dansmith is now known as superdan13:32
*** annegentle has joined #openstack-cinder13:33
openstackgerritSzymon Wróblewski proposed openstack/cinder: Tooz locks  https://review.openstack.org/18353713:36
swamireddyhi13:36
*** timcl has quit IRC13:37
*** diogogmt has joined #openstack-cinder13:37
swamireddyI have installed icehouse cinder and want to upgrade to Kilo release. Do we have any upgrade process for this?13:37
*** timcl has joined #openstack-cinder13:41
*** coolsvap|away is now known as coolsvap13:48
*** coolsvap is now known as coolsvap|away13:51
*** rushiagr_away is now known as rushiagr13:52
openstackgerritabhiram moturi proposed openstack/cinder: ZFSSA iSCSI driver to return project 'available' space  https://review.openstack.org/20710613:54
*** kfoo has left #openstack-cinder13:57
scottdakjelly: I commented on Patch set #1 for https://review.openstack.org/#/c/206450/13:58
scottdaI think your logic is correct, and the patch will work to prevent non-admin users from getting volume info for volumes they do not own.13:58
*** MIDENN_ has quit IRC14:00
*** jgriffith has quit IRC14:02
*** annashen has joined #openstack-cinder14:03
*** jgriffith has joined #openstack-cinder14:03
*** thangp has joined #openstack-cinder14:04
*** diogogmt has quit IRC14:06
*** annashen has quit IRC14:08
*** nikeshm has joined #openstack-cinder14:11
*** jgriffith has quit IRC14:13
*** rushiagr is now known as rushiagr_away14:16
*** diogogmt has joined #openstack-cinder14:17
*** kjelly_ has joined #openstack-cinder14:17
*** jgriffith has joined #openstack-cinder14:21
kjelly_Hi, guys. I am working on the bug. And there are many ways to solve the bug. The first way is https://review.openstack.org/#/c/206450/1/cinder/volume/api.py . Pros: Easy to implement. Only one database connection. Cons: Just a workaround. The second way is https://review.openstack.org/#/c/206450/2/cinder/volume/api.py . Pros: The code seems to be better. Cons: It needs extra database connection. Any suggestion for solve the14:22
kjelly_issue ?14:22
scottdakjelly_: Did you see my comments on patch #1?14:23
*** bapalm_ has joined #openstack-cinder14:23
*** mtanino has joined #openstack-cinder14:24
*** h00327910__ has joined #openstack-cinder14:24
*** annegentle has quit IRC14:26
openstackgerritYuriy Nesenenko proposed openstack/python-cinderclient: Add support '--all-tenants' argument for cinder backup-list  https://review.openstack.org/20746914:26
*** bapalm has quit IRC14:26
openstackgerritliuxinguo proposed openstack/cinder: Add volume migration support for Huawei driver  https://review.openstack.org/20140614:27
kjelly_scottda: yes14:28
*** cbader has joined #openstack-cinder14:30
kjelly_scottda: Any suggestion for the issue ?14:33
openstackgerritJordan Pittier proposed openstack/cinder: Rework Scality SOFS driver to use RemoteFS class  https://review.openstack.org/20061014:33
scottdakjelly_: I'm not sure what the con for solution #1 means? Why is it just a workaround?14:35
guitarzanscottda: volume_get with an admin context is just asking for trouble14:36
*** mylu has joined #openstack-cinder14:37
scottdaok. so that means we should not elevate context in the get call? i.e. in the check for viewable_admin_meta?14:37
kjelly_scottda: My thinking is the same as guitarzan.14:37
guitarzanscottda: correct14:37
guitarzanscottda: that's why I strongly prefer using a second call with an elevated context for the admin meta14:38
openstackgerritKyrylo Romanenko proposed openstack/python-cinderclient: Add tests for python-cinderclient  https://review.openstack.org/19764314:38
*** mylu has quit IRC14:38
guitarzanthe alternative is to rework the db api to be able to tell the difference between "yeah I really mean admin" and "not really admin, just give me the admin stuff"14:38
guitarzanand I don't like that idea much14:38
*** mylu has joined #openstack-cinder14:39
kjelly_By the way, just as Cory Stone said, The real problem with this is that using an admin context eliminates the "project_only" flag in model_query in db/sqlalchemy/api.py#257 . Maybe we should refactor db.get14:39
*** lcurtis has joined #openstack-cinder14:39
scottdaOK, that all makes sense. But I see kjelly_ dilemna since you want the second DB call and Thang does not.14:39
thangpscottda: I think the problem is where context is coming from14:40
*** markvoelker_ has quit IRC14:40
thangpscottda: if we really want admin metadata, the context should have been admin in the beginning14:40
thangpand we should not need context.elevated()14:41
*** xyang1 has joined #openstack-cinder14:41
thangpbut there is a mix of using context.elevated() to get admin stuff with just a under-privilege user in a lot of places14:41
scottdawell, do we ever want or need admin stuff for a non-admin user? That code must be there for a reason...14:42
thangpthat's what I do not understand... why do we need admin_metadata for a non-admin14:42
scottdaguitarzan: do you know why?14:43
guitarzanthangp: but there is some "user viewable" admin metadata14:43
*** jgriffith has left #openstack-cinder14:43
*** jgriffith has quit IRC14:43
guitarzanthangp: which probably shouldn't exist, but it does14:43
thangpguitarzan: then shouldnt it be under metadata then?14:44
scottdayes, that  seems like the root of the problem.14:44
thangpinstead of admin_metadata14:44
guitarzanhonestly I don't remember exactly what was being put in admin_metadata14:44
kjelly_thangp: admin metadata only have two key 'readonly', 'attached_mode'14:44
guitarzanok, that makes sense then14:44
guitarzanbecause users can update regular metadata and we don't want them to update those14:44
guitarzanthose probably shouldn't be meta but should instead be actual volume attributes14:44
*** coolsvap|away is now known as coolsvap14:44
guitarzanbut that's a discussion that probably should have happened months ago before it got committed14:45
*** mdenny has joined #openstack-cinder14:45
guitarzanyay technical debt14:45
thangpso admin_metadata should be readable by everyone?14:45
guitarzanthangp: no, only those two specific keys14:45
thangpoh14:45
thangpvery confusing14:45
guitarzanI completely agree14:45
thangpi wish we have metadata that is not editable14:46
thangpthen it would fix this14:46
scottdayeah, make admin_metadata readable by all but writable only by the admin14:46
guitarzanwell, I'm guessing the idea is there also could be admin meta that isn't actually readable14:46
guitarzanbut I don't want to speculate too much14:47
scottdableh14:47
guitarzanyep, feels quite yucky14:47
scottdawhat about moving 'readonly' and 'attached_mode' to volume_attributes?14:47
scottdahow hard is that (technically speaking)?14:47
guitarzanI think that's worth bringing up14:47
guitarzanit's a db migration14:48
guitarzanI wonder if we could find the review that added those14:48
guitarzanI imagine (hope) that this topic came up then14:48
thangpthe only problem with an extra db call is it might slow down volume_get.  volume_get is called pretty often14:48
guitarzanI'm curious what DuncanT remembers about that14:48
guitarzanthangp: no argument there either :)14:48
guitarzantypically "one" call isn't too harmful, it's the n+1s that kill us14:49
kjelly_So the patch will be useless because we will use volume_attributes instead of admin meta data?14:50
thangpwhat if we put the 'readonly' and 'attached_mode' were put into metadata and we just block any edit of it?14:51
thangpbut i prefer to put it in the volume attribute myself14:51
thangpjust a thought14:52
*** jgriffith has joined #openstack-cinder14:52
*** salv-orlando has joined #openstack-cinder14:53
kjelly_thangp: putting it in the volume attribute is better. But we need more work.14:55
*** breitz has quit IRC14:55
*** breitz has joined #openstack-cinder14:56
*** annegentle has joined #openstack-cinder14:57
*** chlong has quit IRC14:57
*** alwaysatthenoc has joined #openstack-cinder15:00
kjelly_thangp: By the way, volumes[“volume_metadata”] is list of “cinder.db.sqlalchemy.models.VolumeMetadata” if the volume is the return value of self.db.volume_get. the api expose some inner implement. Should we refactor it? How do you think?15:01
scottdakjelly_: thangp guitarzan Will any of you be attending the Cinder mid-cycle virtually next week?15:02
scottdaI'll be there, and will bring this all up.15:02
thangpscottda: probably virtually15:02
guitarzanI'm not sure, I don't think so15:02
*** jasondotstar has quit IRC15:03
scottdaIt'd be nice to gather all of this contention up and put it on the agenda. Would someone like to do that?15:03
thangpkjelly: not sure what you are asking15:03
kjelly_scottda: I'm not sure, I don't think so15:03
thangpscottda: I think my request is to move non-admin stuff out of admin_metadata15:03
scottdai.e. The bug (non-admin user can see other project's volume info), the problem with admin_meta (non-admin needs to read, admin only can write)...15:04
thangpI think that is the biggest issue15:04
*** vlaza has left #openstack-cinder15:05
scottdashould we move non-admin stuff to volume_attributes? should we hack volume get? other ideas? etc15:05
guitarzanone thing that might be an issue as far as this bug is it's a big deal and will probably be backported15:05
guitarzanso we'll probably want to commit a fix15:05
guitarzanwithout a db migration15:05
scottdayeah, so perhaps there will be a short term solution (fix bug, even if it's a bit of a hack) and a long term solution (change the way we read and/or write admin_meta or move it to volume_attributes or ??)15:06
thangpscottda: +115:06
*** subscope has quit IRC15:07
kjelly_scottda: +115:07
thangpscottda: it would be easier with a nosql db :)15:07
thangpto add extra stuff15:07
thangpand backport15:07
jgriffithit's funny... this admin-meta and everything we did is such a *simple* thing, but it's caused nothing but problems ever since we implemented it15:08
scottdathangp: yes, well, I'll let you fight for the nosql solution :)15:08
guitarzanjgriffith: indeed :)15:09
*** chlong has joined #openstack-cinder15:11
guitarzanalthough I think "admin meta, but viewable by user" is even worse15:12
jgriffithguitarzan: :(15:12
* jgriffith makes note; "be sure to define usage and rules for things when we create them; and enforce in reviews"15:13
guitarzanthat would be a great note for sure15:13
*** edtubill has joined #openstack-cinder15:16
*** dannywilson has joined #openstack-cinder15:16
*** dims_ has quit IRC15:17
*** dannywilson has quit IRC15:17
*** dims_ has joined #openstack-cinder15:17
*** dannywilson has joined #openstack-cinder15:17
scottdawell, kjelly_ If you'd like to add this issue and the possible solutions to the Cinder mid-cycle agenda, you can add my name and I'll help with the discussion.15:18
*** ronis_ has joined #openstack-cinder15:18
scottdahttps://etherpad.openstack.org/p/cinder-liberty-midcycle-meetup15:18
*** bluex-pl has quit IRC15:19
*** ronis has quit IRC15:20
kjelly_scottda: Ok. Thank you.15:20
*** dims_ is now known as dimsum__15:21
jgriffithdimsum__: You win best casual nic friday nic award15:21
*** jungleboyj has joined #openstack-cinder15:22
jgriffithI'm waiting for hemna to do hemuna-hemuna-hemuna15:22
dimsum__jgriffith: :)15:23
*** ronis_ has quit IRC15:23
dimsum__love that one too!15:23
*** belmoreira has quit IRC15:24
*** jasondotstar has joined #openstack-cinder15:26
*** ganso_ has joined #openstack-cinder15:29
mtaninothingee: hi! Do you plan to fix your spec and merge it within today? https://review.openstack.org/#/c/183947/315:33
mtaninoI guess that spec is almost close.15:35
*** daneyon has joined #openstack-cinder15:36
*** krypton has joined #openstack-cinder15:36
*** kjelly_ has quit IRC15:38
openstackgerritKurt Martin proposed openstack/cinder: Over subscription for HP LeftHand iSCSI driver  https://review.openstack.org/20724815:47
*** dustins has quit IRC15:47
*** shausy has quit IRC15:47
openstackgerritliuxinguo proposed openstack/cinder: Add hypermetro support for Huawei driver  https://review.openstack.org/20202315:49
*** vokt has joined #openstack-cinder15:55
*** markvoelker has joined #openstack-cinder15:59
*** xyang1 has quit IRC16:00
*** ub has quit IRC16:01
*** xyang1 has joined #openstack-cinder16:01
*** coolsvap is now known as coolsvap|away16:02
*** markvoelker has quit IRC16:02
*** annashen has joined #openstack-cinder16:04
*** jasondotstar has quit IRC16:06
*** markus_z has quit IRC16:06
*** garthb has joined #openstack-cinder16:07
*** annashen has quit IRC16:09
*** mylu has quit IRC16:09
openstackgerritYuriy Nesenenko proposed openstack/python-cinderclient: Add support '--all-tenants' argument for cinder backup-list  https://review.openstack.org/20746916:10
*** _cjones_ has joined #openstack-cinder16:11
edmondswjungleboyj, please look at this again when you get a chance: https://review.openstack.org/#/c/203237/16:11
*** alwaysatthenoc has quit IRC16:13
*** e0ne has quit IRC16:13
*** ashuk has joined #openstack-cinder16:13
openstackgerritliuxinguo proposed openstack/cinder: Add smartX support for Huawei driver  https://review.openstack.org/18873216:14
*** yuriy_n17 has quit IRC16:15
openstackgerritliuxinguo proposed openstack/cinder: Add volume migration support for Huawei driver  https://review.openstack.org/20140616:17
jungleboyjedmondsw: Ok, sorry I have been behind on reviews.16:17
edmondswnp, tx16:18
edmondswI just keep having to rebase, so I'd like to get this in :)16:18
*** mylu has joined #openstack-cinder16:19
*** ub has joined #openstack-cinder16:19
openstackgerritliuxinguo proposed openstack/cinder: Add volume retype support for Huawei driver  https://review.openstack.org/20148516:20
*** leeantho has joined #openstack-cinder16:23
*** ub2 has joined #openstack-cinder16:23
*** mriedem has quit IRC16:24
*** ub has quit IRC16:24
*** annashen has joined #openstack-cinder16:25
*** ashuk has quit IRC16:25
thingeemtanino: yes16:26
*** jungleboyj has quit IRC16:29
hemnawuh16:31
*** primechuck has quit IRC16:33
*** mylu has quit IRC16:33
*** primechuck has joined #openstack-cinder16:33
*** primechuck has quit IRC16:33
*** primechuck has joined #openstack-cinder16:33
openstackgerritWalter A. Boring IV (hemna) proposed openstack/os-brick: Add rootwrap filters  https://review.openstack.org/20755316:34
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements  https://review.openstack.org/20687716:35
*** liuxg has joined #openstack-cinder16:35
*** Apoorva has joined #openstack-cinder16:36
*** cebruns_ has quit IRC16:37
*** hemna is now known as chewbacca16:40
*** ub2 has quit IRC16:40
*** chewbacca is now known as wookie16:41
*** wookie is now known as Guest915516:42
*** krypton has quit IRC16:42
*** jistr has quit IRC16:42
*** briancline has joined #openstack-cinder16:43
*** krtaylor has quit IRC16:44
*** ub has joined #openstack-cinder16:44
*** liuxg has quit IRC16:44
*** annashen_ has joined #openstack-cinder16:47
*** Guest9155 is now known as pipercolt16:47
*** mylu has joined #openstack-cinder16:47
*** amit213 has quit IRC16:50
*** amit213 has joined #openstack-cinder16:50
*** annashen has quit IRC16:50
mtaninothingee: oops, sorry for my late and thank you for the confirmation :)16:50
*** krtaylor has joined #openstack-cinder16:57
*** timcl1 has joined #openstack-cinder16:57
*** timcl has quit IRC16:59
*** ndipanov has quit IRC17:01
*** anish has quit IRC17:01
*** anish has joined #openstack-cinder17:02
*** ndipanov has joined #openstack-cinder17:02
*** e0ne has joined #openstack-cinder17:03
*** markvoelker has joined #openstack-cinder17:03
*** erlon has quit IRC17:03
*** ub has quit IRC17:03
*** skylerberg has joined #openstack-cinder17:05
*** ndipanov has quit IRC17:09
*** chlong has quit IRC17:09
*** dalgaaf has quit IRC17:09
*** dustins has joined #openstack-cinder17:09
*** annegentle is now known as theannegentle17:09
*** ub has joined #openstack-cinder17:10
skylerbergIs the concensus that we are sticking with the current ABC + multiple inheritance approach for drivers?17:10
*** krypton has joined #openstack-cinder17:11
*** sgotliv has quit IRC17:11
*** ndipanov has joined #openstack-cinder17:11
skylerberg*consensus17:11
*** Lee1092 has quit IRC17:13
*** mylu has quit IRC17:16
*** krypton has quit IRC17:17
*** krypton has joined #openstack-cinder17:18
swamireddyI have installed icehouse cinder and want to upgrade to Kilo release. Do we have any upgrade process for this?17:19
*** theannegentle has quit IRC17:19
*** theannegentle has joined #openstack-cinder17:20
*** krypton has quit IRC17:22
*** mylu has joined #openstack-cinder17:23
*** ub has quit IRC17:23
*** salv-orlando has quit IRC17:25
*** jasondotstar has joined #openstack-cinder17:25
*** markvoelker has quit IRC17:26
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder: Add connector object to create_export  https://review.openstack.org/20280817:27
*** krypton has joined #openstack-cinder17:28
*** e0ne has quit IRC17:33
*** xyang1 has quit IRC17:33
*** e0ne has joined #openstack-cinder17:33
openstackgerritJon Bernard proposed openstack/cinder: RBD: use user-configured value for chunk size  https://review.openstack.org/20710717:37
*** theannegentle has quit IRC17:45
*** lpetrut has quit IRC17:47
*** gouthamr has joined #openstack-cinder17:54
*** ronis_ has joined #openstack-cinder17:54
*** aix has quit IRC17:54
*** timcl1 has quit IRC17:54
*** ub has joined #openstack-cinder17:54
*** timcl has joined #openstack-cinder17:55
*** bswartz has quit IRC17:55
*** shyama has quit IRC17:55
*** bswartz has joined #openstack-cinder18:01
*** annashen has joined #openstack-cinder18:05
*** patrickeast has joined #openstack-cinder18:07
*** annashen has quit IRC18:10
*** theannegentle has joined #openstack-cinder18:11
*** breitz has quit IRC18:12
*** timcl has quit IRC18:13
*** mylu has quit IRC18:15
*** timcl has joined #openstack-cinder18:16
*** ndipanov has quit IRC18:18
thingeejgriffith: ping18:19
*** jordanP has quit IRC18:21
*** vokt has quit IRC18:24
*** pipercolt is now known as hemna18:26
hemnaxyang, looks like the devstack patch isn't working18:26
hemnaxyang, http://paste.openstack.org/show/406619/18:27
*** salv-orlando has joined #openstack-cinder18:27
*** markvoelker has joined #openstack-cinder18:28
*** lpetrut has joined #openstack-cinder18:29
*** salv-orlando has quit IRC18:36
*** patrickeast has quit IRC18:37
*** e0ne has quit IRC18:37
*** markvoelker has quit IRC18:37
*** bswartz has quit IRC18:38
*** IlyaG has joined #openstack-cinder18:42
*** e0ne has joined #openstack-cinder18:45
*** e0ne has quit IRC18:47
*** kvidvans has quit IRC18:53
*** bswartz has joined #openstack-cinder18:54
hemnaok I'm heading out.  I'll see you guys Tuesday at the midcycle.18:56
tbarronhemna: cu there, have a good weekend18:56
*** hemna is now known as hemnafk18:56
hemnafkl8rs!18:57
*** kjnelson has quit IRC18:58
*** timcl has quit IRC19:00
*** salv-orlando has joined #openstack-cinder19:01
*** kjnelson has joined #openstack-cinder19:04
*** lpetrut has quit IRC19:04
*** ub has quit IRC19:06
*** ub has joined #openstack-cinder19:07
*** jasondotstar has quit IRC19:12
*** patrickeast has joined #openstack-cinder19:16
openstackgerritMike Perez proposed openstack/cinder-specs: Updating Get Volume Driver Capabilities Spec  https://review.openstack.org/18394719:17
thingeemtanino, jgriffith, DuncanT https://review.openstack.org/#/c/183947/319:18
*** gouthamr has quit IRC19:18
thingeeplease and thank you19:18
mtaninothingee: looking :)19:18
* thingee disappears for a bit19:18
*** afazekas has joined #openstack-cinder19:18
openstackgerritErickson Filipe Guedes dos Santos proposed openstack/cinder: Cinder Nested Quota Driver  https://review.openstack.org/20536919:19
*** jasondotstar has joined #openstack-cinder19:19
*** thangp has quit IRC19:22
*** Guest100_ has joined #openstack-cinder19:23
*** jasondotstar has quit IRC19:25
*** ig0r_ has quit IRC19:26
*** afazekas has quit IRC19:26
*** e0ne has joined #openstack-cinder19:32
*** openstack has joined #openstack-cinder19:34
openstackgerritTom Barron proposed openstack/cinder-specs: Scaling backup service blueprint spec  https://review.openstack.org/20321519:40
*** xyang1 has joined #openstack-cinder19:40
*** Yogi1 has quit IRC19:46
*** angela-s has joined #openstack-cinder19:46
*** annashen has joined #openstack-cinder19:50
*** angela-s has quit IRC19:54
*** ronis_ has quit IRC20:01
*** annashen has quit IRC20:11
*** lpetrut has joined #openstack-cinder20:11
*** edtubill has left #openstack-cinder20:27
*** lpetrut has quit IRC20:28
*** e0ne has quit IRC20:30
*** xyang1 has quit IRC20:30
*** xyang1 has joined #openstack-cinder20:37
*** akerr has quit IRC20:38
*** bapalm_ has quit IRC20:38
*** xyang1 has quit IRC20:39
*** bswartz has quit IRC20:43
*** aix has joined #openstack-cinder20:47
*** e0ne has joined #openstack-cinder20:48
*** Guest100_ has quit IRC20:50
*** kjnelson has left #openstack-cinder20:56
*** dustins has quit IRC20:57
*** changbl has quit IRC21:09
*** Qzhang has joined #openstack-cinder21:13
*** Guest100_ has joined #openstack-cinder21:14
*** boris-42 has joined #openstack-cinder21:23
*** cbader has quit IRC21:25
*** e0ne has quit IRC21:30
*** bapalm_ has joined #openstack-cinder21:31
*** superflyy has joined #openstack-cinder21:31
*** vilobhmm has joined #openstack-cinder21:34
*** xyang1 has joined #openstack-cinder21:34
vilobhmmthingee, jgriffith, xyang1:  if you can review this https://review.openstack.org/#/c/206170/4 it would be helpful…has lots of +1, +2 just needs approval21:35
*** DericHorn-HP has joined #openstack-cinder21:41
*** primechuck has quit IRC21:43
*** vokt has joined #openstack-cinder21:45
*** vokt has quit IRC21:46
*** xyang1 has quit IRC21:49
openstackgerritPatrick East proposed openstack/cinder: Generic image-volume cache  https://review.openstack.org/19579521:51
*** bapalm_ has quit IRC21:55
*** tsekiyama has joined #openstack-cinder21:59
*** leeantho_ has joined #openstack-cinder22:01
*** leeantho has quit IRC22:02
*** primechuck has joined #openstack-cinder22:04
*** annashen has joined #openstack-cinder22:12
*** annashen has quit IRC22:16
*** xyang1 has joined #openstack-cinder22:24
*** lcurtis has quit IRC22:25
*** xyang1 has quit IRC22:27
*** theannegentle has quit IRC22:48
*** alexpilotti has joined #openstack-cinder22:51
*** superflyy has quit IRC22:52
alexpilottithingee: hi22:52
*** annashen_ has quit IRC22:54
*** annashen has joined #openstack-cinder22:55
*** earlephilhower has quit IRC22:55
alexpilottithingee: the windows iSCSI / SMB / Samba CI has been improved to solve the issues that you pointed out, mostly caused by overload related transient issues22:56
*** theannegentle has joined #openstack-cinder23:01
vilobhmmjgriffith, jungleboyj : ping23:05
*** theannegentle has quit IRC23:06
*** primechuck has quit IRC23:10
*** alexpilotti has quit IRC23:11
*** vilobhmm has quit IRC23:15
*** leeantho has joined #openstack-cinder23:16
*** _cjones_ has quit IRC23:18
*** garthb has quit IRC23:18
*** leeantho_ has quit IRC23:19
*** Yogi1 has joined #openstack-cinder23:21
*** DericHorn-HP has quit IRC23:22
*** DericHorn-HP has joined #openstack-cinder23:25
*** dannywilson has quit IRC23:30
*** patrickeast has quit IRC23:30
*** daneyon has quit IRC23:30
*** daneyon has joined #openstack-cinder23:31
*** Qzhang has quit IRC23:31
*** mdenny has quit IRC23:35
*** julim has quit IRC23:37
*** marcusvrn has quit IRC23:43
*** sghanekar has joined #openstack-cinder23:45
*** daneyon has quit IRC23:46
*** IlyaG has quit IRC23:46
openstackgerritxing-yang proposed openstack/cinder: Add multiple pools support to VMAX driver  https://review.openstack.org/18999023:49
*** Yogi1 has quit IRC23:49
openstackgerritxing-yang proposed openstack/cinder: EMC VMAX Create CG from CG Snapshot  https://review.openstack.org/19528023:52
*** tsekiyam_ has joined #openstack-cinder23:57
*** theannegentle has joined #openstack-cinder23:58

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