Wednesday, 2017-04-12

*** cknight has quit IRC00:05
*** lamt has quit IRC00:06
*** lamt has joined #openstack-cinder00:08
*** lamt has quit IRC00:10
*** lamt has joined #openstack-cinder00:11
*** lamt has quit IRC00:11
*** crushil has quit IRC00:12
*** chris_morrell has quit IRC00:13
*** wanghao has joined #openstack-cinder00:15
*** winston-d_ has joined #openstack-cinder00:37
*** zhurong has joined #openstack-cinder00:40
*** Apoorva_ has quit IRC00:42
*** Apoorva has joined #openstack-cinder00:43
*** zhangguoqing has joined #openstack-cinder00:51
*** zhangguoqing has quit IRC00:51
*** zhangguoqing has joined #openstack-cinder00:51
*** chhavi has joined #openstack-cinder00:54
*** cknight has joined #openstack-cinder00:55
*** huanxuan has joined #openstack-cinder00:57
*** zengyingzhe__ has quit IRC01:00
*** zengyingzhe__ has joined #openstack-cinder01:00
*** zhangguoqing has quit IRC01:02
*** crushil has joined #openstack-cinder01:07
*** wanghao has quit IRC01:10
*** Jack_Iv has joined #openstack-cinder01:10
*** wanghao has joined #openstack-cinder01:11
*** Jack_Iv has quit IRC01:14
*** chhavi has quit IRC01:17
*** yangyapeng has joined #openstack-cinder01:17
*** liverpooler has quit IRC01:19
*** lucasxu has joined #openstack-cinder01:24
*** gcb has joined #openstack-cinder01:32
*** zhangguoqing has joined #openstack-cinder01:32
*** kaisers_ has joined #openstack-cinder01:36
*** lucasxu has quit IRC01:38
*** kaisers has quit IRC01:39
*** lucasxu has joined #openstack-cinder01:39
*** kaisers_ has quit IRC01:42
*** wanghao has quit IRC01:43
*** wanghao has joined #openstack-cinder01:44
*** lucasxu has quit IRC01:46
*** lucasxu has joined #openstack-cinder01:46
openstackgerritTommyLike proposed openstack/cinder master: [BugFix] Add method policy in attachment APIs  https://review.openstack.org/45510101:47
*** dillaman has quit IRC01:49
*** s-shiono_ has joined #openstack-cinder01:54
*** s-shiono has quit IRC01:57
*** wanghao has quit IRC01:58
*** dillaman has joined #openstack-cinder02:04
*** jamielennox is now known as jamielennox|away02:07
*** Apoorva_ has joined #openstack-cinder02:09
*** Apoorva has quit IRC02:13
*** Apoorva_ has quit IRC02:14
*** wanghao has joined #openstack-cinder02:15
tommylikehuhey jgriffith ildikov , I post answer to your concerns here, I reckon the choice between02:17
tommylikehu'volume:attachment_create' and 'attachment_create' is decided by where (which file) we place02:17
tommylikehuthe policy enforcement, we now place that at the volume/api.py  file.02:17
tommylikehuattachment_create/attachment:create02:17
*** crushil has quit IRC02:20
*** lucasxu has quit IRC02:22
*** wanghao has quit IRC02:25
*** Julien-zte has joined #openstack-cinder02:26
*** mtanino has joined #openstack-cinder02:26
openstackgerritSean McGinnis proposed openstack/cinder master: Revert "Huawei: disable certificate verification"  https://review.openstack.org/45587802:26
*** zhonghua has quit IRC02:29
*** crushil has joined #openstack-cinder02:29
*** zhonghua has joined #openstack-cinder02:30
*** mriedem1 has joined #openstack-cinder02:30
*** mriedem has quit IRC02:32
ildikovtommylikehu: ah, so it's based on where the policy_enforcement calls are02:33
ildikovtommylikehu: I didn't know that02:33
tommylikehuyes,02:34
tommylikehuildikov:  and about the difference between create and update/delete I am not sure02:34
*** rkmrHonjo has joined #openstack-cinder02:34
tommylikehuwe should not prevent user creating this resources?02:35
*** mriedem1 is now known as mriedem02:36
*** kaisers has joined #openstack-cinder02:37
openstackgerritTommyLike proposed openstack/cinder master: [BugFix] Add method policy in attachment APIs  https://review.openstack.org/45510102:40
ildikovtommylikehu: BTW what's the default policy?02:40
tommylikehuI am not sure, smcginnis  leave that one empty?02:41
*** cknight has quit IRC02:42
tommylikehuildikov:  if we wanna let the administrator make the choice we should apply that enforcement and left the value in policy.json empty such as "resource:action":""02:42
*** Julien-zte has quit IRC02:43
ildikovtommylikehu: so with the attachment_create whatever applies to the volume will be enforced anyhow within that call02:43
ildikovtommylikehu: so might not matter that much anyhow02:43
*** Julien-zte has joined #openstack-cinder02:43
smcginnistommylikehu: Yeah, probably fine to leave that one empty.02:44
*** liverpooler has joined #openstack-cinder02:44
*** gouthamr has quit IRC02:44
ildikovsmcginnis: cool, tnx for confirming02:45
ildikovtommylikehu: now I only miss the negative tests from that patch :)02:46
*** Julien-zte has quit IRC02:47
*** Julien-zte has joined #openstack-cinder02:48
tommylikehuildikov: what do you mean by negative testcase?02:49
tommylikehutestcase for the missing of content in policy.json?02:49
ildikovtommylikehu: no, the attachment operations invoked by someone who does not fulfill the policy requirements02:50
tommylikehuthe new added testcases would fail if you try to remove the corresponding line in test/policy.json02:51
tommylikehuildikov: Is that what you want?02:52
tommylikehuthey will fail too if you try to upgrade the required role from user to administrator, balabala02:53
*** zhangguoqing has quit IRC02:54
ildikovtommylikehu: so it's admin or owner right now, right?02:55
*** Julien-zte has quit IRC02:56
ildikovtommylikehu: so if someone tries to perform the actions without being either admin or owner that should fail too02:56
*** Julien-zte has joined #openstack-cinder02:56
*** zhangguoqing has joined #openstack-cinder02:56
tommylikehuildikov:  yes, that's why I add the use_admin_context parameter at the delete and update testcases02:57
ildikovtommylikehu: I just wanted to see the test that does not have it02:58
*** zhangguoqing has quit IRC02:58
*** Apoorva has joined #openstack-cinder02:58
*** zhangguoqing has joined #openstack-cinder02:58
tommylikehuildikov:  so add a testcase which tries to remove the line in the policy.json and then fire a update operation?02:59
ildikovtommylikehu: no, add a non-admin-context testcase03:00
*** zhangguoqing has quit IRC03:00
tommylikehuildikov well, that make sense03:01
smcginnisSo mock out check_policy to behave as if the user does not comply with the policy.03:01
*** zhangguoqing has joined #openstack-cinder03:02
*** chlong has joined #openstack-cinder03:03
*** chlong_ has joined #openstack-cinder03:03
*** nicolasbock has quit IRC03:03
ildikovtommylikehu: ok, cool03:03
tommylikehusmcginnis:  maybe we can use a non-admin role to perform the admin rule required operation and then assert the raise of exception?03:04
tommylikehumock means we are not sure that rule exists at the policy.json file03:04
tommylikehureally exists03:04
tommylikehuand that's why we could have that bug and while testcases run fatanstic03:05
ildikovtommylikehu: +103:07
*** Julien-zte has quit IRC03:07
*** Julien-zte has joined #openstack-cinder03:08
*** lamt has joined #openstack-cinder03:14
*** dustins has quit IRC03:16
*** Julien-zte has quit IRC03:17
*** Julien-zte has joined #openstack-cinder03:18
*** markstur has joined #openstack-cinder03:19
*** jamielennox|away is now known as jamielennox03:23
*** Apoorva has quit IRC03:24
*** Julien-zte has quit IRC03:26
*** Julien-zte has joined #openstack-cinder03:27
*** kaisers has quit IRC03:27
*** Julien-zte has quit IRC03:31
*** Julien-zte has joined #openstack-cinder03:31
*** gkadam has joined #openstack-cinder03:34
*** lamt has quit IRC03:43
*** crushil has quit IRC03:44
openstackgerritPeter Wang proposed openstack/cinder master: VNX: Add QoS support  https://review.openstack.org/44178603:44
*** Julien-zte has quit IRC03:44
*** Julien-zte has joined #openstack-cinder03:45
*** mriedem has quit IRC03:48
openstackgerritXieYingYun proposed openstack/cinder master: Add Apache License Content in index.rst  https://review.openstack.org/45518003:51
*** Julien-zte has quit IRC03:51
*** Julien-zte has joined #openstack-cinder03:52
*** lamt has joined #openstack-cinder03:56
*** dave-mccowan has joined #openstack-cinder03:57
*** diablo_rojo has joined #openstack-cinder03:57
*** Julien-zte has quit IRC03:58
*** rcernin has joined #openstack-cinder03:59
*** rcernin is now known as rcernin|wfh|mtg03:59
*** Julien-zte has joined #openstack-cinder03:59
*** links has joined #openstack-cinder04:03
*** zhurong has quit IRC04:06
*** lamt has quit IRC04:08
*** markstur has quit IRC04:08
*** lamt has joined #openstack-cinder04:10
openstackgerritOpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements  https://review.openstack.org/45590504:10
*** kaisers has joined #openstack-cinder04:12
*** Julien-zte has quit IRC04:13
*** Julien-zte has joined #openstack-cinder04:13
*** Julien-zte has quit IRC04:14
*** Julien-zte has joined #openstack-cinder04:14
*** kaisers has quit IRC04:15
*** dave-mccowan has quit IRC04:16
*** dave-mccowan has joined #openstack-cinder04:16
*** crushil has joined #openstack-cinder04:17
*** mtanino has quit IRC04:18
*** kaisers has joined #openstack-cinder04:18
*** lamt has quit IRC04:19
*** kaisers has quit IRC04:21
*** Poornima has joined #openstack-cinder04:26
*** rkmrHonjo_ has joined #openstack-cinder04:30
*** rkmrHonjo has quit IRC04:33
*** zhurong has joined #openstack-cinder04:34
*** psachin has joined #openstack-cinder04:35
*** Julien-zte has quit IRC04:36
*** Poornima has quit IRC04:36
*** lucasxu has joined #openstack-cinder04:36
*** Poornima has joined #openstack-cinder04:38
*** Julien-zte has joined #openstack-cinder04:40
*** lamt has joined #openstack-cinder04:44
*** kaisers has joined #openstack-cinder04:46
*** Julien-zte has quit IRC04:47
*** crushil has quit IRC04:48
*** Julien-zte has joined #openstack-cinder04:48
*** dave-mccowan has quit IRC04:50
*** kaisers has quit IRC04:51
*** lamt has quit IRC04:52
*** kaisers has joined #openstack-cinder04:52
*** Julien-zte has quit IRC04:53
*** lamt has joined #openstack-cinder04:54
*** Julien-zte has joined #openstack-cinder04:55
*** kaisers has quit IRC04:57
*** adisky_ has joined #openstack-cinder04:57
*** crushil has joined #openstack-cinder05:01
*** chlong_ has quit IRC05:03
*** markstur has joined #openstack-cinder05:03
*** chlong has quit IRC05:03
*** markstur has quit IRC05:07
*** lamt has quit IRC05:08
*** chhavi has joined #openstack-cinder05:10
*** Jack_Iv has joined #openstack-cinder05:11
*** rcernin|wfh|mtg has quit IRC05:11
*** Julien-zte has quit IRC05:12
*** Julien-zte has joined #openstack-cinder05:14
*** Jack_Iv has quit IRC05:15
*** yangyape_ has joined #openstack-cinder05:16
*** crushil has quit IRC05:16
*** yangyapeng has quit IRC05:17
*** zhonghua has quit IRC05:17
*** zhonghua has joined #openstack-cinder05:18
*** rcernin has joined #openstack-cinder05:20
dr_gogeta86xyang1 thank you i'll try it soon05:21
*** Julien-zte has quit IRC05:30
*** Julien-zte has joined #openstack-cinder05:31
*** Jack_Iv has joined #openstack-cinder05:38
*** lucasxu has quit IRC05:40
*** diablo_rojo has quit IRC05:41
*** ChubYann has quit IRC05:44
*** Julien-zte has quit IRC05:46
*** Julien-zte has joined #openstack-cinder05:47
*** alonma has joined #openstack-cinder05:47
openstackgerritMerged openstack/cinder master: HPE Lefthand: add CG capability to generic groups  https://review.openstack.org/45134805:47
*** lamt has joined #openstack-cinder05:49
*** kaisers has joined #openstack-cinder05:53
*** Julien-zte has quit IRC05:57
*** Julien-zte has joined #openstack-cinder05:57
*** lamt has quit IRC05:58
*** alonma has quit IRC05:59
*** chhavi has quit IRC06:02
*** Dinesh_Bhor has quit IRC06:04
*** Julien-zte has quit IRC06:06
*** Julien-zte has joined #openstack-cinder06:07
*** ociuhandu has quit IRC06:08
*** Julien-zte has quit IRC06:11
*** Julien-zte has joined #openstack-cinder06:12
*** Julien-zte has quit IRC06:15
*** Julien-zte has joined #openstack-cinder06:16
*** Elaine_wu has quit IRC06:18
*** Elaine_wu has joined #openstack-cinder06:19
*** chhavi has joined #openstack-cinder06:20
*** Julien-zte has quit IRC06:20
*** Julien-zte has joined #openstack-cinder06:21
*** Jack_Iv has quit IRC06:25
*** e0ne has joined #openstack-cinder06:30
*** pcaruana has joined #openstack-cinder06:30
openstackgerritzhangsong proposed openstack/cinder master: Support shared lock  https://review.openstack.org/45607206:31
*** Julien-zte has quit IRC06:31
*** Julien-zte has joined #openstack-cinder06:32
*** Julien-zte has quit IRC06:34
*** alonma has joined #openstack-cinder06:34
*** Julien-zte has joined #openstack-cinder06:34
*** e0ne has quit IRC06:35
*** Jack_Iv has joined #openstack-cinder06:37
*** Dinesh_Bhor has joined #openstack-cinder06:38
*** Jack_Iv has quit IRC06:42
openstackgerritSilvan Kaiser proposed openstack/cinder master: Adds a bugfix release note regarding backing up with the Quobytedriver  https://review.openstack.org/45607506:47
*** belmoreira has joined #openstack-cinder06:49
*** tesseract has joined #openstack-cinder06:49
*** Julien-zte has quit IRC06:54
*** Kimmo_ has quit IRC06:54
*** jistr has quit IRC06:54
*** ntt has quit IRC06:55
*** Lehtu_ has quit IRC06:55
*** thurloat has quit IRC06:55
*** sage_ has quit IRC06:55
*** MarkMielke has quit IRC06:55
*** sage_ has joined #openstack-cinder06:55
*** jistr has joined #openstack-cinder06:56
*** thurloat has joined #openstack-cinder06:56
*** Lehtu has joined #openstack-cinder06:56
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Add open-iscsi manual scan support  https://review.openstack.org/45539406:56
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Refactor iSCSI connect  https://review.openstack.org/45539306:56
*** MarkMielke has joined #openstack-cinder06:57
*** Julien-zte has joined #openstack-cinder06:57
*** ntt has joined #openstack-cinder06:59
*** rcernin has quit IRC06:59
*** Jack_Iv has joined #openstack-cinder07:00
*** Jack_Iv has quit IRC07:01
openstackgerritSwapnil Nilangekar proposed openstack/cinder master: HPE 3PAR: CG capability in GVG for HPE-3PAR drivers.  https://review.openstack.org/45514107:02
*** pgadiya has joined #openstack-cinder07:02
*** Jack_Iv has joined #openstack-cinder07:03
*** Jack_Iv has quit IRC07:03
*** Jack_Iv has joined #openstack-cinder07:03
*** Julien-zte has quit IRC07:06
*** Julien-zte has joined #openstack-cinder07:07
openstackgerritSwapnil Nilangekar proposed openstack/cinder master: HPE 3PAR: CG capability in GVG for HPE-3PAR drivers.  https://review.openstack.org/45514107:10
*** chhavi has quit IRC07:12
openstackgerritwangxiyuan proposed openstack/cinder-specs master: Support metadata for backup resource  https://review.openstack.org/45608807:13
*** markstur has joined #openstack-cinder07:14
*** rcernin has joined #openstack-cinder07:16
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Add open-iscsi manual scan support  https://review.openstack.org/45539407:16
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Refactor iSCSI connect  https://review.openstack.org/45539307:16
*** kaisers has quit IRC07:17
*** Julien-zte has quit IRC07:18
*** markstur has quit IRC07:18
*** Julien-zte has joined #openstack-cinder07:19
*** zhangguoqing has quit IRC07:22
*** chhavi has joined #openstack-cinder07:26
*** alonma has quit IRC07:27
*** alonma has joined #openstack-cinder07:27
*** alonma has quit IRC07:27
*** alonma has joined #openstack-cinder07:28
*** zhangguoqing has joined #openstack-cinder07:30
*** rcernin has quit IRC07:37
*** rcernin_ has joined #openstack-cinder07:37
*** rcernin_ has quit IRC07:38
*** Julien-zte has quit IRC07:38
*** rcernin_ has joined #openstack-cinder07:38
*** Julien-zte has joined #openstack-cinder07:38
*** Julien-zte has quit IRC07:45
*** chhavi has quit IRC07:45
*** Julien-zte has joined #openstack-cinder07:45
*** Julien-zte has quit IRC07:50
*** Julien-zte has joined #openstack-cinder07:50
*** e0ne has joined #openstack-cinder07:51
*** chhavi has joined #openstack-cinder07:52
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-cinder08:00
*** e0ne has quit IRC08:00
*** e0ne has joined #openstack-cinder08:01
openstackgerritTommyLike proposed openstack/cinder master: [BugFix] Add method policy in attachment APIs  https://review.openstack.org/45510108:01
openstackgerritSatish Venkatasubramanian proposed openstack/cinder master: Add snapshots/summary API support  https://review.openstack.org/40712308:06
*** Julien-zte has quit IRC08:07
*** Julien-zte has joined #openstack-cinder08:08
openstackgerritwangxiyuan proposed openstack/cinder master: [api-ref] Update volume metadata key api  https://review.openstack.org/45610708:10
*** Julien-zte has quit IRC08:12
*** Administrator_ has quit IRC08:12
*** Administrator_ has joined #openstack-cinder08:12
*** Julien-zte has joined #openstack-cinder08:12
*** kaisers has joined #openstack-cinder08:13
*** Julien-zte has quit IRC08:15
*** Julien-zte has joined #openstack-cinder08:15
*** yangyape_ has quit IRC08:16
*** yangyapeng has joined #openstack-cinder08:18
openstackgerritTommyLike proposed openstack/cinder master: [BugFix] Add 'connection_info' to attachment object  https://review.openstack.org/45513108:19
*** Julien-zte has quit IRC08:19
*** Julien-zte has joined #openstack-cinder08:19
*** dmellado has joined #openstack-cinder08:23
*** geguileo has joined #openstack-cinder08:23
*** aarefiev_afk is now known as aarefiev08:24
*** Jack_Iv has quit IRC08:26
*** Julien-zte has quit IRC08:26
*** Jack_Iv has joined #openstack-cinder08:26
*** Julien-zte has joined #openstack-cinder08:26
*** s-shiono_ has quit IRC08:28
openstackgerritwangxiyuan proposed openstack/cinder master: [api-ref] Update volume metadata key api  https://review.openstack.org/45610708:28
*** Julien-zte has quit IRC08:31
*** Julien-zte has joined #openstack-cinder08:31
*** links has quit IRC08:35
openstackgerritChris MacNaughton proposed openstack/os-brick master: Include identity information in rbd commands  https://review.openstack.org/45307208:36
*** Julien-zte has quit IRC08:44
*** Julien-zte has joined #openstack-cinder08:45
kaisers1jungleboy: lpetrut: I added an agenda point for today regarding the remotefs driver CIs issue, pls feel free to kick it if no longer applicable at that time. If still applicable i'd be happy to get things back rolling. I probably won't be able to join the meeting...08:47
*** Julien-zte has quit IRC08:47
*** Julien-zte has joined #openstack-cinder08:48
*** Julien-zte has quit IRC08:51
*** Julien-zte has joined #openstack-cinder08:52
*** links has joined #openstack-cinder08:52
openstackgerritwangxiyuan proposed openstack/python-cinderclient master: Support list_volume for group show  https://review.openstack.org/43217908:53
*** Kimmo_ has joined #openstack-cinder08:54
*** Poornima has quit IRC08:55
*** ociuhandu has joined #openstack-cinder08:55
openstackgerritwangxiyuan proposed openstack/python-cinderclient master: Support list_volume for group show  https://review.openstack.org/43217909:03
*** Julien-zte has quit IRC09:05
*** Julien-zte has joined #openstack-cinder09:05
*** Julien-zte has quit IRC09:07
*** Julien-zte has joined #openstack-cinder09:08
*** wN_ has quit IRC09:11
*** lpetrut has joined #openstack-cinder09:12
*** wN_ has joined #openstack-cinder09:14
*** Julien-zte has quit IRC09:19
*** Julien-zte has joined #openstack-cinder09:20
*** links has quit IRC09:20
openstackgerritSilvan Kaiser proposed openstack/cinder master: Disables xattrs on Quobyte driver mounts  https://review.openstack.org/43532809:21
openstackgerritBalazs Gibizer proposed openstack/cinder master: Improve notification short-circuit  https://review.openstack.org/44201609:24
*** Julien-zte has quit IRC09:24
*** Julien-zte has joined #openstack-cinder09:25
*** Julien-zte has quit IRC09:26
*** Julien-zte has joined #openstack-cinder09:27
*** Julien-zte has quit IRC09:28
openstackgerritzhangsong proposed openstack/cinder master: Support shared lock  https://review.openstack.org/45607209:28
*** Julien-zte has joined #openstack-cinder09:28
*** gkadam is now known as gkadam-afk09:30
*** links has joined #openstack-cinder09:33
openstackgerritSilvan Kaiser proposed openstack/cinder master: Reverts quobyte_volume_url option back to type StrOpt  https://review.openstack.org/44955309:33
*** Julien-zte has quit IRC09:33
*** rkmrHonjo_ has quit IRC09:41
*** abhitechie has joined #openstack-cinder09:43
*** dalgaaf has quit IRC09:44
*** abhinavtechie has joined #openstack-cinder09:44
*** dalgaaf has joined #openstack-cinder09:46
*** abhitechie has quit IRC09:48
*** kaisers has quit IRC09:50
*** chhavi has quit IRC09:57
*** alonma has quit IRC10:12
*** alonma has joined #openstack-cinder10:13
*** alonma has quit IRC10:17
*** sdague has joined #openstack-cinder10:22
*** Poornima_K has joined #openstack-cinder10:24
*** alonma has joined #openstack-cinder10:25
*** abhinavtechie has quit IRC10:25
*** nicolasbock has joined #openstack-cinder10:33
*** abhitechie has joined #openstack-cinder10:37
*** kaisers has joined #openstack-cinder10:46
*** markstur has joined #openstack-cinder10:51
*** markstur has quit IRC10:55
*** abhitechie has quit IRC11:06
*** abhitechie has joined #openstack-cinder11:11
*** abhitechie has quit IRC11:13
*** abhitechie has joined #openstack-cinder11:14
*** abhinavtechie has joined #openstack-cinder11:16
*** abhitechie has quit IRC11:17
*** abhinavtechie has quit IRC11:17
*** abhinavtechie has joined #openstack-cinder11:17
*** abhinavtechie has quit IRC11:20
*** abhinavtechie has joined #openstack-cinder11:20
*** liverpooler has quit IRC11:20
openstackgerritIsaac Beckman proposed openstack/cinder master: XIV: switch to generic volume group  https://review.openstack.org/44815911:21
*** zhurong has quit IRC11:26
*** abishop has joined #openstack-cinder11:31
*** mvk has quit IRC11:31
Dinesh_Bhorsmcginnis, jungleboyj: Hi, it will be great if you review these two fixes whenever you get time: https://review.openstack.org/#/c/452051/ https://review.openstack.org/#/c/454562/11:33
*** zhangguoqing has quit IRC11:41
openstackgerritOpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements  https://review.openstack.org/45590511:41
*** gkadam-afk is now known as gkadam11:42
*** psachin has quit IRC11:51
*** chlong_ has joined #openstack-cinder11:53
*** chlong has joined #openstack-cinder11:53
*** chlong_ has quit IRC11:54
*** abhinavtechie has quit IRC11:56
*** huanxuan has quit IRC11:58
*** Zhongjun__ has joined #openstack-cinder12:02
*** mvk has joined #openstack-cinder12:03
*** zhonghua has quit IRC12:03
*** zhonghua has joined #openstack-cinder12:03
*** psachin has joined #openstack-cinder12:08
*** alonma has quit IRC12:08
*** alonma has joined #openstack-cinder12:09
*** edmondsw has joined #openstack-cinder12:13
*** alonma has quit IRC12:13
*** gouthamr has joined #openstack-cinder12:14
*** alonma has joined #openstack-cinder12:15
*** jonesn has joined #openstack-cinder12:15
*** Poornima_K has quit IRC12:16
*** alonma has quit IRC12:19
*** liverpooler has joined #openstack-cinder12:19
*** haplo37 has quit IRC12:25
*** alonma has joined #openstack-cinder12:26
*** zhonghua has quit IRC12:27
openstackgerritIsaac Beckman proposed openstack/cinder master: XIV: switch to generic volume group  https://review.openstack.org/44815912:28
*** zhonghua has joined #openstack-cinder12:28
*** alonma has quit IRC12:30
*** mriedem has joined #openstack-cinder12:31
*** pgadiya has quit IRC12:31
*** alonma has joined #openstack-cinder12:31
*** winston-d_ has quit IRC12:33
*** kaisers has quit IRC12:33
*** kaisers has joined #openstack-cinder12:33
*** Jack_Iv has quit IRC12:35
*** Jack_Iv has joined #openstack-cinder12:36
*** alonma has quit IRC12:36
*** alonma has joined #openstack-cinder12:36
*** chhavi has joined #openstack-cinder12:37
*** markvoelker has joined #openstack-cinder12:37
*** haplo37_ has joined #openstack-cinder12:38
*** Jack_Iv has quit IRC12:40
*** alonma has quit IRC12:41
*** Jack_Iv has joined #openstack-cinder12:43
*** eharney has joined #openstack-cinder12:43
tommylikehujgriffith, ildikov, jungleboyj , xyang, please take a look at this patch again :) https://review.openstack.org/#/c/455101/12:46
*** lamt has joined #openstack-cinder12:47
*** lamt has quit IRC12:48
openstackgerritHelen Walsh proposed openstack/cinder master: VMAX driver - Manage/Unmanage performance fix  https://review.openstack.org/45620912:52
*** techstepper has joined #openstack-cinder12:54
*** techstepper has quit IRC12:56
*** lamt has joined #openstack-cinder12:57
*** crushil has joined #openstack-cinder13:03
*** gkadam has quit IRC13:05
*** psachin has quit IRC13:06
*** lamt has quit IRC13:07
*** porrua has joined #openstack-cinder13:10
*** Julien-zte has joined #openstack-cinder13:11
*** lamt has joined #openstack-cinder13:16
*** links has quit IRC13:17
*** xyang1 has joined #openstack-cinder13:18
*** Julien-zte has quit IRC13:21
*** erlon has joined #openstack-cinder13:22
*** Julien-zte has joined #openstack-cinder13:23
*** waj334 has quit IRC13:24
*** psachin has joined #openstack-cinder13:27
*** catintheroof has joined #openstack-cinder13:27
*** mtanino has joined #openstack-cinder13:32
*** markvoelker has quit IRC13:37
*** markvoelker has joined #openstack-cinder13:40
*** Julien-zte has quit IRC13:40
*** xyang has joined #openstack-cinder13:41
*** Julien-zte has joined #openstack-cinder13:42
*** mriedem has left #openstack-cinder13:44
*** mriedem has joined #openstack-cinder13:44
*** Julien-zte has quit IRC13:45
openstackgerritTommyLike proposed openstack/cinder-specs master: Use 'LIKE' operator to filter some resource  https://review.openstack.org/44298213:46
*** zhurong has joined #openstack-cinder13:46
tommylikehuping xyang , xyang113:47
xyangtommylikehu: hi13:47
*** Julien-zte has joined #openstack-cinder13:47
tommylikehuI added some response to your comment on this patch: https://review.openstack.org/#/c/455101/13:48
*** Julien-zte has quit IRC13:48
tommylikehuxyang:  could you take a look?13:48
xyangtommylikehu: sure13:48
tommylikehuxyang: thanks13:48
*** Julien-zte has joined #openstack-cinder13:48
*** lamt has quit IRC13:49
*** dustins has joined #openstack-cinder13:52
*** lamt has joined #openstack-cinder13:53
*** Julien-zte has quit IRC13:54
*** Julien-zte has joined #openstack-cinder13:55
openstackgerritNicholas Jones proposed openstack/cinder master: Use cryptography instead of pycrypto  https://review.openstack.org/45231813:56
*** tongli has joined #openstack-cinder13:57
*** ksumit has joined #openstack-cinder13:58
*** ksumit has quit IRC13:58
*** zhurong_ has joined #openstack-cinder13:59
*** zhurong has quit IRC14:01
*** ksumit has joined #openstack-cinder14:02
*** alonma has joined #openstack-cinder14:05
*** lucasxu has joined #openstack-cinder14:10
*** david-lyle has quit IRC14:15
*** kaisers has quit IRC14:20
*** lamt has quit IRC14:21
*** Julien-zte has quit IRC14:27
*** markstur has joined #openstack-cinder14:27
*** Julien-zte has joined #openstack-cinder14:30
*** alonma has quit IRC14:30
openstackgerritwangxiyuan proposed openstack/cinder master: Check "kernel_id", "ramdisk_id" for Glance v2 only  https://review.openstack.org/43941214:32
*** markstur has quit IRC14:32
*** pck has quit IRC14:33
*** links has joined #openstack-cinder14:33
*** links has quit IRC14:36
*** eharney has quit IRC14:40
*** lamt has joined #openstack-cinder14:42
*** crose has joined #openstack-cinder14:43
*** eharney has joined #openstack-cinder14:45
*** Julien-zte has quit IRC14:46
*** wxy| has joined #openstack-cinder14:47
*** Julien-zte has joined #openstack-cinder14:48
*** pck has joined #openstack-cinder14:48
*** chhavi has quit IRC14:50
*** Julien-zte has quit IRC14:51
*** Julien-zte has joined #openstack-cinder14:52
*** Julien-zte has quit IRC14:55
*** ntpttr__ has joined #openstack-cinder14:55
*** zhurong_ has quit IRC14:57
*** lucasxu has quit IRC14:57
*** Julien-zte has joined #openstack-cinder14:57
*** mkoderer has joined #openstack-cinder14:59
*** chris_morrell has joined #openstack-cinder15:00
mkodererxyang: DuncanT: jgriffith: hemna: hi - can we get a review on: https://review.openstack.org/#/c/437313/15:00
*** Julien-zte has quit IRC15:00
xyangmkoderer: sure, I'll take a look15:01
*** ntpttr__ is now known as ntpttr_laptop15:01
*** Julien-zte has joined #openstack-cinder15:01
*** Jack_Iv has quit IRC15:02
*** rcernin_ has quit IRC15:04
*** diablo_rojo has joined #openstack-cinder15:05
*** alonma has joined #openstack-cinder15:05
*** Julien-zte has quit IRC15:06
*** Julien-zte has joined #openstack-cinder15:07
*** ntpttr__ has joined #openstack-cinder15:07
*** ntpttr_laptop has quit IRC15:08
*** Jack_Iv has joined #openstack-cinder15:09
*** Julien-zte has quit IRC15:10
*** Apoorva has joined #openstack-cinder15:10
*** Julien-zte has joined #openstack-cinder15:11
*** Apoorva has quit IRC15:13
*** Jack_Iv has quit IRC15:14
*** lucasxu has joined #openstack-cinder15:18
*** lamt has quit IRC15:20
*** chris_morrell has quit IRC15:21
*** chris_morrell has joined #openstack-cinder15:24
*** lamt has joined #openstack-cinder15:27
*** Julien-zte has quit IRC15:28
*** Julien-zte has joined #openstack-cinder15:28
*** belmoreira has quit IRC15:32
*** Julien-zte has quit IRC15:33
*** Julien-zte has joined #openstack-cinder15:34
*** Julien-zte has quit IRC15:37
*** Julien-zte has joined #openstack-cinder15:38
*** Jack_Iv has joined #openstack-cinder15:42
*** cknight has joined #openstack-cinder15:48
*** Julien-zte has quit IRC15:49
*** Julien-zte has joined #openstack-cinder15:50
*** lamt has quit IRC15:53
*** tesseract has quit IRC15:58
*** kfarr has joined #openstack-cinder15:59
openstackgerritEric Harney proposed openstack/cinder master: Glance: attach volume encryption key id to image  https://review.openstack.org/45334215:59
openstackgerritEric Harney proposed openstack/cinder master: Create volumes from encrypted images  https://review.openstack.org/45334315:59
*** Julien-zte has quit IRC16:01
*** Julien-zte has joined #openstack-cinder16:02
*** mlakat has quit IRC16:03
*** Julien-zte has quit IRC16:04
*** Julien-zte has joined #openstack-cinder16:05
*** aarefiev is now known as aarefiev_afk16:06
*** Julien-zte has quit IRC16:08
*** chris_morrell has quit IRC16:09
*** Julien-zte has joined #openstack-cinder16:09
*** KeithMnemonic has joined #openstack-cinder16:12
*** Julien-zte has quit IRC16:12
*** Julien-zte has joined #openstack-cinder16:14
*** alonma has quit IRC16:14
*** mvk has quit IRC16:18
*** Julien-zte has quit IRC16:18
*** adisky_ has quit IRC16:19
openstackgerritHelen Walsh proposed openstack/cinder master: VMAX driver - Pre-zoned port group fix  https://review.openstack.org/45628516:23
*** lamt has joined #openstack-cinder16:27
*** cknight has quit IRC16:32
*** lpetrut has quit IRC16:38
*** chris_morrell has joined #openstack-cinder16:39
*** david-lyle has joined #openstack-cinder16:45
*** dillaman has quit IRC16:47
*** ociuhandu has quit IRC16:47
*** wxy| has quit IRC16:48
*** ntpttr__ has quit IRC16:48
rajinirswanson: smcginnis: Can you create volume in backend2 from a snapshot taken in backend2 and vice-versa? This is dellsc16:49
*** e0ne has quit IRC16:49
*** psachin has quit IRC16:49
openstackgerritNicholas Jones proposed openstack/cinder master: Use cryptography instead of pycrypto  https://review.openstack.org/45231816:51
Swansonrajinir, You can create a volume from a snapshot. Or are you referring to creating a volume in backend 2 from a snapshot taken in backend 1? The driver wouldn't handle that. Does cinder?16:51
rajinirswanson: yes16:51
*** tongli has quit IRC16:52
rajinirswanson: smcginnis: What's the best practice to migrate volumes?16:52
rajinirswanson: smcginnis: Can you create volume in backend2 from a snapshot taken in backend1 and vice-versa? This is dellss. Both backends 1 and 2 are of same type16:53
smcginnisrajinir: You can do a cinder retype with migration policy of on-demand.16:55
Swansonrajinir, smcginnis that16:55
smcginnisrajinir: It will create a new volume on the second backend, then copy all data over from the source to the new destination.16:55
*** ntpttr has joined #openstack-cinder16:55
rajinirsmcginnis>  ok, how about snapshots?16:56
smcginnisrajinir: If it's a large volume, then it may actually be more efficient to use the DSM interface to replicate over the volume and create a new volume from the snapshot, then use the manage existing feature to bring it into Cinder.16:56
smcginnisrajinir: But that depends on the situation.16:56
rajinirsmcginnis: Can you migrate snapshots?16:56
smcginnisrajinir: Not via Cinder.16:56
*** mtanino has quit IRC16:57
rajinirsmcginnis: Cinder doesn't support  "Creating volume in backend2 from a snapshot taken in backend1 and vice-versa?"16:57
smcginnisrajinir: Well, you can create a volume from snapshot on backend1, then migrate that over to backend2.16:57
smcginnisrajinir: But you can't "migrate this volume and all of its snapshots" between backends.16:58
rajinirsmcginnis>  Thanks, its our top secret customer again who won't take not supported as an answer ;)16:59
mriedemjungleboyj: i just realized you replied to http://lists.openstack.org/pipermail/openstack-dev/2017-April/115292.html directly16:59
mriedemoff the list16:59
mriedemwas that intentional?16:59
smcginnisrajinir: Ug, good luck with that. :)17:00
*** dillaman has joined #openstack-cinder17:00
smcginnismriedem: He misses you.17:00
mriedemi'm not sure that's true17:01
*** ksumit has quit IRC17:02
*** psachin has joined #openstack-cinder17:06
*** ntpttr__ has joined #openstack-cinder17:07
*** ntpttr has quit IRC17:07
*** psachin_ has joined #openstack-cinder17:11
jungleboyjmriedem: no. That was accidental. Sorry.17:13
*** psachin_ has quit IRC17:14
*** lamt has quit IRC17:17
*** psachin_ has joined #openstack-cinder17:19
jonesnsmcginnis: I'm not confident that Synology CI is going to pass. I've been having a hard time distinguishing between 'normal' failure, and 'I caused this' failure.17:21
*** psachin_ has quit IRC17:21
*** psachin_ has joined #openstack-cinder17:22
*** psachin_ has quit IRC17:23
*** chris_morrell has quit IRC17:33
*** psachin has quit IRC17:34
*** xyang has quit IRC17:35
*** jdillaman has quit IRC17:35
*** dillaman has quit IRC17:35
*** chris_morrell has joined #openstack-cinder17:38
*** chris_morrell has quit IRC17:42
*** jdillaman has joined #openstack-cinder17:47
*** dillaman has joined #openstack-cinder17:49
*** ociuhandu has joined #openstack-cinder17:50
SwansonDaily review beg: https://review.openstack.org/#/c/443364/817:53
*** crushil has quit IRC17:55
*** ntpttr__ has quit IRC17:56
*** ntpttr has joined #openstack-cinder17:59
*** Apoorva has joined #openstack-cinder18:02
*** crushil has joined #openstack-cinder18:02
*** Apoorva has quit IRC18:02
*** ChubYann has joined #openstack-cinder18:03
*** chhavi has joined #openstack-cinder18:03
*** Apoorva has joined #openstack-cinder18:03
*** ociuhandu has quit IRC18:05
*** ociuhandu has joined #openstack-cinder18:05
*** ociuhandu has joined #openstack-cinder18:05
*** lamt has joined #openstack-cinder18:13
*** ociuhandu has quit IRC18:17
*** ociuhandu has joined #openstack-cinder18:17
*** ociuhandu has joined #openstack-cinder18:18
*** Jack_Iv has quit IRC18:20
*** Jack_Iv has joined #openstack-cinder18:21
*** Swanson has quit IRC18:23
*** Swanson has joined #openstack-cinder18:25
openstackgerritEric Harney proposed openstack/cinder master: qemu_img_info: Don't autodetect source format  https://review.openstack.org/45334118:25
openstackgerritEric Harney proposed openstack/cinder master: Glance: attach volume encryption key id to image  https://review.openstack.org/45334218:25
openstackgerritEric Harney proposed openstack/cinder master: Create volumes from encrypted images  https://review.openstack.org/45334318:25
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Add open-iscsi manual scan support  https://review.openstack.org/45539418:26
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Refactor iSCSI disconnect  https://review.openstack.org/45539218:26
openstackgerritGorka Eguileor proposed openstack/os-brick master: WIP: Refactor iSCSI connect  https://review.openstack.org/45539318:26
*** markstur has joined #openstack-cinder18:28
smcginnisjonesn: I'll keep my fingers crossed.18:30
*** ntpttr has quit IRC18:30
smcginnisjonesn: We can hopefully tell from the logs if any failures are related to your change.18:30
*** xyang has joined #openstack-cinder18:32
*** markstur has quit IRC18:32
*** cknight has joined #openstack-cinder18:32
*** chhavi has quit IRC18:35
*** crose has quit IRC18:37
*** Zhongjun__ has quit IRC18:41
openstackgerritTom Swanson proposed openstack/cinder master: Dell EMC SC: Raise on _init_volume create_snapshot failure  https://review.openstack.org/45635318:44
*** e0ne has joined #openstack-cinder18:45
openstackgerritDoug Hellmann proposed openstack/cinder master: move driver requirements to extras in setup.cfg  https://review.openstack.org/45635718:49
*** xyang has quit IRC18:51
*** xyang has joined #openstack-cinder18:54
mriedemis the "volume:extend" policy rule ever actually used anywhere?18:54
mriedemor is that a bug?18:54
*** chris_morrell has joined #openstack-cinder18:54
mriedembecause i don't see it checked in the volume extend volume action api18:54
mriedemmgagne: ^18:55
mriedemmgagne: i replied to the ML with some thoughts, but i think we're close to the same page18:55
mriedemthe only volume action i see that checks policy is os-volume_upload_image18:56
mriedemhttps://bugs.launchpad.net/cinder/+bug/168221118:58
openstackLaunchpad bug 1682211 in Cinder "The volume action "os-extend" API does not check policy" [Undecided,New]18:58
eharneyit's supposed to be checked here: https://git.openstack.org/cgit/openstack/cinder/tree/cinder/volume/api.py?h=10.0.1#n127118:59
mriedemeharney: that seems like the wrong place, but i don't see it checked regardless19:00
mriedemlooks like a lot of the policy auth checks happen in the actual wsgi controller code19:00
mriedemlike for creating volume type encryptors19:00
mriedemhttps://git.openstack.org/cgit/openstack/cinder/tree/cinder/api/contrib/volume_type_encryption.py#n9419:00
eharney@wrap_check_policy at least attempts to check it, just by reading it.  I haven't tested to see if it works.19:00
mgagnemriedem: yes, we are on the same page19:01
mriedemeharney: oh maybe19:01
*** xyang has quit IRC19:01
mriedemeharney: ah yeah you're right19:01
mriedemit does the same weird thing where the name of the method is the policy19:01
mriedemwhew19:02
mriedemok, so for extending an attached volume we'd just need a specific policy auth check on a specific rule19:02
*** mtanino has joined #openstack-cinder19:02
mriedemunless you added a new method to volume api or something, e.g. def extend_attached19:02
mriedemanyway, details19:03
*** xyang has joined #openstack-cinder19:03
mgagnemriedem: could be implicitly done by the @wsgi.action decorator19:04
mriedemthat's for something else19:04
mgagnemriedem: sure but couldn't it also do policy check?19:05
mriedemi'd just do policy checks like everything else does today19:05
*** dustins has quit IRC19:05
mgagnemriedem: oh sure, I don't disagree that everybody would benefit from consistency =)19:05
mriedemwith @wrap_check_policy or whatever, or a specific check in cinder.volume.api.extend19:05
mgagnemriedem: https://github.com/openstack/cinder/blob/master/cinder/volume/api.py#L126519:07
mgagneright, forgot to read above19:07
mgagneeharney: found it already19:07
mgagneat least it's not at the database api layer with implicit required admin context :D19:08
*** e0ne has quit IRC19:08
*** mtanino has quit IRC19:09
*** xyang has quit IRC19:10
mriedemheh yeah19:10
mriedemwe removed that from nova v2.1 several releases ago19:10
*** dustins has joined #openstack-cinder19:11
*** ntpttr has joined #openstack-cinder19:16
*** Jack_Iv has quit IRC19:16
*** lucasxu has quit IRC19:18
*** ntpttr has quit IRC19:18
*** ntpttr has joined #openstack-cinder19:18
*** lucasxu has joined #openstack-cinder19:20
*** lamt has quit IRC19:22
*** xyang has joined #openstack-cinder19:23
openstackgerritTom Swanson proposed openstack/cinder master: Dell EMC SC: Raise on _init_volume create_snapshot failure  https://review.openstack.org/45635319:24
openstackgerritTom Swanson proposed openstack/cinder master: Dell EMC SC: Raise on _init_volume create_snapshot failure  https://review.openstack.org/45635319:34
*** edmondsw_ has joined #openstack-cinder19:34
*** xyang has quit IRC19:35
*** xyang has joined #openstack-cinder19:36
*** edmondsw_ has quit IRC19:40
*** chris_morrell has quit IRC19:43
*** cknight has quit IRC19:44
*** porrua has quit IRC20:01
openstackgerritMathieu Gagné proposed openstack/cinder-specs master: Allow an attached volume to be extended  https://review.openstack.org/45328620:01
*** lamt has joined #openstack-cinder20:02
openstackgerritMerged openstack/cinder master: Updated from global requirements  https://review.openstack.org/45590520:06
openstackgerritMerged openstack/cinder master: Add unit test for brick/local_dev/lvm.py: create_volume  https://review.openstack.org/45037220:07
*** alonma has joined #openstack-cinder20:19
*** jose-phillips has joined #openstack-cinder20:19
*** xyang has quit IRC20:20
*** e0ne has joined #openstack-cinder20:21
*** xyang has joined #openstack-cinder20:28
*** e0ne has quit IRC20:33
*** liverpooler has quit IRC20:53
*** dustins has quit IRC20:54
*** jonesn has quit IRC20:57
*** crushil has quit IRC21:00
*** ociuhandu has quit IRC21:01
*** alonma has quit IRC21:02
*** eharney has quit IRC21:05
*** sdague has quit IRC21:07
*** ntpttr has quit IRC21:08
*** ntpttr has joined #openstack-cinder21:08
*** lucasxu has quit IRC21:09
*** Apoorva_ has joined #openstack-cinder21:09
*** MarkMielke has quit IRC21:09
*** MarkMielke has joined #openstack-cinder21:09
*** Apoorva has quit IRC21:13
*** lucasxu has joined #openstack-cinder21:13
*** Jack_Iv has joined #openstack-cinder21:16
*** abishop has quit IRC21:17
*** eharney has joined #openstack-cinder21:18
*** gouthamr has quit IRC21:21
*** Jack_Iv has quit IRC21:21
SwansonEasy patch... https://review.openstack.org/#/c/456353/21:23
*** crushil has joined #openstack-cinder21:24
-openstackstatus- NOTICE: Restarting Gerrit for our weekly memory leak cleanup.21:25
*** kfarr has quit IRC21:30
*** lucasxu has quit IRC21:31
*** edmondsw has quit IRC21:33
*** edmondsw has joined #openstack-cinder21:34
*** crushil has quit IRC21:37
*** edmondsw has quit IRC21:38
*** ociuhandu has joined #openstack-cinder21:41
*** pcaruana has quit IRC21:51
*** ntpttr has quit IRC21:55
*** xyang has quit IRC21:55
*** xyang has joined #openstack-cinder21:58
*** lamt has quit IRC21:59
*** ntpttr has joined #openstack-cinder22:02
*** lamt has joined #openstack-cinder22:04
*** markstur has joined #openstack-cinder22:04
*** Zhongjun__ has joined #openstack-cinder22:06
*** Apoorva_ has quit IRC22:07
*** Apoorva has joined #openstack-cinder22:07
*** markstur has quit IRC22:09
*** edmondsw has joined #openstack-cinder22:10
openstackgerritEric Harney proposed openstack/cinder master: Glance: attach volume encryption key id to image  https://review.openstack.org/45334222:13
openstackgerritEric Harney proposed openstack/cinder master: Create volumes from encrypted images  https://review.openstack.org/45334322:13
*** edmondsw has quit IRC22:14
*** xyang has quit IRC22:18
*** eharney has quit IRC22:18
openstackgerritMerged openstack/cinder master: Fix metadata api's raises TypeError  https://review.openstack.org/45205122:23
*** lamt has quit IRC22:47
*** catintheroof has quit IRC22:48
*** abishop has joined #openstack-cinder22:50
*** lamt has joined #openstack-cinder22:59
*** xyang1 has quit IRC23:02
*** crushil has joined #openstack-cinder23:04
*** Apoorva_ has joined #openstack-cinder23:04
*** Apoorva has quit IRC23:07
*** lamt has quit IRC23:08
*** ntpttr has quit IRC23:08
*** ntpttr__ has joined #openstack-cinder23:08
*** lamt has joined #openstack-cinder23:12
*** lamt has quit IRC23:12
*** lamt has joined #openstack-cinder23:13
*** lamt has quit IRC23:13
*** lamt has joined #openstack-cinder23:16
*** lamt has quit IRC23:17
*** erlon has quit IRC23:35
*** eharney has joined #openstack-cinder23:35
*** Apoorva_ has quit IRC23:36
*** Apoorva has joined #openstack-cinder23:37
openstackgerritEric Harney proposed openstack/cinder master: Create volumes from encrypted images  https://review.openstack.org/45334323:46
*** s-shiono has joined #openstack-cinder23:48
*** s-shiono_ has joined #openstack-cinder23:49
*** s-shiono has quit IRC23:52

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