Wednesday, 2017-07-19

*** gcb has joined #openstack-cinder00:15
openstackgerritiain MacDonnell proposed openstack/cinder master: ZFSSA iSCSI delete volume with non-existent LUN  https://review.openstack.org/48495600:15
*** edmondsw has joined #openstack-cinder00:19
*** lucasxu has quit IRC00:22
*** jmlowe has joined #openstack-cinder00:23
*** edmondsw has quit IRC00:24
*** zhangguoqing has joined #openstack-cinder00:28
*** lucasxu has joined #openstack-cinder00:35
*** wanghao has joined #openstack-cinder00:45
*** lucasxu has quit IRC00:55
*** _ix has joined #openstack-cinder00:58
_ixGood evening, folks.00:58
_ixHad a hypervisor outage earlier today. Concerned about the state of the hardware, we migrated everything off of the host.00:59
_ixOne of the machines I really need migrated is having a hard time. The attached volume is in an error state, and the cinder host is flooded with messages.01:00
_ixUnable to locate Target IQN: iqn.2010-10.org.openstack:volume-572142b8-0173-4391-9619-6d8b8959a1e4 in Storage Node01:00
_ixiSCSI Login negotiation failed.01:00
openstackgerritMerged openstack/cinder master: 3PAR: Add volume to consistency/generic group  https://review.openstack.org/48025501:01
openstackgerritMerged openstack/cinder master: [DOC BLD FIX] Remove todo:: directive from volume_driver  https://review.openstack.org/48452501:02
openstackgerritMerged openstack/cinder master: Add insufficient space async error in create vol  https://review.openstack.org/48110701:02
openstackgerritMerged openstack/cinder master: Move config-reference to configuration  https://review.openstack.org/48490101:02
*** Apoorva_ has quit IRC01:04
*** Apoorva has joined #openstack-cinder01:05
*** dave-mccowan has joined #openstack-cinder01:06
openstackgerritwanghao proposed openstack/cinder-specs master: Transfer snapshots with volumes  https://review.openstack.org/31983101:06
*** harlowja has quit IRC01:13
*** zhurong has joined #openstack-cinder01:13
*** mriedem1 has joined #openstack-cinder01:22
*** mriedem has quit IRC01:24
*** gouthamr has quit IRC01:25
openstackgerritwangxiyuan proposed openstack/cinder master: Use OVO for test_backup  https://review.openstack.org/47250601:31
*** Julien-zte has quit IRC01:38
*** Apoorva_ has joined #openstack-cinder01:39
*** Julien-zte has joined #openstack-cinder01:39
*** Apoorva has quit IRC01:42
*** Apoorva_ has quit IRC01:44
*** winston-d_ has joined #openstack-cinder01:49
openstackgerritTovin Seven proposed openstack/python-cinderclient master: Make --profile load from environment variables  https://review.openstack.org/47524601:50
openstackgerritSean McGinnis proposed openstack/cinder master: Mark Coho driver as unsupported  https://review.openstack.org/48500601:51
*** osc_khoj has quit IRC01:56
*** lhx__ has joined #openstack-cinder01:56
openstackgerritSean McGinnis proposed openstack/cinder master: Mark Falconstor drivers as unsupported  https://review.openstack.org/48500701:57
*** osc_khoj has joined #openstack-cinder01:58
*** mriedem1 is now known as mriedem01:59
imacdonnjust had cinder.tests.unit.volume.test_volume.VolumeTestCase.test_create_driver_not_initialized fail on gate-cinder-python27-ubuntu-xenial with "AssertionError: Expected '_notify' to not have been called. Called 1 times.02:04
imacdonn"02:04
imacdonnany known issues here? Don't think it has anything to do with my code02:05
imacdonnthis is https://review.openstack.org/#/c/484956/02:05
*** edmondsw has joined #openstack-cinder02:07
smcginnisimacdonn: You can just recheck that. It's kind of a known intermittent issue.02:10
smcginnisimacdonn: We need to find a better way to mock out notifications.02:10
*** edmondsw has quit IRC02:12
imacdonnsmcginnis: roger, tnx02:12
_ixAnyone know what I can do about this cinder host reporting: Unable to locate Target IQN: iqn.2010-10.org.openstack:volume-572142b8-0173-4391-9619-6d8b8959a1e4 in Storage Node02:20
*** gouthamr has joined #openstack-cinder02:21
wanghaosmcginnis: hi, Sean,  I have moved the "transfer snapshots with volume" spec to queens and will commit a patch ASAP.02:22
jungleboyj_ix:  Sounds like the host isn't able to get the iSCSI target from the storage.  Is the network for the storage working.02:28
jungleboyjI would start by verifying connectivity from host to storage.02:29
*** lucasxu has joined #openstack-cinder02:30
*** Shunli has joined #openstack-cinder02:30
_ixjungleboyj: I'll take a look. Thanks for the direction.02:32
jungleboyj_ix:  Welcome.02:33
tommylikehuHey xyang, xyang1 can we delete group while the group snapshots exist?02:36
jungleboyjtommylikehu:  I would assume not because you aren't supposed to delete them while volumes exist and you can't delete volumes while snapshots exist ...02:42
tommylikehujungleboyj: thanks, but we could remove the volumes before deleting the generic group/consisgroup, right?02:43
jungleboyjYeah, if I remember correctly, once the group is empty then you can delete.02:44
tommylikehujungleboyj:  so how about this steps: create groups and add one volumes, create group snapshots and then remove the volumes, then try to delete the group, I think we could delete it right now02:45
tommylikehuand that case we will delete the group while group snapshot exists02:46
*** lucasxu has quit IRC02:53
*** markvoelker has quit IRC02:59
*** mriedem has quit IRC03:02
jungleboyjYou can delete the volumes while there are still snapshots?03:03
jungleboyjtommylikehu:  ^^^03:03
tommylikehujungleboyj:  I mean remove the volume from group03:04
jungleboyjtommylikehu: Oh, I see.  But the snapshots are still in the group?03:05
tommylikehujungleboyj:  yes we still have the group snapshot , also volume and snapshot are all exist(not deleted)03:06
jungleboyjHmmm, ok, should check with xyang on that.  That might be intended but I am not sure.03:07
tommylikehuhaha, thank you, jungleboyj!03:09
jungleboyjtommylikehu: You are talking about a snapshot of the group.  Right?03:09
tommylikehuyes03:10
jungleboyjMaybe that is ok since all the pieces still exist and in that case it is just a grouping of snapshots.03:11
tommylikehujungleboyj:  the problem is if we delete the group while group snapshot exists, then cinder will unable to perform the deletion of group snapshot03:13
jungleboyjtommylikehu:  Ok, so there we have a problem.  :-)03:16
*** lucasxu has joined #openstack-cinder03:17
jungleboyjSo we either need to fix that or not let the group be deleted if there is a snapshot of the group.03:17
tommylikehujungleboyj: you are right!03:17
jungleboyjtommylikehu:  Ok, so we should maybe talk in the weekly meeting tomorrow about what the right solution is.03:18
tommylikehujungleboyj: If we can't get the answer from xyang. I would like to add that to your list(I guess you would host this week meeting)03:19
jungleboyjtommylikehu: Sean said he would be around, but we will see.  You can add it to the agenda.03:21
jungleboyjtommylikehu: is smcginnis hanging out with you this week?03:22
tommylikehujungleboyj:  he will attend OpenStack Days China in Beijing next Monday, so I guess he is flying to beijing now.03:23
jungleboyjtommylikehu:  He had to go early so he is actually in Shanghai right now.03:23
jungleboyjMeetings at Huawei.03:23
*** jwcroppe has joined #openstack-cinder03:24
tommylikehujungleboyj:  ok.03:25
openstackgerritVivek Soni proposed openstack/cinder master: 3PAR: Modify update_migrated_volume code to driver  https://review.openstack.org/47646003:34
*** chhavi has joined #openstack-cinder03:37
openstackgerritEric Young proposed openstack/cinder master: ScaleIO Driver: Updating config reference  https://review.openstack.org/48502003:45
*** osc_khoj has quit IRC03:47
*** chhavi has quit IRC03:53
*** gkadam has joined #openstack-cinder03:53
*** gkadam has quit IRC03:53
*** gkadam has joined #openstack-cinder03:53
openstackgerritOpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements  https://review.openstack.org/48502203:54
*** edmondsw has joined #openstack-cinder03:55
*** links has joined #openstack-cinder03:58
*** edmondsw has quit IRC04:00
*** dave-mccowan has quit IRC04:01
*** lucasxu has quit IRC04:02
openstackgerritOpenStack Proposal Bot proposed openstack/python-brick-cinderclient-ext master: Updated from global requirements  https://review.openstack.org/48502504:04
*** zhangguoqing has quit IRC04:07
*** zhangguoqing has joined #openstack-cinder04:08
*** Dinesh_Bhor has joined #openstack-cinder04:11
*** jwcroppe has quit IRC04:12
*** jwcroppe has joined #openstack-cinder04:12
*** gouthamr has quit IRC04:14
*** zhangguoqing has quit IRC04:14
*** Dinesh_Bhor has quit IRC04:14
*** Dinesh_Bhor has joined #openstack-cinder04:15
openstackgerritVipin Balachandran proposed openstack/cinder master: VMware: Use temporary image  https://review.openstack.org/48502704:18
*** psachin has joined #openstack-cinder04:21
openstackgerritJeremy Zhang proposed openstack/cinder master: Fix layout of api-ref for group type specs  https://review.openstack.org/48502804:26
openstackgerritJeremy Zhang proposed openstack/cinder master: Fix layout of api-ref for group type specs  https://review.openstack.org/48502804:28
*** harlowja has joined #openstack-cinder04:31
*** gouthamr has joined #openstack-cinder04:42
*** harlowja has quit IRC04:47
*** lpetrut__ has joined #openstack-cinder04:51
*** zhurong has quit IRC04:55
*** lhx__ has quit IRC04:55
*** markvoelker has joined #openstack-cinder05:00
*** osc_khoj has joined #openstack-cinder05:00
*** lhx__ has joined #openstack-cinder05:02
*** zhangguoqing has joined #openstack-cinder05:03
*** arnewiebalck_ has joined #openstack-cinder05:05
*** gouthamr has quit IRC05:07
*** nicolasbock has joined #openstack-cinder05:11
*** lkuchlan has joined #openstack-cinder05:14
*** armax has quit IRC05:14
*** zhangguoqing has quit IRC05:15
*** armax has joined #openstack-cinder05:15
*** osc_khoj has quit IRC05:15
*** armax has quit IRC05:15
*** armax has joined #openstack-cinder05:16
*** armax has quit IRC05:16
*** osc_khoj has joined #openstack-cinder05:16
*** armax has joined #openstack-cinder05:17
*** armax has quit IRC05:17
*** Dinesh_Bhor has quit IRC05:17
*** abhi has joined #openstack-cinder05:17
*** armax has joined #openstack-cinder05:17
*** armax has quit IRC05:18
*** vivsoni_ has quit IRC05:18
*** tomh has quit IRC05:18
*** armax has joined #openstack-cinder05:18
*** armax has quit IRC05:18
*** osc_khoj has quit IRC05:20
*** vivsoni_ has joined #openstack-cinder05:20
*** tomh has joined #openstack-cinder05:20
*** zhangguoqing has joined #openstack-cinder05:21
*** osc_khoj has joined #openstack-cinder05:21
*** diablo_rojo has joined #openstack-cinder05:25
*** zhangguoqing has quit IRC05:27
*** _ix has quit IRC05:34
*** markvoelker has quit IRC05:34
*** zhangguoqing has joined #openstack-cinder05:39
*** zhangguoqing has quit IRC05:39
*** osc_khoj has quit IRC05:41
*** edmondsw has joined #openstack-cinder05:43
openstackgerritMerged openstack/cinder master: ZFSSA iSCSI volume driver multi-connect  https://review.openstack.org/37119905:44
*** osc_khoj has joined #openstack-cinder05:44
*** harlowja has joined #openstack-cinder05:46
*** arnewiebalck_ has quit IRC05:46
openstackgerritOpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements  https://review.openstack.org/48502205:47
*** edmondsw has quit IRC05:48
*** zhurong has joined #openstack-cinder05:50
*** rcernin has joined #openstack-cinder05:50
*** pgadiya has joined #openstack-cinder05:54
*** s-shiono has joined #openstack-cinder05:54
*** lpetrut__ has quit IRC06:04
*** wanghao_ has joined #openstack-cinder06:06
*** wanghao has quit IRC06:09
*** lhx__ has quit IRC06:17
*** abhi has quit IRC06:22
*** nicolasbock has quit IRC06:23
*** isaacb_ has joined #openstack-cinder06:23
*** lhx__ has joined #openstack-cinder06:24
*** nicolasbock has joined #openstack-cinder06:25
*** markvoelker has joined #openstack-cinder06:31
*** jwcroppe has quit IRC06:32
*** nicolasbock has quit IRC06:37
*** nicolasbock has joined #openstack-cinder06:39
openstackgerritWenjun Wang proposed openstack/cinder master: RBD - volume create failed when volume need flatten  https://review.openstack.org/47785706:41
*** pdeore has joined #openstack-cinder06:42
*** harlowja has quit IRC06:42
openstackgerritPrashant Rakheja proposed openstack/cinder master: Added CG capability to volume group in CoprHD  https://review.openstack.org/45961006:48
*** Shunli has quit IRC06:49
*** Dinesh_Bhor has joined #openstack-cinder06:50
*** Shunli has joined #openstack-cinder06:50
*** Dinesh_Bhor has quit IRC06:50
*** Shunli has quit IRC06:56
*** Shunli has joined #openstack-cinder06:57
openstackgerritPranali Deore proposed openstack/cinder master: Added filters while fetching backups from DB for incremental  https://review.openstack.org/48472907:00
*** isaacb_ has quit IRC07:04
*** markvoelker has quit IRC07:04
*** lpetrut has joined #openstack-cinder07:06
*** zhangguoqing has joined #openstack-cinder07:07
*** isaacb_ has joined #openstack-cinder07:08
*** zhangguoqing has quit IRC07:11
*** itlinux has quit IRC07:11
*** zhangguoqing has joined #openstack-cinder07:12
*** zhangguoqing has quit IRC07:15
*** zhangguoqing has joined #openstack-cinder07:15
*** tesseract has joined #openstack-cinder07:17
*** adisky__ has joined #openstack-cinder07:20
*** diablo_rojo has quit IRC07:21
openstackgerritMerged openstack/cinder master: Mark Virtuozzo driver as unsupported  https://review.openstack.org/46303007:26
*** catintheroof has joined #openstack-cinder07:31
*** edmondsw has joined #openstack-cinder07:31
*** zhangguoqing has quit IRC07:32
*** edmondsw has quit IRC07:36
*** catintheroof has quit IRC07:36
*** osc_khoj has quit IRC07:46
*** zhangguoqing has joined #openstack-cinder07:47
*** osc_khoj has joined #openstack-cinder07:48
*** isaacb_ has quit IRC07:48
*** abhi has joined #openstack-cinder07:50
*** osc_khoj has quit IRC07:53
*** lpetrut has quit IRC07:55
*** isaacb_ has joined #openstack-cinder07:58
*** isaacb_ has quit IRC07:59
*** Trident has joined #openstack-cinder08:00
*** ociuhandu_ has joined #openstack-cinder08:01
*** mlakat has quit IRC08:06
*** lhx__ has quit IRC08:25
*** lhx__ has joined #openstack-cinder08:25
*** ociuhandu_ has quit IRC08:29
*** mlakat has joined #openstack-cinder08:42
openstackgerritKushal Wathore proposed openstack/cinder master: HPE 3PAR: ISCSI/FC drivers – code refactoring  https://review.openstack.org/44647508:45
openstackgerritKushal Wathore proposed openstack/cinder master: HPE 3PAR: Adding driver capability  https://review.openstack.org/47412208:45
*** openstackgerrit has quit IRC08:49
*** isaacb has joined #openstack-cinder08:49
*** openstackgerrit has joined #openstack-cinder08:56
openstackgerritShunei Shiono proposed openstack/cinder master: NEC driver reads default_backends  https://review.openstack.org/48510108:56
openstackgerritKushal Wathore proposed openstack/cinder master: HPE Lefthand: Fixed cloning operation  https://review.openstack.org/46262408:57
*** isaacb has quit IRC08:58
*** markvoelker has joined #openstack-cinder09:02
*** lhx__ has quit IRC09:03
*** lhx__ has joined #openstack-cinder09:03
*** isaacb has joined #openstack-cinder09:04
*** s-shiono has quit IRC09:10
*** dalgaaf has quit IRC09:11
*** dalgaaf has joined #openstack-cinder09:13
*** tsuzuki has quit IRC09:15
*** zhangguoqing has quit IRC09:17
*** zhangguoqing has joined #openstack-cinder09:18
*** edmondsw has joined #openstack-cinder09:19
*** edmondsw has quit IRC09:24
*** wanghao_ has quit IRC09:26
*** Shunli has quit IRC09:30
*** markvoelker has quit IRC09:35
*** sdague has joined #openstack-cinder09:37
openstackgerritGorka Eguileor proposed openstack/cinder master: Add support for OS-Brick force disconnect  https://review.openstack.org/45945409:40
openstackgerritGorka Eguileor proposed openstack/cinder master: Multipath tempest scenarios  https://review.openstack.org/46944509:40
*** lpetrut has joined #openstack-cinder09:50
*** mvk has joined #openstack-cinder09:50
*** Poornima_K has joined #openstack-cinder09:54
*** zhangguoqing has quit IRC10:00
*** Poornima_K has quit IRC10:03
*** pgadiya has quit IRC10:05
openstackgerritHanxi Liu proposed openstack/cinder master: test: Remove unused object  https://review.openstack.org/48514110:09
openstackgerritHanxi Liu proposed openstack/cinder master: Remove unused object  https://review.openstack.org/48514110:10
*** lhx__ has quit IRC10:16
*** isaacb has quit IRC10:17
*** isaacb_ has joined #openstack-cinder10:17
*** pgadiya has joined #openstack-cinder10:21
*** Dinesh_Bhor has joined #openstack-cinder10:27
*** markvoelker has joined #openstack-cinder10:32
*** Nishant_ has joined #openstack-cinder10:46
openstackgerritMerged openstack/cinder master: Updated from global requirements  https://review.openstack.org/48502210:51
*** pgadiya has quit IRC10:52
*** zhurong has quit IRC10:53
*** lpetrut_ has joined #openstack-cinder10:54
*** gcb has quit IRC10:55
*** lpetrut has quit IRC10:56
*** stakeda has quit IRC10:56
*** gcb has joined #openstack-cinder10:57
*** pgadiya has joined #openstack-cinder11:04
*** isaacb_ has quit IRC11:05
*** markvoelker has quit IRC11:06
*** edmondsw has joined #openstack-cinder11:07
*** edmondsw has quit IRC11:12
*** zhangguoqing has joined #openstack-cinder11:12
*** jmlowe has quit IRC11:14
*** zhangguoqing has quit IRC11:15
*** pgadiya has quit IRC11:16
*** zhangguoqing has joined #openstack-cinder11:19
*** zhangguo_ has joined #openstack-cinder11:25
*** dave-mccowan has joined #openstack-cinder11:26
*** zhangguoqing has quit IRC11:29
*** edmondsw has joined #openstack-cinder11:30
*** kaisers has quit IRC11:39
*** chlong_ has quit IRC11:43
*** jmlowe has joined #openstack-cinder11:46
*** kaisers has joined #openstack-cinder11:47
*** jmlowe has quit IRC11:49
*** abishop_ has joined #openstack-cinder11:52
openstackgerritKushal Wathore proposed openstack/cinder master: 3PAR: Fixed image cache enabled capability.  https://review.openstack.org/46174411:54
*** abishop has joined #openstack-cinder11:55
*** abishop_ has quit IRC11:57
*** arnewiebalck_ has joined #openstack-cinder12:02
*** _ix has joined #openstack-cinder12:03
*** markvoelker has joined #openstack-cinder12:03
*** isaacb_ has joined #openstack-cinder12:06
*** hoonetorg has joined #openstack-cinder12:09
*** lhx__ has joined #openstack-cinder12:15
*** ociuhandu_ has joined #openstack-cinder12:15
*** jmlowe has joined #openstack-cinder12:16
openstackgerritPrashant Rakheja proposed openstack/cinder master: Added CG capability to volume group in CoprHD  https://review.openstack.org/45961012:21
*** catintheroof has joined #openstack-cinder12:21
*** gkadam has quit IRC12:24
*** markvoelker has quit IRC12:25
*** markvoelker has joined #openstack-cinder12:26
*** eharney has joined #openstack-cinder12:27
*** arnewiebalck_ has quit IRC12:28
*** jmlowe has quit IRC12:29
*** mriedem has joined #openstack-cinder12:31
*** MVenesio has joined #openstack-cinder12:37
*** _ix has quit IRC12:37
*** jmlowe has joined #openstack-cinder12:38
*** isaacb_ has quit IRC12:44
openstackgerritGorka Eguileor proposed openstack/python-cinderclient master: Fix reset state v3 unit tests failures  https://review.openstack.org/48519712:50
openstackgerritGorka Eguileor proposed openstack/python-cinderclient master: Fix highest version supported by client and server  https://review.openstack.org/48519812:50
*** gcb has quit IRC12:54
*** gouthamr has joined #openstack-cinder12:58
*** zhangguo_ has quit IRC13:01
*** gnufied has joined #openstack-cinder13:06
*** lucasxu has joined #openstack-cinder13:06
*** crushil has joined #openstack-cinder13:09
*** isaacb has joined #openstack-cinder13:09
*** winston-d_ has quit IRC13:10
*** mriedem is now known as mriedem_meeting13:17
*** pdeore has quit IRC13:17
openstackgerritRawan Herzallah proposed openstack/os-brick master: Adding NVMEoF for initiator CLI  https://review.openstack.org/48264213:19
openstackgerritTom Barron proposed openstack/cinder master: coordination: use tooz builtin heartbeat feature  https://review.openstack.org/44707913:25
*** _ix has joined #openstack-cinder13:26
*** zhangguoqing has joined #openstack-cinder13:31
*** osc_khoj has joined #openstack-cinder13:39
*** pdeore has joined #openstack-cinder13:40
*** zhangguoqing has quit IRC13:41
*** zhaochao has quit IRC13:42
*** isaacb has quit IRC13:44
*** kfarr has joined #openstack-cinder13:52
*** csaikia has joined #openstack-cinder13:55
scottdaBoy, that last patch's review comments are a fun read....13:56
smcginnisThat's one way to put it. :)13:57
* jungleboyj sighs13:59
*** armax has joined #openstack-cinder13:59
*** Nishant_ has quit IRC14:00
*** isaacb has joined #openstack-cinder14:02
jungleboyjsmcginnis:  Still looking like you can run the meeting today?14:04
smcginnisjungleboyj: Yep, should be fine.14:04
jungleboyjCool.  Thanks boss.  ;-)14:04
smcginnisThanks for checking.14:07
*** jwcroppe has joined #openstack-cinder14:07
*** lkuchlan has quit IRC14:07
*** felipemonteiro__ has joined #openstack-cinder14:08
*** felipemonteiro_ has joined #openstack-cinder14:11
jungleboyjNo problem.  Always happy to help.14:13
*** felipemonteiro__ has quit IRC14:14
*** links has quit IRC14:18
*** xyang1 has joined #openstack-cinder14:19
*** zengyingzhe has joined #openstack-cinder14:20
*** mtanino_ has joined #openstack-cinder14:21
*** dustins has joined #openstack-cinder14:37
*** osc_khoj has quit IRC14:45
*** isaacb has quit IRC14:48
*** isaacb has joined #openstack-cinder14:49
*** pdeore has quit IRC14:53
lhx__jungleboyj, could you give me the link of agenda about the today meeting?14:56
jungleboyjlhx__:  https://wiki.openstack.org/wiki/CinderMeetings14:57
*** hoonetorg has quit IRC15:02
*** mriedem_meeting is now known as mriedem15:03
*** jmlowe has quit IRC15:05
lhx__jungleboyj, thanks :)15:06
jungleboyjWelcome.15:06
*** psachin has quit IRC15:08
*** felipemonteiro_ has quit IRC15:18
hemnawhat time is the meeting?15:20
hemnaI'm timezone challenged15:20
smcginnis40 minutes from now.15:20
hemnaok thanks.15:20
jungleboyjYep.15:20
hemna:)15:20
hemnaright at lunch time here in EST15:21
jungleboyjWhere in the world is hemna .  ;-)15:21
smcginnishemna: If you're more civilized now and use Outlook instead of Notes, you can actually schedule it in UTC.15:21
jungleboyjhemna:  Take it from the beach side bar.15:21
hemnaWhat's Outlook ?15:21
jungleboyjsmcginnis:  Yeah, that is what I do.15:21
smcginnisGood answer. ;)15:21
hemnaI work for a linux company now :)15:22
smcginnishemna: I suppose now you actually have company endorsed open source solutions for everything. Must be nice.15:22
smcginnisdate -u is your friend then. :D15:22
hemnayah I love it15:22
hemnalots of the old HPE/Windows users are finding it challenging15:22
jungleboyj:-)15:22
xyang1hemna: who is your new employer15:27
hemnaSuSE15:30
xyang1hemna: nice!15:30
xyang1hemna: do you need to relocate15:30
*** gcb has joined #openstack-cinder15:32
*** jmlowe has joined #openstack-cinder15:32
hemnanope.15:33
hemnait's work from home full time15:33
xyang1hemna: that's good15:33
SwansonCongrats, hemna! (I'm always surprised that SuSE is still in business. Must be that old Novell connection making me think they went down with them.)15:34
hemnalol, yah.  SuSE does really well in europe afaik15:34
hemnathanks :)15:34
Swanson"We've done really well on the dismal side of the iron curtain."15:36
smcginnisPfft, NetWare.15:37
*** Apoorva has joined #openstack-cinder15:38
*** Apoorva_ has joined #openstack-cinder15:38
SwansonThey had a great campus. And as they were dieing I managed to stay out at an actual Marriott in Provo for $80 a night. Not a courtyard marriot but the real deal.15:39
*** Apoorva has quit IRC15:42
*** crushil has quit IRC15:44
openstackgerritEric Harney proposed openstack/cinder master: LVM: Activate LV before creating exports  https://review.openstack.org/48525615:48
*** dfisher has joined #openstack-cinder15:49
*** isaacb has quit IRC15:54
*** gcb has quit IRC15:54
*** crushil has joined #openstack-cinder15:55
tommylikehuping xyang115:55
*** crushil has quit IRC15:55
*** gcb has joined #openstack-cinder15:55
xyang1tommylikehu: hi15:56
*** crushil has joined #openstack-cinder15:56
tommylikehuthanks, xyang1. A question about the rule of deleting group while group snapshot exists15:56
*** diablo_rojo has joined #openstack-cinder15:58
xyang1tommylikehu: what is the question?15:59
tommylikehuxyang1:  I have talked with jungleboyj  about my question a little earlier in this irc channel.15:59
tommylikehuxyang1:  we have the issues that we can delete group (consisgroup) while group snaphsot exists.16:00
*** diablo_rojo has quit IRC16:00
xyang1tommylikehu: we should not be able to delete groups which have group snapshots16:01
xyang1tommylikehu: if you can, it is a bug16:01
*** diablo_rojo has joined #openstack-cinder16:01
tommylikehuxyang1:  we can delete group while group snapshot exists if we have removed every volume from group before16:02
xyang1tommylikehu: it is a bug16:03
xyang1tommylikehu: we should check group snapshots as well in addition to snapshots16:03
tommylikehuxyang1:  so we should handle this check if a group snapshot exists before deleting in the api controller?16:03
xyang1tommylikehu: yes, want to fix it?16:04
*** aarefiev is now known as aarefiev_afk16:04
tommylikehuxyang1:  I will :)16:04
xyang1tommylikehu: thanks16:04
*** wxy- has joined #openstack-cinder16:05
*** felipemonteiro has joined #openstack-cinder16:05
*** Apoorva_ has quit IRC16:05
*** felipemonteiro_ has joined #openstack-cinder16:07
*** rcernin has quit IRC16:09
*** felipemonteiro has quit IRC16:11
*** Apoorva has joined #openstack-cinder16:11
*** isaacb has joined #openstack-cinder16:11
openstackgerritOctave Orgeron proposed openstack/cinder master: Enables MySQL Cluster Support for Cinder  https://review.openstack.org/43337216:23
*** rcernin has joined #openstack-cinder16:23
*** arnewiebalck_ has joined #openstack-cinder16:27
*** chaynikasaikia has joined #openstack-cinder16:29
*** csaikia has quit IRC16:32
*** Apoorva has quit IRC16:37
*** crushil has quit IRC16:47
*** gcb has quit IRC16:50
*** mvk has quit IRC16:51
openstackgerritJeremy Zhang proposed openstack/cinder master: Fix 'connector' parameter in update attachments API  https://review.openstack.org/47631716:56
openstackgerritJeremy Zhang proposed openstack/cinder master: [api-ref] Backups: change parameter 'backup_id' to be mandatory  https://review.openstack.org/47783516:56
openstackgerritJeremy Zhang proposed openstack/cinder master: [api-ref] Update volume metadata for a specific key (v2)  https://review.openstack.org/47843516:57
*** crushil has joined #openstack-cinder17:00
*** arnewiebalck_ has quit IRC17:00
geguileoOK, my topic on the meeting agenda was mostly an announcement following smcginnis announcement on os-brick17:03
geguileoJust wanted to let people know that now the minimum version for Cinder is os-brick 1.15.1, that adds 2 new optional parameters to disconnect_volume: force and ignore_errors17:03
*** zengyingzhe has quit IRC17:03
geguileoAnd that there's already a patch to use it in cinder volume and backup https://review.openstack.org/45945417:04
geguileoThe idea is not to leave leftovers in some cases if a detach fails.  For example create volume from image.17:04
geguileoaaaand, that was all I wanted to say17:04
geguileothis should improve considerably our iSCSI connections17:04
*** arnewiebalck_ has joined #openstack-cinder17:04
*** csaikia has joined #openstack-cinder17:04
*** chaynikasaikia has quit IRC17:06
*** isaacb has quit IRC17:07
smcginnisgeguileo: Thanks17:08
geguileonp17:09
smcginnisgeguileo: We can maybe mention next meeting just to help spread the word, but great to have that.17:09
geguileook, I'll mention it again17:09
*** Apoorva has joined #openstack-cinder17:15
*** imacdonn has quit IRC17:21
*** imacdonn has joined #openstack-cinder17:21
*** harlowja has joined #openstack-cinder17:25
*** harlowja has quit IRC17:25
*** harlowja has joined #openstack-cinder17:26
openstackgerritMerged openstack/cinder master: coordination: use tooz builtin heartbeat feature  https://review.openstack.org/44707917:32
*** Nishant_ has joined #openstack-cinder17:33
*** lpetrut_ has quit IRC17:33
openstackgerritMerged openstack/cinder master: IBM-Storage: group-create-from-src fail with error  https://review.openstack.org/47336117:35
*** lhx__ has quit IRC17:36
openstackgerritMerged openstack/cinder master: IBM Storage - Fix vol create from snapshot in CG  https://review.openstack.org/47579317:36
*** itlinux has joined #openstack-cinder17:42
*** csaikia has quit IRC17:44
*** mvk has joined #openstack-cinder17:46
*** tesseract has quit IRC17:46
*** csaikia has joined #openstack-cinder17:49
openstackgerritGorka Eguileor proposed openstack/cinder master: Add support for OS-Brick force disconnect  https://review.openstack.org/45945417:53
openstackgerritGorka Eguileor proposed openstack/cinder master: Multipath tempest scenarios  https://review.openstack.org/46944517:53
*** ociuhandu_ has quit IRC18:06
*** boris-42___ has joined #openstack-cinder18:17
*** Julien-zte has quit IRC18:20
imacdonnSeeking Code-Review+2 on https://review.openstack.org/#/c/48495618:21
*** u_nuSLASHkm8 has joined #openstack-cinder18:22
*** Julien-zte has joined #openstack-cinder18:23
*** u_nuSLASHkm8 has left #openstack-cinder18:23
*** Nishant_ has quit IRC18:25
*** ociuhandu_ has joined #openstack-cinder18:29
*** lucasxu has quit IRC18:32
*** lucasxu has joined #openstack-cinder18:35
*** lucasxu has quit IRC18:41
*** lucasxu has joined #openstack-cinder18:41
openstackgerritJon Bernard proposed openstack/cinder master: Do not fail if RBD image is broken  https://review.openstack.org/47540018:44
openstackgerritKaitlin Farr proposed openstack/cinder master: Remove key_manager.api_class hack  https://review.openstack.org/48532218:44
*** kfarr has quit IRC18:46
*** ChubYann has joined #openstack-cinder18:47
*** lucasxu has quit IRC18:55
*** adisky__ has quit IRC18:58
ildikovscottda: thingee: hi19:00
scottdahi ildikov19:00
ildikovscottda: thingee: just wanted to quickly check whether there's anything holding this patch back from approval: https://review.openstack.org/#/c/48519819:00
scottdaNot AFAIC19:00
ildikovscottda: ok, cool19:01
ildikovscottda: may I ask for a +A then? :)19:01
scottdaDone19:02
ildikovscottda: we need the tests to work for the new attach patches, so it would be great to have the fix landed quickly if we're happy with it19:02
ildikovscottda: awesome19:02
ildikovscottda: thanks much!19:02
scottdaSure. There is something you might do ildikov ......19:02
scottdaActually, disregard.19:03
imacdonnDamn, I need charm lessions from ildikov19:03
imacdonnlessons*19:03
scottdaI was going to say we should file an issue with Nova to change so that  they no longer cast as a string, but it is backwards compatible as it is today.19:04
ildikovscottda: stvnoyes will handle it Nova19:04
ildikovscottda: I've just talked to him about this part19:05
scottdacool. Maybe shouldn't change, but I'll let them figure out what they want.19:05
scottdaLet me know what is decided, ildikov . I'm just curious.19:05
ildikovthe current plan is to add a note and prolly also remove the string cast19:06
ildikovscottda: will add you to the review when we have one up so you can see/comment19:06
imacdonnscottda: could you take a peek at https://review.openstack.org/#/c/484956 , if you have a sec, please ?19:07
ildikovimacdonn: :)19:07
* imacdonn makes puppy-dog eyes19:07
ildikovimacdonn: when you pick up tough challenges to implement you need to look into other skill sets as well then just coding :)19:08
imacdonnildikov: apparently so ;)19:08
ildikovimacdonn: :)19:11
*** chlong_ has joined #openstack-cinder19:16
openstackgerritEric Harney proposed openstack/cinder master: Don't verify format with autodetect after image conversion  https://review.openstack.org/48301219:16
*** tinyurl_comSLASH has joined #openstack-cinder19:23
*** tinyurl_comSLASH has quit IRC19:23
imacdonnscottda: thanks ... I did think about a unit test, but I don't know how to inject the failure scenario .......19:24
scottdaimacdonn: Yeah, it might be overkill.19:26
*** lucasxu has joined #openstack-cinder19:30
*** eharney has quit IRC19:32
*** tinyurl_comSLASH has joined #openstack-cinder19:34
*** tinyurl_comSLASH has left #openstack-cinder19:35
*** lucasxu has quit IRC19:38
*** lucasxu has joined #openstack-cinder19:39
openstackgerritChaynika Saikia proposed openstack/python-cinderclient master: Add cinder create --poll  https://review.openstack.org/47591919:39
*** arnewiebalck_ has quit IRC19:41
stvnoyesscottda, ildikov: I believe the api change from a float to a string shouldn't cause any version bumps since this method is new in Pike.  Is that how these things are normally handled? are versions updated multiple times during a release cycle or just once? I'm new to all this. thanks.19:41
*** lucasxu has quit IRC19:43
*** lucasxu has joined #openstack-cinder19:44
*** jmlowe has quit IRC19:50
*** lpetrut_ has joined #openstack-cinder19:52
*** lucasxu has quit IRC19:53
*** osc_khoj has joined #openstack-cinder19:53
*** jmlowe has joined #openstack-cinder19:53
*** lucasxu has joined #openstack-cinder19:54
scottdastvnoyes: Well, there isn't really a release for the cinderclient, and we don't version the API in the cinderclient, we version it in the server.19:55
scottdaSo, we've really no way to bump the cinder-api version, since the change is the return from a method in the cinderclient19:56
scottdastvnoyes: Normally , however, we operate under the model that HEAD of Master branch is deployable, so we bump the API version whenever the API is changed.19:57
* scottda ducks from the expected comments.19:57
scottdaWe release the cinderclient whenever we deem necessary, and that release has a vesion. Nova is pinned to a minimum cinderclient version. So, we'd release a cinderclient (version 2.3 ?) and Nova would bump the version of cinderclient to use that version (if they wanted to) and Nova could at that time change the code to not cast to a string, since the return will then be a string.20:00
scottdaYikes! I wish I could edit that to make it read better.20:01
stvnoyesscottda: ok, I think I get it. thanks.20:01
*** jdwidari has joined #openstack-cinder20:02
xyang1smcginnis: FYI, I updated the bug with patches from the past :  https://bugs.launchpad.net/cinder/+bug/170478620:02
openstackLaunchpad bug 1704786 in Cinder "CapacityFilter calculates free virtual capacity incorrectly" [Undecided,Opinion] - Assigned to Arnon Yaari (arnony)20:02
*** chlong_ has quit IRC20:03
xyang1smcginnis: including a old patch set with lengthy review discussions on the exact same line that this current patch is trying to change20:03
*** jdwidari has quit IRC20:03
*** nicolasbock has quit IRC20:06
openstackgerritKaitlin Farr proposed openstack/cinder master: Remove key_manager.api_class hack  https://review.openstack.org/48532220:19
*** eharney has joined #openstack-cinder20:20
*** MVenesio has quit IRC20:41
*** chlong_ has joined #openstack-cinder20:48
*** jmlowe has quit IRC20:53
*** jmlowe has joined #openstack-cinder20:55
*** lucasxu has quit IRC20:57
openstackgerritJay Bryant proposed openstack/cinder master: Make doc/source directory compliant with design in spec  https://review.openstack.org/48535621:00
*** chlong_ has quit IRC21:04
*** csaikia has quit IRC21:11
*** dustins has quit IRC21:17
*** jwcroppe has quit IRC21:22
*** jwcroppe has joined #openstack-cinder21:23
*** abishop has quit IRC21:24
*** _ix has quit IRC21:26
*** jmlowe has quit IRC21:26
*** jwcroppe has quit IRC21:28
*** crushil has quit IRC21:29
*** jwcroppe has joined #openstack-cinder21:29
*** swamireddy has quit IRC21:35
*** boris-42___ has quit IRC21:41
*** crushil has joined #openstack-cinder21:43
*** gouthamr has quit IRC21:49
*** jwcroppe has quit IRC21:51
openstackgerritiain MacDonnell proposed openstack/cinder master: ZFSSA iSCSI delete volume with non-existent LUN  https://review.openstack.org/48495622:03
*** lpetrut_ has quit IRC22:04
*** dfisher has quit IRC22:04
*** osc_khoj has quit IRC22:07
*** jwcroppe has joined #openstack-cinder22:08
*** felipemonteiro_ has quit IRC22:15
*** gouthamr has joined #openstack-cinder22:18
*** Apoorva has quit IRC22:21
*** Apoorva has joined #openstack-cinder22:22
*** sdague has quit IRC22:33
*** edmondsw has quit IRC22:40
*** jwcroppe has quit IRC22:45
*** jwcroppe has joined #openstack-cinder22:46
*** jmlowe has joined #openstack-cinder22:48
*** jwcroppe has quit IRC22:51
*** jwcroppe has joined #openstack-cinder22:54
*** itlinux has quit IRC22:58
taskerso many macbooks.23:00
*** catintheroof has quit IRC23:03
*** sbezverk has quit IRC23:15
*** jwcroppe has quit IRC23:29
*** jwcroppe has joined #openstack-cinder23:29
*** jwcroppe has quit IRC23:33
*** rcernin has quit IRC23:34
*** eharney has quit IRC23:35
*** itlinux has joined #openstack-cinder23:47
*** mtanino_ has quit IRC23:53
*** edmondsw has joined #openstack-cinder23:59

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