*** gcb has joined #openstack-cinder | 00:15 | |
openstackgerrit | iain MacDonnell proposed openstack/cinder master: ZFSSA iSCSI delete volume with non-existent LUN https://review.openstack.org/484956 | 00:15 |
---|---|---|
*** edmondsw has joined #openstack-cinder | 00:19 | |
*** lucasxu has quit IRC | 00:22 | |
*** jmlowe has joined #openstack-cinder | 00:23 | |
*** edmondsw has quit IRC | 00:24 | |
*** zhangguoqing has joined #openstack-cinder | 00:28 | |
*** lucasxu has joined #openstack-cinder | 00:35 | |
*** wanghao has joined #openstack-cinder | 00:45 | |
*** lucasxu has quit IRC | 00:55 | |
*** _ix has joined #openstack-cinder | 00:58 | |
_ix | Good evening, folks. | 00:58 |
_ix | Had a hypervisor outage earlier today. Concerned about the state of the hardware, we migrated everything off of the host. | 00:59 |
_ix | One 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 |
_ix | Unable to locate Target IQN: iqn.2010-10.org.openstack:volume-572142b8-0173-4391-9619-6d8b8959a1e4 in Storage Node | 01:00 |
_ix | iSCSI Login negotiation failed. | 01:00 |
openstackgerrit | Merged openstack/cinder master: 3PAR: Add volume to consistency/generic group https://review.openstack.org/480255 | 01:01 |
openstackgerrit | Merged openstack/cinder master: [DOC BLD FIX] Remove todo:: directive from volume_driver https://review.openstack.org/484525 | 01:02 |
openstackgerrit | Merged openstack/cinder master: Add insufficient space async error in create vol https://review.openstack.org/481107 | 01:02 |
openstackgerrit | Merged openstack/cinder master: Move config-reference to configuration https://review.openstack.org/484901 | 01:02 |
*** Apoorva_ has quit IRC | 01:04 | |
*** Apoorva has joined #openstack-cinder | 01:05 | |
*** dave-mccowan has joined #openstack-cinder | 01:06 | |
openstackgerrit | wanghao proposed openstack/cinder-specs master: Transfer snapshots with volumes https://review.openstack.org/319831 | 01:06 |
*** harlowja has quit IRC | 01:13 | |
*** zhurong has joined #openstack-cinder | 01:13 | |
*** mriedem1 has joined #openstack-cinder | 01:22 | |
*** mriedem has quit IRC | 01:24 | |
*** gouthamr has quit IRC | 01:25 | |
openstackgerrit | wangxiyuan proposed openstack/cinder master: Use OVO for test_backup https://review.openstack.org/472506 | 01:31 |
*** Julien-zte has quit IRC | 01:38 | |
*** Apoorva_ has joined #openstack-cinder | 01:39 | |
*** Julien-zte has joined #openstack-cinder | 01:39 | |
*** Apoorva has quit IRC | 01:42 | |
*** Apoorva_ has quit IRC | 01:44 | |
*** winston-d_ has joined #openstack-cinder | 01:49 | |
openstackgerrit | Tovin Seven proposed openstack/python-cinderclient master: Make --profile load from environment variables https://review.openstack.org/475246 | 01:50 |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Mark Coho driver as unsupported https://review.openstack.org/485006 | 01:51 |
*** osc_khoj has quit IRC | 01:56 | |
*** lhx__ has joined #openstack-cinder | 01:56 | |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Mark Falconstor drivers as unsupported https://review.openstack.org/485007 | 01:57 |
*** osc_khoj has joined #openstack-cinder | 01:58 | |
*** mriedem1 is now known as mriedem | 01:59 | |
imacdonn | just 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 |
imacdonn | any known issues here? Don't think it has anything to do with my code | 02:05 |
imacdonn | this is https://review.openstack.org/#/c/484956/ | 02:05 |
*** edmondsw has joined #openstack-cinder | 02:07 | |
smcginnis | imacdonn: You can just recheck that. It's kind of a known intermittent issue. | 02:10 |
smcginnis | imacdonn: We need to find a better way to mock out notifications. | 02:10 |
*** edmondsw has quit IRC | 02:12 | |
imacdonn | smcginnis: roger, tnx | 02:12 |
_ix | Anyone 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 Node | 02:20 |
*** gouthamr has joined #openstack-cinder | 02:21 | |
wanghao | smcginnis: 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 |
jungleboyj | I would start by verifying connectivity from host to storage. | 02:29 |
*** lucasxu has joined #openstack-cinder | 02:30 | |
*** Shunli has joined #openstack-cinder | 02:30 | |
_ix | jungleboyj: I'll take a look. Thanks for the direction. | 02:32 |
jungleboyj | _ix: Welcome. | 02:33 |
tommylikehu | Hey xyang, xyang1 can we delete group while the group snapshots exist? | 02:36 |
jungleboyj | tommylikehu: 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 |
tommylikehu | jungleboyj: thanks, but we could remove the volumes before deleting the generic group/consisgroup, right? | 02:43 |
jungleboyj | Yeah, if I remember correctly, once the group is empty then you can delete. | 02:44 |
tommylikehu | jungleboyj: 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 now | 02:45 |
tommylikehu | and that case we will delete the group while group snapshot exists | 02:46 |
*** lucasxu has quit IRC | 02:53 | |
*** markvoelker has quit IRC | 02:59 | |
*** mriedem has quit IRC | 03:02 | |
jungleboyj | You can delete the volumes while there are still snapshots? | 03:03 |
jungleboyj | tommylikehu: ^^^ | 03:03 |
tommylikehu | jungleboyj: I mean remove the volume from group | 03:04 |
jungleboyj | tommylikehu: Oh, I see. But the snapshots are still in the group? | 03:05 |
tommylikehu | jungleboyj: yes we still have the group snapshot , also volume and snapshot are all exist(not deleted) | 03:06 |
jungleboyj | Hmmm, ok, should check with xyang on that. That might be intended but I am not sure. | 03:07 |
tommylikehu | haha, thank you, jungleboyj! | 03:09 |
jungleboyj | tommylikehu: You are talking about a snapshot of the group. Right? | 03:09 |
tommylikehu | yes | 03:10 |
jungleboyj | Maybe that is ok since all the pieces still exist and in that case it is just a grouping of snapshots. | 03:11 |
tommylikehu | jungleboyj: the problem is if we delete the group while group snapshot exists, then cinder will unable to perform the deletion of group snapshot | 03:13 |
jungleboyj | tommylikehu: Ok, so there we have a problem. :-) | 03:16 |
*** lucasxu has joined #openstack-cinder | 03:17 | |
jungleboyj | So we either need to fix that or not let the group be deleted if there is a snapshot of the group. | 03:17 |
tommylikehu | jungleboyj: you are right! | 03:17 |
jungleboyj | tommylikehu: Ok, so we should maybe talk in the weekly meeting tomorrow about what the right solution is. | 03:18 |
tommylikehu | jungleboyj: 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 |
jungleboyj | tommylikehu: Sean said he would be around, but we will see. You can add it to the agenda. | 03:21 |
jungleboyj | tommylikehu: is smcginnis hanging out with you this week? | 03:22 |
tommylikehu | jungleboyj: he will attend OpenStack Days China in Beijing next Monday, so I guess he is flying to beijing now. | 03:23 |
jungleboyj | tommylikehu: He had to go early so he is actually in Shanghai right now. | 03:23 |
jungleboyj | Meetings at Huawei. | 03:23 |
*** jwcroppe has joined #openstack-cinder | 03:24 | |
tommylikehu | jungleboyj: ok. | 03:25 |
openstackgerrit | Vivek Soni proposed openstack/cinder master: 3PAR: Modify update_migrated_volume code to driver https://review.openstack.org/476460 | 03:34 |
*** chhavi has joined #openstack-cinder | 03:37 | |
openstackgerrit | Eric Young proposed openstack/cinder master: ScaleIO Driver: Updating config reference https://review.openstack.org/485020 | 03:45 |
*** osc_khoj has quit IRC | 03:47 | |
*** chhavi has quit IRC | 03:53 | |
*** gkadam has joined #openstack-cinder | 03:53 | |
*** gkadam has quit IRC | 03:53 | |
*** gkadam has joined #openstack-cinder | 03:53 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements https://review.openstack.org/485022 | 03:54 |
*** edmondsw has joined #openstack-cinder | 03:55 | |
*** links has joined #openstack-cinder | 03:58 | |
*** edmondsw has quit IRC | 04:00 | |
*** dave-mccowan has quit IRC | 04:01 | |
*** lucasxu has quit IRC | 04:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-brick-cinderclient-ext master: Updated from global requirements https://review.openstack.org/485025 | 04:04 |
*** zhangguoqing has quit IRC | 04:07 | |
*** zhangguoqing has joined #openstack-cinder | 04:08 | |
*** Dinesh_Bhor has joined #openstack-cinder | 04:11 | |
*** jwcroppe has quit IRC | 04:12 | |
*** jwcroppe has joined #openstack-cinder | 04:12 | |
*** gouthamr has quit IRC | 04:14 | |
*** zhangguoqing has quit IRC | 04:14 | |
*** Dinesh_Bhor has quit IRC | 04:14 | |
*** Dinesh_Bhor has joined #openstack-cinder | 04:15 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder master: VMware: Use temporary image https://review.openstack.org/485027 | 04:18 |
*** psachin has joined #openstack-cinder | 04:21 | |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: Fix layout of api-ref for group type specs https://review.openstack.org/485028 | 04:26 |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: Fix layout of api-ref for group type specs https://review.openstack.org/485028 | 04:28 |
*** harlowja has joined #openstack-cinder | 04:31 | |
*** gouthamr has joined #openstack-cinder | 04:42 | |
*** harlowja has quit IRC | 04:47 | |
*** lpetrut__ has joined #openstack-cinder | 04:51 | |
*** zhurong has quit IRC | 04:55 | |
*** lhx__ has quit IRC | 04:55 | |
*** markvoelker has joined #openstack-cinder | 05:00 | |
*** osc_khoj has joined #openstack-cinder | 05:00 | |
*** lhx__ has joined #openstack-cinder | 05:02 | |
*** zhangguoqing has joined #openstack-cinder | 05:03 | |
*** arnewiebalck_ has joined #openstack-cinder | 05:05 | |
*** gouthamr has quit IRC | 05:07 | |
*** nicolasbock has joined #openstack-cinder | 05:11 | |
*** lkuchlan has joined #openstack-cinder | 05:14 | |
*** armax has quit IRC | 05:14 | |
*** zhangguoqing has quit IRC | 05:15 | |
*** armax has joined #openstack-cinder | 05:15 | |
*** osc_khoj has quit IRC | 05:15 | |
*** armax has quit IRC | 05:15 | |
*** armax has joined #openstack-cinder | 05:16 | |
*** armax has quit IRC | 05:16 | |
*** osc_khoj has joined #openstack-cinder | 05:16 | |
*** armax has joined #openstack-cinder | 05:17 | |
*** armax has quit IRC | 05:17 | |
*** Dinesh_Bhor has quit IRC | 05:17 | |
*** abhi has joined #openstack-cinder | 05:17 | |
*** armax has joined #openstack-cinder | 05:17 | |
*** armax has quit IRC | 05:18 | |
*** vivsoni_ has quit IRC | 05:18 | |
*** tomh has quit IRC | 05:18 | |
*** armax has joined #openstack-cinder | 05:18 | |
*** armax has quit IRC | 05:18 | |
*** osc_khoj has quit IRC | 05:20 | |
*** vivsoni_ has joined #openstack-cinder | 05:20 | |
*** tomh has joined #openstack-cinder | 05:20 | |
*** zhangguoqing has joined #openstack-cinder | 05:21 | |
*** osc_khoj has joined #openstack-cinder | 05:21 | |
*** diablo_rojo has joined #openstack-cinder | 05:25 | |
*** zhangguoqing has quit IRC | 05:27 | |
*** _ix has quit IRC | 05:34 | |
*** markvoelker has quit IRC | 05:34 | |
*** zhangguoqing has joined #openstack-cinder | 05:39 | |
*** zhangguoqing has quit IRC | 05:39 | |
*** osc_khoj has quit IRC | 05:41 | |
*** edmondsw has joined #openstack-cinder | 05:43 | |
openstackgerrit | Merged openstack/cinder master: ZFSSA iSCSI volume driver multi-connect https://review.openstack.org/371199 | 05:44 |
*** osc_khoj has joined #openstack-cinder | 05:44 | |
*** harlowja has joined #openstack-cinder | 05:46 | |
*** arnewiebalck_ has quit IRC | 05:46 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements https://review.openstack.org/485022 | 05:47 |
*** edmondsw has quit IRC | 05:48 | |
*** zhurong has joined #openstack-cinder | 05:50 | |
*** rcernin has joined #openstack-cinder | 05:50 | |
*** pgadiya has joined #openstack-cinder | 05:54 | |
*** s-shiono has joined #openstack-cinder | 05:54 | |
*** lpetrut__ has quit IRC | 06:04 | |
*** wanghao_ has joined #openstack-cinder | 06:06 | |
*** wanghao has quit IRC | 06:09 | |
*** lhx__ has quit IRC | 06:17 | |
*** abhi has quit IRC | 06:22 | |
*** nicolasbock has quit IRC | 06:23 | |
*** isaacb_ has joined #openstack-cinder | 06:23 | |
*** lhx__ has joined #openstack-cinder | 06:24 | |
*** nicolasbock has joined #openstack-cinder | 06:25 | |
*** markvoelker has joined #openstack-cinder | 06:31 | |
*** jwcroppe has quit IRC | 06:32 | |
*** nicolasbock has quit IRC | 06:37 | |
*** nicolasbock has joined #openstack-cinder | 06:39 | |
openstackgerrit | Wenjun Wang proposed openstack/cinder master: RBD - volume create failed when volume need flatten https://review.openstack.org/477857 | 06:41 |
*** pdeore has joined #openstack-cinder | 06:42 | |
*** harlowja has quit IRC | 06:42 | |
openstackgerrit | Prashant Rakheja proposed openstack/cinder master: Added CG capability to volume group in CoprHD https://review.openstack.org/459610 | 06:48 |
*** Shunli has quit IRC | 06:49 | |
*** Dinesh_Bhor has joined #openstack-cinder | 06:50 | |
*** Shunli has joined #openstack-cinder | 06:50 | |
*** Dinesh_Bhor has quit IRC | 06:50 | |
*** Shunli has quit IRC | 06:56 | |
*** Shunli has joined #openstack-cinder | 06:57 | |
openstackgerrit | Pranali Deore proposed openstack/cinder master: Added filters while fetching backups from DB for incremental https://review.openstack.org/484729 | 07:00 |
*** isaacb_ has quit IRC | 07:04 | |
*** markvoelker has quit IRC | 07:04 | |
*** lpetrut has joined #openstack-cinder | 07:06 | |
*** zhangguoqing has joined #openstack-cinder | 07:07 | |
*** isaacb_ has joined #openstack-cinder | 07:08 | |
*** zhangguoqing has quit IRC | 07:11 | |
*** itlinux has quit IRC | 07:11 | |
*** zhangguoqing has joined #openstack-cinder | 07:12 | |
*** zhangguoqing has quit IRC | 07:15 | |
*** zhangguoqing has joined #openstack-cinder | 07:15 | |
*** tesseract has joined #openstack-cinder | 07:17 | |
*** adisky__ has joined #openstack-cinder | 07:20 | |
*** diablo_rojo has quit IRC | 07:21 | |
openstackgerrit | Merged openstack/cinder master: Mark Virtuozzo driver as unsupported https://review.openstack.org/463030 | 07:26 |
*** catintheroof has joined #openstack-cinder | 07:31 | |
*** edmondsw has joined #openstack-cinder | 07:31 | |
*** zhangguoqing has quit IRC | 07:32 | |
*** edmondsw has quit IRC | 07:36 | |
*** catintheroof has quit IRC | 07:36 | |
*** osc_khoj has quit IRC | 07:46 | |
*** zhangguoqing has joined #openstack-cinder | 07:47 | |
*** osc_khoj has joined #openstack-cinder | 07:48 | |
*** isaacb_ has quit IRC | 07:48 | |
*** abhi has joined #openstack-cinder | 07:50 | |
*** osc_khoj has quit IRC | 07:53 | |
*** lpetrut has quit IRC | 07:55 | |
*** isaacb_ has joined #openstack-cinder | 07:58 | |
*** isaacb_ has quit IRC | 07:59 | |
*** Trident has joined #openstack-cinder | 08:00 | |
*** ociuhandu_ has joined #openstack-cinder | 08:01 | |
*** mlakat has quit IRC | 08:06 | |
*** lhx__ has quit IRC | 08:25 | |
*** lhx__ has joined #openstack-cinder | 08:25 | |
*** ociuhandu_ has quit IRC | 08:29 | |
*** mlakat has joined #openstack-cinder | 08:42 | |
openstackgerrit | Kushal Wathore proposed openstack/cinder master: HPE 3PAR: ISCSI/FC drivers – code refactoring https://review.openstack.org/446475 | 08:45 |
openstackgerrit | Kushal Wathore proposed openstack/cinder master: HPE 3PAR: Adding driver capability https://review.openstack.org/474122 | 08:45 |
*** openstackgerrit has quit IRC | 08:49 | |
*** isaacb has joined #openstack-cinder | 08:49 | |
*** openstackgerrit has joined #openstack-cinder | 08:56 | |
openstackgerrit | Shunei Shiono proposed openstack/cinder master: NEC driver reads default_backends https://review.openstack.org/485101 | 08:56 |
openstackgerrit | Kushal Wathore proposed openstack/cinder master: HPE Lefthand: Fixed cloning operation https://review.openstack.org/462624 | 08:57 |
*** isaacb has quit IRC | 08:58 | |
*** markvoelker has joined #openstack-cinder | 09:02 | |
*** lhx__ has quit IRC | 09:03 | |
*** lhx__ has joined #openstack-cinder | 09:03 | |
*** isaacb has joined #openstack-cinder | 09:04 | |
*** s-shiono has quit IRC | 09:10 | |
*** dalgaaf has quit IRC | 09:11 | |
*** dalgaaf has joined #openstack-cinder | 09:13 | |
*** tsuzuki has quit IRC | 09:15 | |
*** zhangguoqing has quit IRC | 09:17 | |
*** zhangguoqing has joined #openstack-cinder | 09:18 | |
*** edmondsw has joined #openstack-cinder | 09:19 | |
*** edmondsw has quit IRC | 09:24 | |
*** wanghao_ has quit IRC | 09:26 | |
*** Shunli has quit IRC | 09:30 | |
*** markvoelker has quit IRC | 09:35 | |
*** sdague has joined #openstack-cinder | 09:37 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder master: Add support for OS-Brick force disconnect https://review.openstack.org/459454 | 09:40 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder master: Multipath tempest scenarios https://review.openstack.org/469445 | 09:40 |
*** lpetrut has joined #openstack-cinder | 09:50 | |
*** mvk has joined #openstack-cinder | 09:50 | |
*** Poornima_K has joined #openstack-cinder | 09:54 | |
*** zhangguoqing has quit IRC | 10:00 | |
*** Poornima_K has quit IRC | 10:03 | |
*** pgadiya has quit IRC | 10:05 | |
openstackgerrit | Hanxi Liu proposed openstack/cinder master: test: Remove unused object https://review.openstack.org/485141 | 10:09 |
openstackgerrit | Hanxi Liu proposed openstack/cinder master: Remove unused object https://review.openstack.org/485141 | 10:10 |
*** lhx__ has quit IRC | 10:16 | |
*** isaacb has quit IRC | 10:17 | |
*** isaacb_ has joined #openstack-cinder | 10:17 | |
*** pgadiya has joined #openstack-cinder | 10:21 | |
*** Dinesh_Bhor has joined #openstack-cinder | 10:27 | |
*** markvoelker has joined #openstack-cinder | 10:32 | |
*** Nishant_ has joined #openstack-cinder | 10:46 | |
openstackgerrit | Merged openstack/cinder master: Updated from global requirements https://review.openstack.org/485022 | 10:51 |
*** pgadiya has quit IRC | 10:52 | |
*** zhurong has quit IRC | 10:53 | |
*** lpetrut_ has joined #openstack-cinder | 10:54 | |
*** gcb has quit IRC | 10:55 | |
*** lpetrut has quit IRC | 10:56 | |
*** stakeda has quit IRC | 10:56 | |
*** gcb has joined #openstack-cinder | 10:57 | |
*** pgadiya has joined #openstack-cinder | 11:04 | |
*** isaacb_ has quit IRC | 11:05 | |
*** markvoelker has quit IRC | 11:06 | |
*** edmondsw has joined #openstack-cinder | 11:07 | |
*** edmondsw has quit IRC | 11:12 | |
*** zhangguoqing has joined #openstack-cinder | 11:12 | |
*** jmlowe has quit IRC | 11:14 | |
*** zhangguoqing has quit IRC | 11:15 | |
*** pgadiya has quit IRC | 11:16 | |
*** zhangguoqing has joined #openstack-cinder | 11:19 | |
*** zhangguo_ has joined #openstack-cinder | 11:25 | |
*** dave-mccowan has joined #openstack-cinder | 11:26 | |
*** zhangguoqing has quit IRC | 11:29 | |
*** edmondsw has joined #openstack-cinder | 11:30 | |
*** kaisers has quit IRC | 11:39 | |
*** chlong_ has quit IRC | 11:43 | |
*** jmlowe has joined #openstack-cinder | 11:46 | |
*** kaisers has joined #openstack-cinder | 11:47 | |
*** jmlowe has quit IRC | 11:49 | |
*** abishop_ has joined #openstack-cinder | 11:52 | |
openstackgerrit | Kushal Wathore proposed openstack/cinder master: 3PAR: Fixed image cache enabled capability. https://review.openstack.org/461744 | 11:54 |
*** abishop has joined #openstack-cinder | 11:55 | |
*** abishop_ has quit IRC | 11:57 | |
*** arnewiebalck_ has joined #openstack-cinder | 12:02 | |
*** _ix has joined #openstack-cinder | 12:03 | |
*** markvoelker has joined #openstack-cinder | 12:03 | |
*** isaacb_ has joined #openstack-cinder | 12:06 | |
*** hoonetorg has joined #openstack-cinder | 12:09 | |
*** lhx__ has joined #openstack-cinder | 12:15 | |
*** ociuhandu_ has joined #openstack-cinder | 12:15 | |
*** jmlowe has joined #openstack-cinder | 12:16 | |
openstackgerrit | Prashant Rakheja proposed openstack/cinder master: Added CG capability to volume group in CoprHD https://review.openstack.org/459610 | 12:21 |
*** catintheroof has joined #openstack-cinder | 12:21 | |
*** gkadam has quit IRC | 12:24 | |
*** markvoelker has quit IRC | 12:25 | |
*** markvoelker has joined #openstack-cinder | 12:26 | |
*** eharney has joined #openstack-cinder | 12:27 | |
*** arnewiebalck_ has quit IRC | 12:28 | |
*** jmlowe has quit IRC | 12:29 | |
*** mriedem has joined #openstack-cinder | 12:31 | |
*** MVenesio has joined #openstack-cinder | 12:37 | |
*** _ix has quit IRC | 12:37 | |
*** jmlowe has joined #openstack-cinder | 12:38 | |
*** isaacb_ has quit IRC | 12:44 | |
openstackgerrit | Gorka Eguileor proposed openstack/python-cinderclient master: Fix reset state v3 unit tests failures https://review.openstack.org/485197 | 12:50 |
openstackgerrit | Gorka Eguileor proposed openstack/python-cinderclient master: Fix highest version supported by client and server https://review.openstack.org/485198 | 12:50 |
*** gcb has quit IRC | 12:54 | |
*** gouthamr has joined #openstack-cinder | 12:58 | |
*** zhangguo_ has quit IRC | 13:01 | |
*** gnufied has joined #openstack-cinder | 13:06 | |
*** lucasxu has joined #openstack-cinder | 13:06 | |
*** crushil has joined #openstack-cinder | 13:09 | |
*** isaacb has joined #openstack-cinder | 13:09 | |
*** winston-d_ has quit IRC | 13:10 | |
*** mriedem is now known as mriedem_meeting | 13:17 | |
*** pdeore has quit IRC | 13:17 | |
openstackgerrit | Rawan Herzallah proposed openstack/os-brick master: Adding NVMEoF for initiator CLI https://review.openstack.org/482642 | 13:19 |
openstackgerrit | Tom Barron proposed openstack/cinder master: coordination: use tooz builtin heartbeat feature https://review.openstack.org/447079 | 13:25 |
*** _ix has joined #openstack-cinder | 13:26 | |
*** zhangguoqing has joined #openstack-cinder | 13:31 | |
*** osc_khoj has joined #openstack-cinder | 13:39 | |
*** pdeore has joined #openstack-cinder | 13:40 | |
*** zhangguoqing has quit IRC | 13:41 | |
*** zhaochao has quit IRC | 13:42 | |
*** isaacb has quit IRC | 13:44 | |
*** kfarr has joined #openstack-cinder | 13:52 | |
*** csaikia has joined #openstack-cinder | 13:55 | |
scottda | Boy, that last patch's review comments are a fun read.... | 13:56 |
smcginnis | That's one way to put it. :) | 13:57 |
* jungleboyj sighs | 13:59 | |
*** armax has joined #openstack-cinder | 13:59 | |
*** Nishant_ has quit IRC | 14:00 | |
*** isaacb has joined #openstack-cinder | 14:02 | |
jungleboyj | smcginnis: Still looking like you can run the meeting today? | 14:04 |
smcginnis | jungleboyj: Yep, should be fine. | 14:04 |
jungleboyj | Cool. Thanks boss. ;-) | 14:04 |
smcginnis | Thanks for checking. | 14:07 |
*** jwcroppe has joined #openstack-cinder | 14:07 | |
*** lkuchlan has quit IRC | 14:07 | |
*** felipemonteiro__ has joined #openstack-cinder | 14:08 | |
*** felipemonteiro_ has joined #openstack-cinder | 14:11 | |
jungleboyj | No problem. Always happy to help. | 14:13 |
*** felipemonteiro__ has quit IRC | 14:14 | |
*** links has quit IRC | 14:18 | |
*** xyang1 has joined #openstack-cinder | 14:19 | |
*** zengyingzhe has joined #openstack-cinder | 14:20 | |
*** mtanino_ has joined #openstack-cinder | 14:21 | |
*** dustins has joined #openstack-cinder | 14:37 | |
*** osc_khoj has quit IRC | 14:45 | |
*** isaacb has quit IRC | 14:48 | |
*** isaacb has joined #openstack-cinder | 14:49 | |
*** pdeore has quit IRC | 14:53 | |
lhx__ | jungleboyj, could you give me the link of agenda about the today meeting? | 14:56 |
jungleboyj | lhx__: https://wiki.openstack.org/wiki/CinderMeetings | 14:57 |
*** hoonetorg has quit IRC | 15:02 | |
*** mriedem_meeting is now known as mriedem | 15:03 | |
*** jmlowe has quit IRC | 15:05 | |
lhx__ | jungleboyj, thanks :) | 15:06 |
jungleboyj | Welcome. | 15:06 |
*** psachin has quit IRC | 15:08 | |
*** felipemonteiro_ has quit IRC | 15:18 | |
hemna | what time is the meeting? | 15:20 |
hemna | I'm timezone challenged | 15:20 |
smcginnis | 40 minutes from now. | 15:20 |
hemna | ok thanks. | 15:20 |
jungleboyj | Yep. | 15:20 |
hemna | :) | 15:20 |
hemna | right at lunch time here in EST | 15:21 |
jungleboyj | Where in the world is hemna . ;-) | 15:21 |
smcginnis | hemna: If you're more civilized now and use Outlook instead of Notes, you can actually schedule it in UTC. | 15:21 |
jungleboyj | hemna: Take it from the beach side bar. | 15:21 |
hemna | What's Outlook ? | 15:21 |
jungleboyj | smcginnis: Yeah, that is what I do. | 15:21 |
smcginnis | Good answer. ;) | 15:21 |
hemna | I work for a linux company now :) | 15:22 |
smcginnis | hemna: I suppose now you actually have company endorsed open source solutions for everything. Must be nice. | 15:22 |
smcginnis | date -u is your friend then. :D | 15:22 |
hemna | yah I love it | 15:22 |
hemna | lots of the old HPE/Windows users are finding it challenging | 15:22 |
jungleboyj | :-) | 15:22 |
xyang1 | hemna: who is your new employer | 15:27 |
hemna | SuSE | 15:30 |
xyang1 | hemna: nice! | 15:30 |
xyang1 | hemna: do you need to relocate | 15:30 |
*** gcb has joined #openstack-cinder | 15:32 | |
*** jmlowe has joined #openstack-cinder | 15:32 | |
hemna | nope. | 15:33 |
hemna | it's work from home full time | 15:33 |
xyang1 | hemna: that's good | 15:33 |
Swanson | Congrats, 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 |
hemna | lol, yah. SuSE does really well in europe afaik | 15:34 |
hemna | thanks :) | 15:34 |
Swanson | "We've done really well on the dismal side of the iron curtain." | 15:36 |
smcginnis | Pfft, NetWare. | 15:37 |
*** Apoorva has joined #openstack-cinder | 15:38 | |
*** Apoorva_ has joined #openstack-cinder | 15:38 | |
Swanson | They 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 IRC | 15:42 | |
*** crushil has quit IRC | 15:44 | |
openstackgerrit | Eric Harney proposed openstack/cinder master: LVM: Activate LV before creating exports https://review.openstack.org/485256 | 15:48 |
*** dfisher has joined #openstack-cinder | 15:49 | |
*** isaacb has quit IRC | 15:54 | |
*** gcb has quit IRC | 15:54 | |
*** crushil has joined #openstack-cinder | 15:55 | |
tommylikehu | ping xyang1 | 15:55 |
*** crushil has quit IRC | 15:55 | |
*** gcb has joined #openstack-cinder | 15:55 | |
xyang1 | tommylikehu: hi | 15:56 |
*** crushil has joined #openstack-cinder | 15:56 | |
tommylikehu | thanks, xyang1. A question about the rule of deleting group while group snapshot exists | 15:56 |
*** diablo_rojo has joined #openstack-cinder | 15:58 | |
xyang1 | tommylikehu: what is the question? | 15:59 |
tommylikehu | xyang1: I have talked with jungleboyj about my question a little earlier in this irc channel. | 15:59 |
tommylikehu | xyang1: we have the issues that we can delete group (consisgroup) while group snaphsot exists. | 16:00 |
*** diablo_rojo has quit IRC | 16:00 | |
xyang1 | tommylikehu: we should not be able to delete groups which have group snapshots | 16:01 |
xyang1 | tommylikehu: if you can, it is a bug | 16:01 |
*** diablo_rojo has joined #openstack-cinder | 16:01 | |
tommylikehu | xyang1: we can delete group while group snapshot exists if we have removed every volume from group before | 16:02 |
xyang1 | tommylikehu: it is a bug | 16:03 |
xyang1 | tommylikehu: we should check group snapshots as well in addition to snapshots | 16:03 |
tommylikehu | xyang1: so we should handle this check if a group snapshot exists before deleting in the api controller? | 16:03 |
xyang1 | tommylikehu: yes, want to fix it? | 16:04 |
*** aarefiev is now known as aarefiev_afk | 16:04 | |
tommylikehu | xyang1: I will :) | 16:04 |
xyang1 | tommylikehu: thanks | 16:04 |
*** wxy- has joined #openstack-cinder | 16:05 | |
*** felipemonteiro has joined #openstack-cinder | 16:05 | |
*** Apoorva_ has quit IRC | 16:05 | |
*** felipemonteiro_ has joined #openstack-cinder | 16:07 | |
*** rcernin has quit IRC | 16:09 | |
*** felipemonteiro has quit IRC | 16:11 | |
*** Apoorva has joined #openstack-cinder | 16:11 | |
*** isaacb has joined #openstack-cinder | 16:11 | |
openstackgerrit | Octave Orgeron proposed openstack/cinder master: Enables MySQL Cluster Support for Cinder https://review.openstack.org/433372 | 16:23 |
*** rcernin has joined #openstack-cinder | 16:23 | |
*** arnewiebalck_ has joined #openstack-cinder | 16:27 | |
*** chaynikasaikia has joined #openstack-cinder | 16:29 | |
*** csaikia has quit IRC | 16:32 | |
*** Apoorva has quit IRC | 16:37 | |
*** crushil has quit IRC | 16:47 | |
*** gcb has quit IRC | 16:50 | |
*** mvk has quit IRC | 16:51 | |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: Fix 'connector' parameter in update attachments API https://review.openstack.org/476317 | 16:56 |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: [api-ref] Backups: change parameter 'backup_id' to be mandatory https://review.openstack.org/477835 | 16:56 |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: [api-ref] Update volume metadata for a specific key (v2) https://review.openstack.org/478435 | 16:57 |
*** crushil has joined #openstack-cinder | 17:00 | |
*** arnewiebalck_ has quit IRC | 17:00 | |
geguileo | OK, my topic on the meeting agenda was mostly an announcement following smcginnis announcement on os-brick | 17:03 |
geguileo | Just 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_errors | 17:03 |
*** zengyingzhe has quit IRC | 17:03 | |
geguileo | And that there's already a patch to use it in cinder volume and backup https://review.openstack.org/459454 | 17:04 |
geguileo | The idea is not to leave leftovers in some cases if a detach fails. For example create volume from image. | 17:04 |
geguileo | aaaand, that was all I wanted to say | 17:04 |
geguileo | this should improve considerably our iSCSI connections | 17:04 |
*** arnewiebalck_ has joined #openstack-cinder | 17:04 | |
*** csaikia has joined #openstack-cinder | 17:04 | |
*** chaynikasaikia has quit IRC | 17:06 | |
*** isaacb has quit IRC | 17:07 | |
smcginnis | geguileo: Thanks | 17:08 |
geguileo | np | 17:09 |
smcginnis | geguileo: We can maybe mention next meeting just to help spread the word, but great to have that. | 17:09 |
geguileo | ok, I'll mention it again | 17:09 |
*** Apoorva has joined #openstack-cinder | 17:15 | |
*** imacdonn has quit IRC | 17:21 | |
*** imacdonn has joined #openstack-cinder | 17:21 | |
*** harlowja has joined #openstack-cinder | 17:25 | |
*** harlowja has quit IRC | 17:25 | |
*** harlowja has joined #openstack-cinder | 17:26 | |
openstackgerrit | Merged openstack/cinder master: coordination: use tooz builtin heartbeat feature https://review.openstack.org/447079 | 17:32 |
*** Nishant_ has joined #openstack-cinder | 17:33 | |
*** lpetrut_ has quit IRC | 17:33 | |
openstackgerrit | Merged openstack/cinder master: IBM-Storage: group-create-from-src fail with error https://review.openstack.org/473361 | 17:35 |
*** lhx__ has quit IRC | 17:36 | |
openstackgerrit | Merged openstack/cinder master: IBM Storage - Fix vol create from snapshot in CG https://review.openstack.org/475793 | 17:36 |
*** itlinux has joined #openstack-cinder | 17:42 | |
*** csaikia has quit IRC | 17:44 | |
*** mvk has joined #openstack-cinder | 17:46 | |
*** tesseract has quit IRC | 17:46 | |
*** csaikia has joined #openstack-cinder | 17:49 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder master: Add support for OS-Brick force disconnect https://review.openstack.org/459454 | 17:53 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder master: Multipath tempest scenarios https://review.openstack.org/469445 | 17:53 |
*** ociuhandu_ has quit IRC | 18:06 | |
*** boris-42___ has joined #openstack-cinder | 18:17 | |
*** Julien-zte has quit IRC | 18:20 | |
imacdonn | Seeking Code-Review+2 on https://review.openstack.org/#/c/484956 | 18:21 |
*** u_nuSLASHkm8 has joined #openstack-cinder | 18:22 | |
*** Julien-zte has joined #openstack-cinder | 18:23 | |
*** u_nuSLASHkm8 has left #openstack-cinder | 18:23 | |
*** Nishant_ has quit IRC | 18:25 | |
*** ociuhandu_ has joined #openstack-cinder | 18:29 | |
*** lucasxu has quit IRC | 18:32 | |
*** lucasxu has joined #openstack-cinder | 18:35 | |
*** lucasxu has quit IRC | 18:41 | |
*** lucasxu has joined #openstack-cinder | 18:41 | |
openstackgerrit | Jon Bernard proposed openstack/cinder master: Do not fail if RBD image is broken https://review.openstack.org/475400 | 18:44 |
openstackgerrit | Kaitlin Farr proposed openstack/cinder master: Remove key_manager.api_class hack https://review.openstack.org/485322 | 18:44 |
*** kfarr has quit IRC | 18:46 | |
*** ChubYann has joined #openstack-cinder | 18:47 | |
*** lucasxu has quit IRC | 18:55 | |
*** adisky__ has quit IRC | 18:58 | |
ildikov | scottda: thingee: hi | 19:00 |
scottda | hi ildikov | 19:00 |
ildikov | scottda: thingee: just wanted to quickly check whether there's anything holding this patch back from approval: https://review.openstack.org/#/c/485198 | 19:00 |
scottda | Not AFAIC | 19:00 |
ildikov | scottda: ok, cool | 19:01 |
ildikov | scottda: may I ask for a +A then? :) | 19:01 |
scottda | Done | 19:02 |
ildikov | scottda: 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 it | 19:02 |
ildikov | scottda: awesome | 19:02 |
ildikov | scottda: thanks much! | 19:02 |
scottda | Sure. There is something you might do ildikov ...... | 19:02 |
scottda | Actually, disregard. | 19:03 |
imacdonn | Damn, I need charm lessions from ildikov | 19:03 |
imacdonn | lessons* | 19:03 |
scottda | I 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 |
ildikov | scottda: stvnoyes will handle it Nova | 19:04 |
ildikov | scottda: I've just talked to him about this part | 19:05 |
scottda | cool. Maybe shouldn't change, but I'll let them figure out what they want. | 19:05 |
scottda | Let me know what is decided, ildikov . I'm just curious. | 19:05 |
ildikov | the current plan is to add a note and prolly also remove the string cast | 19:06 |
ildikov | scottda: will add you to the review when we have one up so you can see/comment | 19:06 |
imacdonn | scottda: could you take a peek at https://review.openstack.org/#/c/484956 , if you have a sec, please ? | 19:07 |
ildikov | imacdonn: :) | 19:07 |
* imacdonn makes puppy-dog eyes | 19:07 | |
ildikov | imacdonn: when you pick up tough challenges to implement you need to look into other skill sets as well then just coding :) | 19:08 |
imacdonn | ildikov: apparently so ;) | 19:08 |
ildikov | imacdonn: :) | 19:11 |
*** chlong_ has joined #openstack-cinder | 19:16 | |
openstackgerrit | Eric Harney proposed openstack/cinder master: Don't verify format with autodetect after image conversion https://review.openstack.org/483012 | 19:16 |
*** tinyurl_comSLASH has joined #openstack-cinder | 19:23 | |
*** tinyurl_comSLASH has quit IRC | 19:23 | |
imacdonn | scottda: thanks ... I did think about a unit test, but I don't know how to inject the failure scenario ....... | 19:24 |
scottda | imacdonn: Yeah, it might be overkill. | 19:26 |
*** lucasxu has joined #openstack-cinder | 19:30 | |
*** eharney has quit IRC | 19:32 | |
*** tinyurl_comSLASH has joined #openstack-cinder | 19:34 | |
*** tinyurl_comSLASH has left #openstack-cinder | 19:35 | |
*** lucasxu has quit IRC | 19:38 | |
*** lucasxu has joined #openstack-cinder | 19:39 | |
openstackgerrit | Chaynika Saikia proposed openstack/python-cinderclient master: Add cinder create --poll https://review.openstack.org/475919 | 19:39 |
*** arnewiebalck_ has quit IRC | 19:41 | |
stvnoyes | scottda, 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 IRC | 19:43 | |
*** lucasxu has joined #openstack-cinder | 19:44 | |
*** jmlowe has quit IRC | 19:50 | |
*** lpetrut_ has joined #openstack-cinder | 19:52 | |
*** lucasxu has quit IRC | 19:53 | |
*** osc_khoj has joined #openstack-cinder | 19:53 | |
*** jmlowe has joined #openstack-cinder | 19:53 | |
*** lucasxu has joined #openstack-cinder | 19:54 | |
scottda | stvnoyes: 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 |
scottda | So, we've really no way to bump the cinder-api version, since the change is the return from a method in the cinderclient | 19:56 |
scottda | stvnoyes: 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 | |
scottda | We 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 |
scottda | Yikes! I wish I could edit that to make it read better. | 20:01 |
stvnoyes | scottda: ok, I think I get it. thanks. | 20:01 |
*** jdwidari has joined #openstack-cinder | 20:02 | |
xyang1 | smcginnis: FYI, I updated the bug with patches from the past : https://bugs.launchpad.net/cinder/+bug/1704786 | 20:02 |
openstack | Launchpad bug 1704786 in Cinder "CapacityFilter calculates free virtual capacity incorrectly" [Undecided,Opinion] - Assigned to Arnon Yaari (arnony) | 20:02 |
*** chlong_ has quit IRC | 20:03 | |
xyang1 | smcginnis: including a old patch set with lengthy review discussions on the exact same line that this current patch is trying to change | 20:03 |
*** jdwidari has quit IRC | 20:03 | |
*** nicolasbock has quit IRC | 20:06 | |
openstackgerrit | Kaitlin Farr proposed openstack/cinder master: Remove key_manager.api_class hack https://review.openstack.org/485322 | 20:19 |
*** eharney has joined #openstack-cinder | 20:20 | |
*** MVenesio has quit IRC | 20:41 | |
*** chlong_ has joined #openstack-cinder | 20:48 | |
*** jmlowe has quit IRC | 20:53 | |
*** jmlowe has joined #openstack-cinder | 20:55 | |
*** lucasxu has quit IRC | 20:57 | |
openstackgerrit | Jay Bryant proposed openstack/cinder master: Make doc/source directory compliant with design in spec https://review.openstack.org/485356 | 21:00 |
*** chlong_ has quit IRC | 21:04 | |
*** csaikia has quit IRC | 21:11 | |
*** dustins has quit IRC | 21:17 | |
*** jwcroppe has quit IRC | 21:22 | |
*** jwcroppe has joined #openstack-cinder | 21:23 | |
*** abishop has quit IRC | 21:24 | |
*** _ix has quit IRC | 21:26 | |
*** jmlowe has quit IRC | 21:26 | |
*** jwcroppe has quit IRC | 21:28 | |
*** crushil has quit IRC | 21:29 | |
*** jwcroppe has joined #openstack-cinder | 21:29 | |
*** swamireddy has quit IRC | 21:35 | |
*** boris-42___ has quit IRC | 21:41 | |
*** crushil has joined #openstack-cinder | 21:43 | |
*** gouthamr has quit IRC | 21:49 | |
*** jwcroppe has quit IRC | 21:51 | |
openstackgerrit | iain MacDonnell proposed openstack/cinder master: ZFSSA iSCSI delete volume with non-existent LUN https://review.openstack.org/484956 | 22:03 |
*** lpetrut_ has quit IRC | 22:04 | |
*** dfisher has quit IRC | 22:04 | |
*** osc_khoj has quit IRC | 22:07 | |
*** jwcroppe has joined #openstack-cinder | 22:08 | |
*** felipemonteiro_ has quit IRC | 22:15 | |
*** gouthamr has joined #openstack-cinder | 22:18 | |
*** Apoorva has quit IRC | 22:21 | |
*** Apoorva has joined #openstack-cinder | 22:22 | |
*** sdague has quit IRC | 22:33 | |
*** edmondsw has quit IRC | 22:40 | |
*** jwcroppe has quit IRC | 22:45 | |
*** jwcroppe has joined #openstack-cinder | 22:46 | |
*** jmlowe has joined #openstack-cinder | 22:48 | |
*** jwcroppe has quit IRC | 22:51 | |
*** jwcroppe has joined #openstack-cinder | 22:54 | |
*** itlinux has quit IRC | 22:58 | |
tasker | so many macbooks. | 23:00 |
*** catintheroof has quit IRC | 23:03 | |
*** sbezverk has quit IRC | 23:15 | |
*** jwcroppe has quit IRC | 23:29 | |
*** jwcroppe has joined #openstack-cinder | 23:29 | |
*** jwcroppe has quit IRC | 23:33 | |
*** rcernin has quit IRC | 23:34 | |
*** eharney has quit IRC | 23:35 | |
*** itlinux has joined #openstack-cinder | 23:47 | |
*** mtanino_ has quit IRC | 23:53 | |
*** edmondsw has joined #openstack-cinder | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!