*** wxy- has quit IRC | 00:05 | |
*** yangyapeng has quit IRC | 00:14 | |
*** yangyapeng has joined #openstack-cinder | 00:14 | |
*** yangyapeng has quit IRC | 00:18 | |
*** zhangguoqing has joined #openstack-cinder | 00:18 | |
*** felipemonteiro has quit IRC | 00:28 | |
*** wanghao has joined #openstack-cinder | 00:33 | |
*** wanghao has quit IRC | 00:42 | |
*** zhurong has joined #openstack-cinder | 00:44 | |
*** Shunli has joined #openstack-cinder | 00:52 | |
*** iceyao has joined #openstack-cinder | 00:53 | |
*** lbragstad has quit IRC | 00:56 | |
*** iceyao has quit IRC | 00:58 | |
*** lbragstad has joined #openstack-cinder | 01:10 | |
*** kaisers_ has joined #openstack-cinder | 01:11 | |
*** kaisers_ has quit IRC | 01:16 | |
*** jwcroppe_ has joined #openstack-cinder | 01:18 | |
*** yangyapeng has joined #openstack-cinder | 01:20 | |
*** iceyao has joined #openstack-cinder | 01:21 | |
*** jwcroppe has quit IRC | 01:21 | |
*** yangyapeng has quit IRC | 01:21 | |
*** yangyapeng has joined #openstack-cinder | 01:21 | |
*** itlinux has joined #openstack-cinder | 01:23 | |
*** itlinux has quit IRC | 01:23 | |
*** itlinux has joined #openstack-cinder | 01:24 | |
*** Apoorva has quit IRC | 01:30 | |
openstackgerrit | John Griffith proposed openstack/cinder master: Update attachment_delete for multiple attachments https://review.openstack.org/472796 | 01:31 |
---|---|---|
*** s-shiono has joined #openstack-cinder | 01:34 | |
openstackgerrit | wangxiyuan proposed openstack/cinder master: Support metadata for backup resource-1 https://review.openstack.org/471541 | 01:34 |
openstackgerrit | wangxiyuan proposed openstack/cinder master: Use OVO for test_backup https://review.openstack.org/472506 | 01:34 |
jgriffith | sbezverk what's up? | 01:34 |
sbezverk | jgriffith : well lioadm :) | 01:35 |
sbezverk | jgriffith : is there any doc explaining how lio.py works | 01:36 |
jgriffith | sbezverk good question | 01:39 |
jgriffith | we bake it all into cinder so I'll have to look, been a long time since I've tried to actually use it by itself | 01:39 |
jgriffith | sbezverk I'm just on my way out, but I'm happy to help out tomorrow if you're around? | 01:40 |
sbezverk | jgriffith : sounds good, let's chat tomorrow | 01:40 |
jgriffith | cool | 01:40 |
jgriffith | BTW, I think this might be what you need in the meantime | 01:40 |
*** Julien-zte has joined #openstack-cinder | 01:42 | |
openstackgerrit | Yingzhe Zeng proposed openstack/cinder master: Not use admin metadata in Huawei driver anymore https://review.openstack.org/475774 | 01:49 |
openstackgerrit | zheng yin proposed openstack/cinder master: make incremental effective when cinder-backup create https://review.openstack.org/480062 | 02:03 |
*** dhinesh has quit IRC | 02:14 | |
*** Julien-zte has quit IRC | 02:20 | |
*** Julien-zte has joined #openstack-cinder | 02:24 | |
tommylikehu | ping jgriffith | 02:29 |
tommylikehu | hope it's not too late. | 02:29 |
openstackgerrit | zheng yin proposed openstack/cinder master: make incremental effective when cinder-backup create https://review.openstack.org/480062 | 02:30 |
tommylikehu | jgriffith: regarding your concern about handling whether or not nova is available. How about move that logic into a seperated function which will log out the message only when bad things happens? | 02:34 |
*** lucasxu has joined #openstack-cinder | 02:53 | |
openstackgerrit | Merged openstack/cinder master: LVM: Don't initialize VG with lvm_type='auto' https://review.openstack.org/479295 | 02:55 |
*** lucasxu has quit IRC | 02:59 | |
*** Julien-zte has quit IRC | 03:00 | |
*** chlong_ has quit IRC | 03:08 | |
*** chlong_ has joined #openstack-cinder | 03:09 | |
mriedem | jgriffith: ildikov: i'm a bit confused how this works in nova - https://review.openstack.org/#/c/456971/17/nova/compute/manager.py@5177 - in the api we call begin_detaching for the old volume, which should make it's status 'detaching', so how does the status come back as retyping or migrating? | 03:12 |
mriedem | because this looks like it actually does set the status to 'detaching' https://github.com/openstack/cinder/blob/master/cinder/volume/api.py#L698 | 03:12 |
openstackgerrit | Ryan Liang proposed openstack/cinder master: VNX: wrong size of volume from image cache https://review.openstack.org/476402 | 03:13 |
mriedem | or is there magic that checks to see if migration_status is set then the volume.status is not 'detaching' | 03:13 |
jgriffith | mriedem the cinder initiated volume migrations sets the status to migrating, and the cinder retype (to different backend) sets to retyping | 03:13 |
jgriffith | mriedem yes, it's kinda magic, because at that point both the old and new volumes are attached | 03:14 |
mriedem | jgriffith: sure, and then calls nova swap_volume, | 03:14 |
ildikov | mriedem: it's full of magic always has been :) | 03:14 |
mriedem | i was just confused because nova-api swap_volume calls begin_detaching for the old volume https://review.openstack.org/#/c/456971/17/nova/compute/api.py@3908 | 03:14 |
jgriffith | right, but doesn't update the status until nova calls back | 03:14 |
mriedem | oh | 03:14 |
mriedem | hmm, ok | 03:14 |
jgriffith | mriedem what's annoying is that's only for the cinder initiated cases though | 03:14 |
mriedem | so that's why when the compute manager gets the old volume, it's status is still 'migrating' or 'retyping' ? | 03:14 |
jgriffith | yes | 03:14 |
mriedem | crazy | 03:15 |
jgriffith | mriedem it's AWFUL IMO | 03:15 |
jgriffith | but I don't want to hurt anybody's feelings (again) :) | 03:15 |
jgriffith | on the bright side, there's lots of room for improvements, low hanging fruit (kinda) | 03:16 |
mriedem | i just wanted to make sure i understood since i'm writing the unit tests for the compute manager changes for swap volume | 03:16 |
jgriffith | mriedem if it helps, I might have notes somewhere from tracing this out in the past, but I do think you have it | 03:17 |
jgriffith | I mean, I think you have it figured out | 03:17 |
mriedem | cool | 03:17 |
jgriffith | whatever.. you know what I mean | 03:17 |
mriedem | yeah | 03:17 |
mriedem | i do | 03:17 |
mriedem | i'll just ask again in a week | 03:17 |
*** chlong_ has quit IRC | 03:17 | |
jgriffith | that's alright, I will too | 03:18 |
jgriffith | and it'll still seem nutty | 03:18 |
*** chlong_ has joined #openstack-cinder | 03:19 | |
jgriffith | tommylikehu you still here? | 03:19 |
jgriffith | tommylikehu I'm getting ready to sign off, can catch you in the morning. I'm not sure I understand what you had in mind... | 03:20 |
jgriffith | tommylikehu I don't think it's worth holding up or changing the proposed patch for now though | 03:20 |
jgriffith | but I do think we need to think about a strategy going forward if that makes sense | 03:21 |
*** felipemonteiro has joined #openstack-cinder | 03:23 | |
*** Shunli has quit IRC | 03:25 | |
*** Shunli has joined #openstack-cinder | 03:26 | |
ildikov | jgriffith: that's usually good to have :) | 03:26 |
*** psachin has joined #openstack-cinder | 03:26 | |
*** Nel1x has quit IRC | 03:29 | |
ildikov | mriedem: the docs for swap by jgriffith: https://docs.google.com/document/d/10IfIeZ4luPbPOd2oi57FByQ5ByN223KN4j81EskOIM0/edit | 03:32 |
ildikov | mriedem: just in case | 03:32 |
mriedem | yeah i have that | 03:32 |
*** gkadam has joined #openstack-cinder | 03:32 | |
ildikov | mriedem: cool, then you should be all set :) | 03:34 |
ildikov | mriedem: would be great to clean that mess up a bit once, but it'll certainly not happen now... | 03:34 |
*** zhangguoqing has quit IRC | 03:36 | |
openstackgerrit | jazeltq proposed openstack/cinder master: Add list-manageable for rbd https://review.openstack.org/480906 | 03:39 |
*** zhangguoqing has joined #openstack-cinder | 03:40 | |
*** felipemonteiro has quit IRC | 03:43 | |
*** wxy- has joined #openstack-cinder | 03:49 | |
*** zhangguoqing has quit IRC | 03:54 | |
*** Shunli has quit IRC | 03:54 | |
*** Shunli has joined #openstack-cinder | 03:55 | |
*** zhengyin has quit IRC | 03:57 | |
*** kaisers_ has joined #openstack-cinder | 03:57 | |
*** kaisers_ has quit IRC | 04:02 | |
*** kaisers_ has joined #openstack-cinder | 04:05 | |
*** iceyao has quit IRC | 04:10 | |
*** lbragstad has quit IRC | 04:14 | |
*** iceyao has joined #openstack-cinder | 04:18 | |
*** iceyao has quit IRC | 04:22 | |
*** links has joined #openstack-cinder | 04:29 | |
*** iceyao has joined #openstack-cinder | 04:32 | |
*** iceyao has quit IRC | 04:36 | |
*** adisky__ has joined #openstack-cinder | 04:41 | |
*** faizy has joined #openstack-cinder | 04:42 | |
*** abhitechie has joined #openstack-cinder | 04:49 | |
*** wxy- has quit IRC | 04:52 | |
*** zhangguoqing has joined #openstack-cinder | 04:54 | |
*** zzzeek has joined #openstack-cinder | 04:55 | |
*** zzzeek has quit IRC | 04:56 | |
*** zhangguoqing has quit IRC | 04:59 | |
*** zhangguoqing has joined #openstack-cinder | 05:02 | |
*** zzzeek has joined #openstack-cinder | 05:02 | |
*** zzzeek has quit IRC | 05:02 | |
*** zzzeek has joined #openstack-cinder | 05:04 | |
*** zzzeek has quit IRC | 05:04 | |
*** zzzeek has joined #openstack-cinder | 05:08 | |
*** zzzeek has quit IRC | 05:09 | |
*** zzzeek has joined #openstack-cinder | 05:10 | |
*** iceyao has joined #openstack-cinder | 05:11 | |
*** diablo_rojo has quit IRC | 05:11 | |
*** zzzeek has quit IRC | 05:16 | |
*** Srinu has joined #openstack-cinder | 05:20 | |
*** zzzeek has joined #openstack-cinder | 05:22 | |
*** zzzeek has quit IRC | 05:23 | |
*** Poornima has joined #openstack-cinder | 05:30 | |
*** yangyape_ has joined #openstack-cinder | 05:33 | |
*** yangyapeng has quit IRC | 05:35 | |
*** wanghao has joined #openstack-cinder | 05:37 | |
*** zzzeek has joined #openstack-cinder | 05:40 | |
*** zzzeek has quit IRC | 05:40 | |
*** wanghao has quit IRC | 05:45 | |
*** wanghao has joined #openstack-cinder | 05:46 | |
*** rcernin has joined #openstack-cinder | 05:46 | |
*** zhengyin has joined #openstack-cinder | 05:49 | |
*** pgadiya has joined #openstack-cinder | 05:50 | |
*** wanghao has quit IRC | 05:50 | |
*** markvoelker has quit IRC | 05:50 | |
*** ChubYann has quit IRC | 05:50 | |
*** wanghao has joined #openstack-cinder | 05:51 | |
*** markvoelker has joined #openstack-cinder | 05:51 | |
*** markvoelker has quit IRC | 05:55 | |
*** wanghao has quit IRC | 05:57 | |
*** wanghao has joined #openstack-cinder | 05:57 | |
*** junbo has quit IRC | 06:01 | |
*** zzzeek has joined #openstack-cinder | 06:02 | |
*** wanghao has quit IRC | 06:03 | |
*** wanghao has joined #openstack-cinder | 06:04 | |
*** sticker_ has quit IRC | 06:07 | |
*** wanghao has quit IRC | 06:08 | |
*** wanghao has joined #openstack-cinder | 06:08 | |
*** yangyape_ has quit IRC | 06:10 | |
*** yangyapeng has joined #openstack-cinder | 06:11 | |
*** wanghao has quit IRC | 06:11 | |
*** wanghao has joined #openstack-cinder | 06:11 | |
*** yangyape_ has joined #openstack-cinder | 06:13 | |
*** e0ne has joined #openstack-cinder | 06:13 | |
*** yangyapeng has quit IRC | 06:16 | |
*** wanghao has quit IRC | 06:16 | |
*** wanghao has joined #openstack-cinder | 06:17 | |
*** zzzeek has quit IRC | 06:17 | |
*** wanghao has quit IRC | 06:19 | |
*** Poornima has quit IRC | 06:21 | |
*** wanghao has joined #openstack-cinder | 06:24 | |
*** lpetrut has joined #openstack-cinder | 06:25 | |
tommylikehu | jgriffith: Thanks, so I would like to keep that patch unchanged until we are sure what to do next. | 06:27 |
*** wanghao has quit IRC | 06:27 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: cinder can not revert volume to snapshot https://review.openstack.org/481454 | 06:27 |
*** wanghao has joined #openstack-cinder | 06:27 | |
*** yangyape_ has quit IRC | 06:30 | |
*** yangyapeng has joined #openstack-cinder | 06:30 | |
*** wanghao has quit IRC | 06:32 | |
*** wanghao has joined #openstack-cinder | 06:32 | |
*** yangyapeng has quit IRC | 06:32 | |
*** zhangguoqing has quit IRC | 06:33 | |
*** markstur has quit IRC | 06:33 | |
*** yangyapeng has joined #openstack-cinder | 06:33 | |
*** yangyapeng has quit IRC | 06:33 | |
*** yangyapeng has joined #openstack-cinder | 06:34 | |
*** wanghao has quit IRC | 06:34 | |
*** wanghao has joined #openstack-cinder | 06:35 | |
*** karthikp| has quit IRC | 06:36 | |
*** rubenwth has quit IRC | 06:37 | |
*** satya1304 has quit IRC | 06:38 | |
*** wanghao has quit IRC | 06:38 | |
*** rubenwth has joined #openstack-cinder | 06:38 | |
*** wanghao has joined #openstack-cinder | 06:38 | |
openstackgerrit | Minjiang Shen proposed openstack/cinder master: Cinder Driver for FusionStack's FusionStor block storage https://review.openstack.org/481458 | 06:38 |
*** partner has quit IRC | 06:39 | |
*** satya1304 has joined #openstack-cinder | 06:39 | |
*** wanghao has quit IRC | 06:39 | |
*** partner has joined #openstack-cinder | 06:40 | |
*** wanghao has joined #openstack-cinder | 06:40 | |
*** rha has quit IRC | 06:41 | |
*** wanghao has quit IRC | 06:43 | |
*** wanghao has joined #openstack-cinder | 06:44 | |
*** rha has joined #openstack-cinder | 06:45 | |
*** rha has quit IRC | 06:45 | |
*** rha has joined #openstack-cinder | 06:45 | |
*** gouthamr has quit IRC | 06:47 | |
*** wanghao has quit IRC | 06:48 | |
*** wanghao has joined #openstack-cinder | 06:49 | |
*** e0ne has quit IRC | 06:53 | |
*** markstur has joined #openstack-cinder | 06:54 | |
*** wanghao has quit IRC | 06:54 | |
openstackgerrit | Minjiang Shen proposed openstack/cinder master: Cinder Driver for FusionStack's FusionStor block storage https://review.openstack.org/481458 | 06:54 |
*** wanghao has joined #openstack-cinder | 06:54 | |
*** zhaochao has quit IRC | 06:58 | |
*** markstur has quit IRC | 06:58 | |
*** wanghao has quit IRC | 06:59 | |
*** wanghao has joined #openstack-cinder | 07:00 | |
*** Julien-zte has joined #openstack-cinder | 07:05 | |
*** wanghao has quit IRC | 07:05 | |
*** wanghao has joined #openstack-cinder | 07:06 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: fix the count error of chunked based volume backup https://review.openstack.org/478767 | 07:07 |
openstackgerrit | Ryan Liang proposed openstack/cinder master: VNX: wrong size of volume from image cache https://review.openstack.org/476402 | 07:09 |
*** zhaochao has joined #openstack-cinder | 07:09 | |
*** wanghao has quit IRC | 07:10 | |
*** mriedem has quit IRC | 07:10 | |
*** wanghao has joined #openstack-cinder | 07:11 | |
openstackgerrit | fupingxie proposed openstack/cinder master: Add Apache License Content in index.rst https://review.openstack.org/481466 | 07:11 |
openstackgerrit | junbo.li proposed openstack/python-cinderclient master: Add force delete volume in v3.23 https://review.openstack.org/478447 | 07:12 |
*** lpetrut has quit IRC | 07:13 | |
*** itlinux has quit IRC | 07:16 | |
*** wanghao has quit IRC | 07:16 | |
*** wanghao has joined #openstack-cinder | 07:17 | |
*** tesseract has joined #openstack-cinder | 07:17 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: fix the count error of chunked based volume backup https://review.openstack.org/481471 | 07:21 |
*** wanghao has quit IRC | 07:22 | |
openstackgerrit | Yu Shengzuo proposed openstack/cinder master: Fix no feature to enable 'exclusive-lock' of image in ceph https://review.openstack.org/481472 | 07:22 |
*** wanghao has joined #openstack-cinder | 07:22 | |
*** wanghao has quit IRC | 07:30 | |
*** wanghao has joined #openstack-cinder | 07:31 | |
*** wanghao has quit IRC | 07:40 | |
*** wanghao has joined #openstack-cinder | 07:40 | |
*** abhitechie has quit IRC | 07:42 | |
kaisers | RemoteFS based driver maintainers (except Ceph & NFS), please have a glance at https://bugs.launchpad.net/tempest/+bug/1702843 if your CIs fail on the new boot from encrypted volume test. | 07:47 |
openstack | Launchpad bug 1702843 in tempest "test_boot_server_from_encrypted_volume_luks has insufficient skip decorator" [Undecided,New] | 07:47 |
*** wanghao has quit IRC | 07:47 | |
*** wanghao has joined #openstack-cinder | 07:47 | |
*** markvoelker has joined #openstack-cinder | 07:51 | |
*** wanghao has quit IRC | 07:53 | |
*** iceyao has quit IRC | 07:54 | |
*** wanghao has joined #openstack-cinder | 07:54 | |
*** zhangguoqing has joined #openstack-cinder | 07:58 | |
*** abhitechie has joined #openstack-cinder | 07:59 | |
*** zzzeek_ has quit IRC | 08:00 | |
*** zhangguoqing has quit IRC | 08:00 | |
*** wanghao has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-cinder | 08:00 | |
*** wanghao has joined #openstack-cinder | 08:01 | |
*** zhangguoqing has joined #openstack-cinder | 08:03 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: fix the count error of chunked based volume backup https://review.openstack.org/481489 | 08:05 |
*** Julien-zte has quit IRC | 08:05 | |
*** wanghao has quit IRC | 08:05 | |
*** Julien-zte has joined #openstack-cinder | 08:05 | |
*** wanghao has joined #openstack-cinder | 08:06 | |
*** zhangguoqing has quit IRC | 08:14 | |
*** e0ne has joined #openstack-cinder | 08:14 | |
*** zhangguoqing has joined #openstack-cinder | 08:14 | |
*** wanghao has quit IRC | 08:15 | |
*** wanghao has joined #openstack-cinder | 08:15 | |
openstackgerrit | fupingxie proposed openstack/cinder master: Fix some reST field lists in docstrings https://review.openstack.org/481495 | 08:17 |
*** iceyao has joined #openstack-cinder | 08:19 | |
*** wanghao has quit IRC | 08:20 | |
*** wanghao has joined #openstack-cinder | 08:21 | |
*** iceyao has quit IRC | 08:24 | |
*** yangyap__ has joined #openstack-cinder | 08:25 | |
*** yangyapeng has quit IRC | 08:26 | |
*** markvoelker has quit IRC | 08:26 | |
*** Srinu has quit IRC | 08:33 | |
*** s-shiono has quit IRC | 08:35 | |
*** iceyao has joined #openstack-cinder | 08:37 | |
*** iceyao has quit IRC | 08:42 | |
*** tsuzuki has quit IRC | 08:42 | |
*** markstur has joined #openstack-cinder | 08:58 | |
*** markstur has quit IRC | 09:03 | |
*** faizy has quit IRC | 09:04 | |
*** psachin_ has joined #openstack-cinder | 09:04 | |
*** psachin_ has quit IRC | 09:05 | |
*** faizy has joined #openstack-cinder | 09:05 | |
*** zhangguoqing has quit IRC | 09:11 | |
*** zhangguoqing has joined #openstack-cinder | 09:12 | |
*** lpetrut has joined #openstack-cinder | 09:14 | |
*** yangyapeng has joined #openstack-cinder | 09:19 | |
*** yangyap__ has quit IRC | 09:22 | |
*** abhinavtechie has joined #openstack-cinder | 09:22 | |
*** markvoelker has joined #openstack-cinder | 09:23 | |
*** e0ne has quit IRC | 09:23 | |
*** gkadam_ has joined #openstack-cinder | 09:25 | |
*** gkadam is now known as Guest24494 | 09:25 | |
*** gkadam_ is now known as gkadam | 09:25 | |
*** zhangguoqing has quit IRC | 09:25 | |
*** abhitechie has quit IRC | 09:25 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: add exception check for lvm_type https://review.openstack.org/481454 | 09:27 |
*** e0ne has joined #openstack-cinder | 09:29 | |
*** Shunli has quit IRC | 09:29 | |
*** zhangguoqing has joined #openstack-cinder | 09:29 | |
*** edisonxiang has quit IRC | 09:30 | |
*** edisonxiang has joined #openstack-cinder | 09:31 | |
openstackgerrit | Minjiang Shen proposed openstack/cinder master: Cinder Driver for FusionStack's FusionStor block storage https://review.openstack.org/481458 | 09:42 |
*** zhangguoqing has quit IRC | 09:46 | |
*** openstackgerrit has quit IRC | 09:48 | |
*** e0ne has quit IRC | 09:48 | |
*** odyssey4me has left #openstack-cinder | 09:48 | |
*** dalgaaf has quit IRC | 09:50 | |
*** openstackgerrit has joined #openstack-cinder | 09:51 | |
openstackgerrit | Wenjun Wang proposed openstack/cinder master: Volume create failed when volume need flatten https://review.openstack.org/477857 | 09:51 |
*** dalgaaf has joined #openstack-cinder | 09:51 | |
*** lhx__ has joined #openstack-cinder | 09:55 | |
*** markvoelker has quit IRC | 09:56 | |
*** wanghao has quit IRC | 10:02 | |
*** gkadam_ has joined #openstack-cinder | 10:03 | |
*** gkadam has quit IRC | 10:05 | |
*** gkadam__ has joined #openstack-cinder | 10:10 | |
*** jmlowe_ has joined #openstack-cinder | 10:10 | |
*** jmlowe has quit IRC | 10:11 | |
*** gkadam_ has quit IRC | 10:12 | |
*** stakeda has quit IRC | 10:16 | |
*** zhangguoqing has joined #openstack-cinder | 10:33 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: Cinder volume revert to snapshot https://review.openstack.org/481566 | 10:35 |
*** zhurong has quit IRC | 10:46 | |
*** markvoelker has joined #openstack-cinder | 10:53 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Replication, replacing SMI-S with REST https://review.openstack.org/466027 | 11:07 |
*** xelexin has joined #openstack-cinder | 11:09 | |
openstackgerrit | kongxiangyun proposed openstack/cinder master: fix the count error of chunked based volume backup https://review.openstack.org/478767 | 11:14 |
openstackgerrit | kongxiangyun proposed openstack/cinder master: fix the count error of chunked based volume backup https://review.openstack.org/481582 | 11:14 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Replication, replacing SMI-S with REST https://review.openstack.org/466027 | 11:14 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Live Migration, replacing SMI-S with REST https://review.openstack.org/472279 | 11:22 |
*** markvoelker has quit IRC | 11:26 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - implement Generic Volume Group feature https://review.openstack.org/474546 | 11:30 |
*** wxy- has joined #openstack-cinder | 11:31 | |
*** iceyao has joined #openstack-cinder | 11:34 | |
*** psachin has quit IRC | 11:36 | |
*** wxy- has quit IRC | 11:36 | |
*** sdague has joined #openstack-cinder | 11:36 | |
*** zhengyin has quit IRC | 11:38 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - bootable volume errors https://review.openstack.org/472674 | 11:38 |
*** zhurong has joined #openstack-cinder | 11:41 | |
*** zhangguoqing has quit IRC | 11:42 | |
*** yangyapeng has quit IRC | 11:44 | |
*** markvoelker has joined #openstack-cinder | 11:44 | |
openstackgerrit | Minjiang Shen proposed openstack/cinder master: Cinder Driver for FusionStack's FusionStor block storage https://review.openstack.org/481458 | 11:46 |
*** zhurong has quit IRC | 11:46 | |
*** abishop has joined #openstack-cinder | 11:46 | |
*** pcaruana has joined #openstack-cinder | 11:49 | |
*** Julien-zte has quit IRC | 11:50 | |
*** zhangguoqing has joined #openstack-cinder | 11:57 | |
*** zhangguoqing has quit IRC | 12:01 | |
*** zhangguoqing has joined #openstack-cinder | 12:03 | |
*** reveller has quit IRC | 12:05 | |
*** pgadiya has quit IRC | 12:08 | |
*** iceyao has quit IRC | 12:09 | |
*** iceyao has joined #openstack-cinder | 12:11 | |
*** edmondsw has joined #openstack-cinder | 12:21 | |
*** faizy has quit IRC | 12:28 | |
*** mdovgal has quit IRC | 12:34 | |
*** e0ne has joined #openstack-cinder | 12:35 | |
*** _pewp_ has quit IRC | 12:37 | |
*** mdovgal has joined #openstack-cinder | 12:38 | |
*** catintheroof has joined #openstack-cinder | 12:40 | |
*** _pewp_ has joined #openstack-cinder | 12:40 | |
*** chlong_ has quit IRC | 12:43 | |
*** reveller has joined #openstack-cinder | 12:49 | |
*** liverpooler has joined #openstack-cinder | 12:50 | |
*** wxy- has joined #openstack-cinder | 12:50 | |
*** lhx_ has joined #openstack-cinder | 12:51 | |
*** lhx__ has quit IRC | 12:53 | |
*** wxy- has quit IRC | 12:58 | |
*** gkadam__ has quit IRC | 12:58 | |
*** lucasxu has joined #openstack-cinder | 12:59 | |
*** gcb has quit IRC | 13:03 | |
*** links has quit IRC | 13:06 | |
*** takedakn has joined #openstack-cinder | 13:08 | |
*** abhinavtechie has quit IRC | 13:10 | |
*** zhangguoqing has quit IRC | 13:18 | |
openstackgerrit | wang yong proposed openstack/cinder master: Remove the unnecessary pv_list assign during LVM object init https://review.openstack.org/480892 | 13:23 |
*** zhurong has joined #openstack-cinder | 13:24 | |
openstackgerrit | wang yong proposed openstack/os-brick master: Remove the unnecessary pv_list assign during LVM object init https://review.openstack.org/481630 | 13:25 |
*** eharney has joined #openstack-cinder | 13:26 | |
*** wanghao has joined #openstack-cinder | 13:29 | |
openstackgerrit | Chaynika Saikia proposed openstack/cinder master: Add insufficient space async error in create vol https://review.openstack.org/481107 | 13:30 |
*** Dinesh_Bhor has quit IRC | 13:32 | |
smcginnis | geguileo: ping | 13:34 |
smcginnis | geguileo: There's some boot-instance-from-volume test failures on raising the u-c for the latest os-brick. | 13:35 |
smcginnis | geguileo: Looks like something might still be missing there. | 13:35 |
smcginnis | geguileo: Figured you might have a better idea before I start digging into what's going on. | 13:36 |
*** jwcroppe_ has quit IRC | 13:37 | |
*** jwcroppe has joined #openstack-cinder | 13:37 | |
*** sdague has quit IRC | 13:39 | |
*** jwcroppe has quit IRC | 13:42 | |
*** takedakn has quit IRC | 13:43 | |
jgriffith | stvnoyes1 added your suggestions here: https://review.openstack.org/#/c/472796/ | 13:43 |
jgriffith | stvnoyes1 thanks!! | 13:43 |
jgriffith | patrickeast hemna ^^ | 13:44 |
*** jwcroppe has joined #openstack-cinder | 13:53 | |
*** dansmith is now known as superdan | 13:55 | |
*** mriedem has joined #openstack-cinder | 13:58 | |
*** lhx_ has quit IRC | 14:01 | |
*** xyang has joined #openstack-cinder | 14:03 | |
*** adisky__ has quit IRC | 14:08 | |
*** chlong_ has joined #openstack-cinder | 14:09 | |
*** iceyao has quit IRC | 14:12 | |
*** itlinux has joined #openstack-cinder | 14:19 | |
*** gouthamr has joined #openstack-cinder | 14:19 | |
*** felipemonteiro_ has joined #openstack-cinder | 14:19 | |
*** felipemonteiro__ has joined #openstack-cinder | 14:21 | |
*** wxy- has joined #openstack-cinder | 14:23 | |
*** felipemonteiro_ has quit IRC | 14:24 | |
*** zhurong has quit IRC | 14:26 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - QoS, replacing SMI-S with REST https://review.openstack.org/456759 | 14:32 |
*** lhx_ has joined #openstack-cinder | 14:34 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Compression, replacing SMI-S with REST https://review.openstack.org/460191 | 14:38 |
*** markstur has joined #openstack-cinder | 14:43 | |
*** sdague has joined #openstack-cinder | 14:44 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - QoS, replacing SMI-S with REST https://review.openstack.org/456759 | 14:44 |
*** lbragstad has joined #openstack-cinder | 14:45 | |
*** stvnoyes1 has quit IRC | 14:49 | |
*** catintheroof has quit IRC | 14:52 | |
*** catintheroof has joined #openstack-cinder | 14:53 | |
*** itlinux has quit IRC | 14:53 | |
*** catinthe_ has joined #openstack-cinder | 14:56 | |
*** xyang has quit IRC | 14:59 | |
*** catintheroof has quit IRC | 14:59 | |
*** xyang has joined #openstack-cinder | 15:00 | |
*** xyang has quit IRC | 15:01 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Compression, replacing SMI-S with REST https://review.openstack.org/460191 | 15:02 |
*** xyang has joined #openstack-cinder | 15:02 | |
*** lucasxu has quit IRC | 15:04 | |
*** rcernin has quit IRC | 15:06 | |
*** catintheroof has joined #openstack-cinder | 15:06 | |
*** ociuhandu has joined #openstack-cinder | 15:09 | |
*** catinthe_ has quit IRC | 15:09 | |
*** sudipto has joined #openstack-cinder | 15:10 | |
*** sudipto_ has joined #openstack-cinder | 15:10 | |
*** zzzeek_ has joined #openstack-cinder | 15:17 | |
*** zzzeek_ has quit IRC | 15:17 | |
*** abhitechie has joined #openstack-cinder | 15:20 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Replication, replacing SMI-S with REST https://review.openstack.org/466027 | 15:25 |
jungleboyj | smcginnis: Ping. | 15:31 |
smcginnis | jungleboyj: Morning | 15:32 |
*** xyang has quit IRC | 15:33 | |
jungleboyj | smcginnis: Morning buddy. So, documentation update ... | 15:33 |
jungleboyj | Enabling the sphinx errors is a mess. Going to step away from that for the moment and make that a goal for later after I get the documentation migrated. | 15:33 |
smcginnis | jungleboyj: Sounds good to me. Not too many things all at once then. | 15:34 |
*** xyang has joined #openstack-cinder | 15:34 | |
jungleboyj | Finding out I am going to have to better understand the right format and then educate the core team on what docstrings really need to look like. | 15:34 |
*** catinthe_ has joined #openstack-cinder | 15:35 | |
jungleboyj | smcginnis: Found two patches yesterday that would have caused the build to fail ... and I only did like 4 reviews. :-) | 15:35 |
smcginnis | jungleboyj: Once the "warnings as errors" flag is set, we'll learn real quick what's right and what's not, right? | 15:35 |
*** xyang has quit IRC | 15:35 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - Live Migration, replacing SMI-S with REST https://review.openstack.org/472279 | 15:36 |
jungleboyj | smcginnis: Right, it appears what looks pretty in the code is not right. :-( The changes I am making remove the errors but I need to make sure that results in decent looking documentation. | 15:36 |
jungleboyj | So, I want to tackle that more carefully. | 15:36 |
*** catintheroof has quit IRC | 15:36 | |
*** xyang has joined #openstack-cinder | 15:36 | |
smcginnis | +1 | 15:36 |
jungleboyj | So, I am going to get the docs from openstack-manuals moved first. | 15:37 |
jungleboyj | Once we have that done, then the next step will be to fix all the docstring issues. | 15:37 |
smcginnis | jungleboyj: That part definitely seems more critical. | 15:37 |
smcginnis | The move, that is. | 15:38 |
jungleboyj | Then I think the last step will be to add the doc build into our UT so that people can fix their own errors. | 15:38 |
jungleboyj | smcginnis: Yeah, became clear to me yesterday as I was driving I had been distracted. | 15:38 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - implement Generic Volume Group feature https://review.openstack.org/474546 | 15:38 |
smcginnis | jungleboyj: No distracted driving. :D | 15:38 |
jungleboyj | My brain was wandering. | 15:39 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - bootable volume errors https://review.openstack.org/472674 | 15:45 |
*** e0ne has quit IRC | 15:47 | |
*** itlinux has joined #openstack-cinder | 15:49 | |
*** wanghao has quit IRC | 15:51 | |
*** ChubYann has joined #openstack-cinder | 15:51 | |
*** wanghao has joined #openstack-cinder | 15:51 | |
*** wanghao has quit IRC | 15:51 | |
*** wanghao has joined #openstack-cinder | 15:52 | |
*** wanghao has quit IRC | 15:52 | |
*** wanghao has joined #openstack-cinder | 15:52 | |
*** wanghao has quit IRC | 15:53 | |
*** wanghao has joined #openstack-cinder | 15:53 | |
*** yangyapeng has joined #openstack-cinder | 15:54 | |
*** wanghao has quit IRC | 15:54 | |
*** wanghao has joined #openstack-cinder | 15:54 | |
*** wanghao has quit IRC | 15:55 | |
*** wanghao has joined #openstack-cinder | 15:55 | |
*** Apoorva has joined #openstack-cinder | 15:55 | |
*** wanghao has quit IRC | 15:55 | |
*** wanghao has joined #openstack-cinder | 15:56 | |
*** wanghao has quit IRC | 15:56 | |
*** wanghao has joined #openstack-cinder | 15:56 | |
*** wanghao has quit IRC | 15:57 | |
*** wanghao has joined #openstack-cinder | 15:57 | |
*** wanghao has quit IRC | 15:58 | |
*** wanghao has joined #openstack-cinder | 15:58 | |
*** abhinavtechie has joined #openstack-cinder | 15:58 | |
*** abhitechie has quit IRC | 15:58 | |
*** wanghao has quit IRC | 16:03 | |
*** aagrawal has joined #openstack-cinder | 16:04 | |
*** jmlowe_ has quit IRC | 16:05 | |
*** aagrawal has quit IRC | 16:05 | |
*** abhinavtechie has quit IRC | 16:08 | |
*** abhitechie has joined #openstack-cinder | 16:12 | |
*** abhitechie has quit IRC | 16:16 | |
*** abhitechie has joined #openstack-cinder | 16:17 | |
*** catinthe_ has quit IRC | 16:19 | |
*** catintheroof has joined #openstack-cinder | 16:19 | |
*** lhx_ has quit IRC | 16:23 | |
*** abhinavtechie has joined #openstack-cinder | 16:28 | |
*** abhitechie has quit IRC | 16:28 | |
*** iceyao has joined #openstack-cinder | 16:29 | |
*** wxy- has quit IRC | 16:30 | |
*** ociuhandu has quit IRC | 16:36 | |
*** iceyao has quit IRC | 16:36 | |
*** abhitechie has joined #openstack-cinder | 16:42 | |
*** abhinavtechie has quit IRC | 16:43 | |
*** dhinesh has joined #openstack-cinder | 16:46 | |
*** psachin has joined #openstack-cinder | 16:47 | |
*** jmlowe has joined #openstack-cinder | 16:52 | |
*** abhitechie has quit IRC | 16:54 | |
*** psachin has quit IRC | 16:57 | |
*** wanghao has joined #openstack-cinder | 16:59 | |
*** wanghao has quit IRC | 17:04 | |
*** dhinesh has quit IRC | 17:06 | |
*** sdague has quit IRC | 17:09 | |
*** jmlowe has quit IRC | 17:10 | |
*** iceyao has joined #openstack-cinder | 17:11 | |
*** iceyao has quit IRC | 17:16 | |
*** xyang has quit IRC | 17:17 | |
*** pocketprotector- has quit IRC | 17:17 | |
*** pocketprotector- has joined #openstack-cinder | 17:17 | |
*** pocketprotector- is now known as pocketprotector | 17:17 | |
*** xyang has joined #openstack-cinder | 17:17 | |
*** xyang has quit IRC | 17:18 | |
*** diablo_rojo has joined #openstack-cinder | 17:19 | |
*** dave-mccowan has joined #openstack-cinder | 17:24 | |
*** links has joined #openstack-cinder | 17:25 | |
*** jmlowe has joined #openstack-cinder | 17:25 | |
*** links has quit IRC | 17:29 | |
*** links has joined #openstack-cinder | 17:31 | |
*** sudipto has quit IRC | 17:35 | |
*** sudipto_ has quit IRC | 17:35 | |
*** ociuhandu has joined #openstack-cinder | 17:36 | |
*** links has quit IRC | 17:36 | |
openstackgerrit | Merged openstack/cinder master: Remove periodic_tasks method from base manager https://review.openstack.org/480659 | 17:45 |
*** kaisers_ has quit IRC | 17:50 | |
openstackgerrit | Merged openstack/cinder master: Introduce managing existing snapshot to rbd driver https://review.openstack.org/447986 | 17:51 |
*** kaisers_ has joined #openstack-cinder | 17:51 | |
*** iceyao has joined #openstack-cinder | 17:52 | |
*** dhinesh has joined #openstack-cinder | 17:53 | |
*** zhaochao has quit IRC | 17:55 | |
*** iceyao has quit IRC | 17:57 | |
*** tomh_ has quit IRC | 17:59 | |
*** bit_lySLH2uSZHed has joined #openstack-cinder | 18:00 | |
*** kaisers_ has quit IRC | 18:01 | |
*** bit_lySLH2uSZHed has left #openstack-cinder | 18:02 | |
*** stvnoyes has joined #openstack-cinder | 18:05 | |
openstackgerrit | Merged openstack/python-cinderclient master: Tiramisu: replication group support https://review.openstack.org/352229 | 18:06 |
*** lpetrut has quit IRC | 18:08 | |
*** e0ne has joined #openstack-cinder | 18:14 | |
*** xyang has joined #openstack-cinder | 18:14 | |
*** xyang has quit IRC | 18:15 | |
*** tesseract has quit IRC | 18:21 | |
*** itlinux has quit IRC | 18:27 | |
*** diablo_rojo has quit IRC | 18:28 | |
*** xyang has joined #openstack-cinder | 18:31 | |
*** diablo_rojo has joined #openstack-cinder | 18:36 | |
*** chlong_ has quit IRC | 18:40 | |
*** kaisers_ has joined #openstack-cinder | 18:47 | |
*** itlinux has joined #openstack-cinder | 18:47 | |
*** xelexin has quit IRC | 18:47 | |
*** lpetrut has joined #openstack-cinder | 18:54 | |
openstackgerrit | Jay Bryant proposed openstack/cinder master: Fix errors preventing doc builds https://review.openstack.org/481735 | 19:07 |
jungleboyj | smcginnis: ^^^ First fix we need so I can start doing more of the docs migration. | 19:07 |
*** bit_lySLH2uSZHed has joined #openstack-cinder | 19:08 | |
*** bit_lySLH2uSZHed has left #openstack-cinder | 19:08 | |
smcginnis | jungleboyj: Cool, that will be good. | 19:11 |
jungleboyj | Yeah, if we can get that merged today then we I can push the other patches up without a dependency. | 19:12 |
smcginnis | Cool, I'll watch for it. | 19:13 |
*** markstur has quit IRC | 19:14 | |
*** e0ne has quit IRC | 19:14 | |
openstackgerrit | Kendall Nelson proposed openstack/cinder-specs master: Update Dynamic Reconfig Spec https://review.openstack.org/446132 | 19:15 |
*** kaisers_ has quit IRC | 19:21 | |
jungleboyj | smcginnis: While I am waiting for 481735 to get approved I will do the admin guide migration under that patch. | 19:24 |
smcginnis | jungleboyj: Sounds like a plan. | 19:25 |
smcginnis | jungleboyj: Was it actually complaining about our driver-requirements.txt file? | 19:26 |
jungleboyj | smcginnis: I am hoping once I figure out this first one that the process isn't too hard. | 19:26 |
jungleboyj | smcginnis: Yep, it was. :-) | 19:26 |
smcginnis | Weird | 19:26 |
jungleboyj | You should see all the stuff that sphinx is mad at when I process warnings. | 19:27 |
* jungleboyj is sad | 19:27 | |
smcginnis | Not as sad as I am with all our launchpad bug spam for MS support. | 19:28 |
jungleboyj | Yuck. Thankfully I haven't seen that. Go forth and save us oh benevolent PTL. | 19:31 |
*** wanghao has joined #openstack-cinder | 19:31 | |
smcginnis | Hah. Actually, looks like the launchpad folks have a script or something now to kill those right away. | 19:31 |
smcginnis | But I still get the emails. | 19:31 |
*** Apoorva has quit IRC | 19:34 | |
*** wanghao has quit IRC | 19:36 | |
openstackgerrit | Merged openstack/python-cinderclient master: UnboundLocalError on message-list https://review.openstack.org/476264 | 19:42 |
jungleboyj | Why is that happening? MS trying to drive OS people nuts? | 19:42 |
*** sdague has joined #openstack-cinder | 19:46 | |
smcginnis | jungleboyj: No, I'm sure they have nothing to do with it. | 19:46 |
openstackgerrit | Merged openstack/cinder master: VMAX driver - QoS, replacing SMI-S with REST https://review.openstack.org/456759 | 19:47 |
jungleboyj | Was really nice of me to call the other day to let me know that my work computer had been compromised. I gladly gave them access. ;-) | 19:47 |
smcginnis | Hah | 19:51 |
*** iceyao has joined #openstack-cinder | 19:56 | |
*** catinthe_ has joined #openstack-cinder | 19:56 | |
hemna | jungleboyj, your work box got hacked? | 19:57 |
jungleboyj | hemna: Heck no! I was just joking about the people impersonating MS. | 19:58 |
*** catintheroof has quit IRC | 19:59 | |
jungleboyj | hemna: Give me some credit. I am not going to fall for those schemes. | 20:00 |
*** jmlowe has quit IRC | 20:00 | |
*** iceyao has quit IRC | 20:00 | |
hemna | no? | 20:02 |
*** liverpooler has quit IRC | 20:09 | |
jungleboyj | hemna: No. | 20:11 |
jungleboyj | smcginnis: You still around? | 20:11 |
smcginnis | hemna: That's his story and he's sticking to it. | 20:11 |
jungleboyj | Uh yeah. | 20:11 |
jungleboyj | smcginnis: So, I think the admin-guide is pretty much ready to come over. | 20:12 |
smcginnis | jungleboyj: Cool | 20:12 |
jungleboyj | I am really just doing a copy paste of everything right now. I think this can greatly improved from the top down but I am not worrying about that right now. Make sense? | 20:12 |
smcginnis | jungleboyj: Yeah, I think that's a good plan. | 20:13 |
jungleboyj | For instance it is going on to a page right now that says 'Cinder Developer Documentation'. | 20:13 |
jungleboyj | That will need to be fixed but that feels like a separate change from bringing the content back to life. | 20:14 |
smcginnis | Agree | 20:14 |
jungleboyj | smcginnis: Thank you sir. | 20:14 |
smcginnis | Thanks for getting that done. | 20:14 |
jungleboyj | So, I hope I can get the migration done this weekend then if the other parts go this smoothly. | 20:14 |
jungleboyj | smcginnis: No problem. Unlike hemna I like this kind of work. | 20:15 |
smcginnis | Hah | 20:15 |
hemna | https://goo.gl/NSLFsa | 20:17 |
smcginnis | :) | 20:19 |
openstackgerrit | Jay Bryant proposed openstack/cinder master: Migrate the blockstorage admin-guide to Cinder https://review.openstack.org/481750 | 20:19 |
jungleboyj | hemna: ^^ There is your great documentation and it was pushed from pool side. | 20:20 |
hemna | :) | 20:21 |
*** markvoelker has quit IRC | 20:27 | |
*** markvoelker has joined #openstack-cinder | 20:27 | |
jungleboyj | Oy, looks like there isn't much I can do to avoid dependencies on some of this. | 20:33 |
smcginnis | Which part? | 20:34 |
*** Apoorva has joined #openstack-cinder | 20:35 | |
*** markstur has joined #openstack-cinder | 20:37 | |
*** iceyao has joined #openstack-cinder | 20:37 | |
jungleboyj | Some of the sub pages will be dependent upon the admin-guide patch. It is ok. Not a huge deal. | 20:38 |
*** catinthe_ has quit IRC | 20:39 | |
*** Apoorva has quit IRC | 20:39 | |
*** mriedem1 has joined #openstack-cinder | 20:40 | |
*** iceyao has quit IRC | 20:41 | |
*** markstur has quit IRC | 20:41 | |
*** mriedem has quit IRC | 20:42 | |
*** Apoorva has joined #openstack-cinder | 20:45 | |
*** markstur has joined #openstack-cinder | 20:52 | |
openstackgerrit | Jay Bryant proposed openstack/cinder master: Migrate volume management CLI documentation https://review.openstack.org/481756 | 20:53 |
jungleboyj | smcginnis: Ok, so there are several pieces to look at. I am going to give them a chance to work through the check. If all looks well I will keep pushing more tomorrow. | 20:54 |
smcginnis | Sounds good. | 20:55 |
*** mriedem1 is now known as mriedem | 20:55 | |
jungleboyj | smcginnis: Yuck ... https://review.openstack.org/#/c/480452/4 | 20:57 |
jungleboyj | We are supposed to switch to this. I don't call it an improvement, but that will be part of the beautification process afterwards. | 20:57 |
smcginnis | jungleboyj: Yeah, heard others complaining about not liking the new look. | 20:58 |
jungleboyj | smcginnis: Yeah, it looks like crap. Hopefully I can play with it and make it look better. | 20:59 |
*** abishop has quit IRC | 21:01 | |
hemna | screen shots? | 21:10 |
*** linlan has joined #openstack-cinder | 21:12 | |
*** iceyao has joined #openstack-cinder | 21:18 | |
openstackgerrit | Chaynika Saikia proposed openstack/cinder master: Ceph cinder backup force-delete does not work https://review.openstack.org/481760 | 21:18 |
Apoorva | Our CI is failing with following error http://paste.openstack.org/show/614811/ is it a known issue? | 21:20 |
*** iceyao has quit IRC | 21:22 | |
jungleboyj | hemna: just click on the first Jenkins result for the build for the patch that I shared. It pulls up the code rendered an HTML. | 21:22 |
hemna | ah ok | 21:23 |
hemna | doesn't look half bad | 21:23 |
hemna | even has install instructions for openSuSE | 21:23 |
*** ChubYann has quit IRC | 21:25 | |
*** itlinux has quit IRC | 21:26 | |
jungleboyj | Well, yeah, good docs but I don't like that format. | 21:26 |
*** tomh has joined #openstack-cinder | 21:28 | |
*** catintheroof has joined #openstack-cinder | 21:33 | |
*** edmondsw has quit IRC | 21:34 | |
*** lpetrut has quit IRC | 21:34 | |
*** ChubYann has joined #openstack-cinder | 21:37 | |
*** dave-mccowan has quit IRC | 21:41 | |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Restore ability to disable API versions https://review.openstack.org/471792 | 21:47 |
*** openstackgerrit has quit IRC | 21:47 | |
*** openstackstatus has quit IRC | 21:56 | |
*** openstack has joined #openstack-cinder | 21:59 | |
*** iceyao has quit IRC | 22:04 | |
*** felipemonteiro__ has quit IRC | 22:07 | |
*** zzzeek_ has joined #openstack-cinder | 22:08 | |
*** zzzeek_ has quit IRC | 22:09 | |
*** jwcroppe has quit IRC | 22:11 | |
*** KeithMnemonic has quit IRC | 22:11 | |
*** jwcroppe has joined #openstack-cinder | 22:11 | |
*** zzzeek_ has joined #openstack-cinder | 22:14 | |
*** zzzeek_ has quit IRC | 22:14 | |
*** zzzeek_ has joined #openstack-cinder | 22:14 | |
*** zzzeek_ has quit IRC | 22:15 | |
*** jwcroppe has quit IRC | 22:15 | |
*** zzzeek_ has joined #openstack-cinder | 22:19 | |
*** openstackgerrit has joined #openstack-cinder | 22:23 | |
openstackgerrit | Kendall Nelson proposed openstack/cinder-specs master: Update Dynamic Reconfig Spec https://review.openstack.org/446132 | 22:23 |
*** zzzeek_ has quit IRC | 22:24 | |
*** zzzeek_ has joined #openstack-cinder | 22:29 | |
*** zzzeek_ has quit IRC | 22:30 | |
*** xyang has quit IRC | 22:30 | |
*** zzzeek_ has joined #openstack-cinder | 22:31 | |
*** zzzeek- has joined #openstack-cinder | 22:33 | |
openstackgerrit | Kendall Nelson proposed openstack/cinder-specs master: Update Dynamic Reconfig Spec https://review.openstack.org/446132 | 22:34 |
*** zzzeek_ has quit IRC | 22:35 | |
*** iceyao has joined #openstack-cinder | 22:40 | |
*** zzzeek- has quit IRC | 22:41 | |
openstackgerrit | Kendall Nelson proposed openstack/cinder-specs master: Update Dynamic Reconfig Spec https://review.openstack.org/446132 | 22:42 |
*** catintheroof has quit IRC | 22:42 | |
*** dhinesh has quit IRC | 22:44 | |
*** iceyao has quit IRC | 22:45 | |
*** sdague has quit IRC | 22:47 | |
openstackgerrit | Merged openstack/cinder master: Update attachment_delete for multiple attachments https://review.openstack.org/472796 | 22:58 |
*** jmlowe has joined #openstack-cinder | 23:07 | |
*** wanghao has joined #openstack-cinder | 23:09 | |
*** wanghao has quit IRC | 23:14 | |
*** wanghao has joined #openstack-cinder | 23:16 | |
*** wanghao has quit IRC | 23:16 | |
*** wanghao has joined #openstack-cinder | 23:17 | |
*** zzzeek_ has joined #openstack-cinder | 23:17 | |
*** wxy- has joined #openstack-cinder | 23:18 | |
*** zzzeek_ has quit IRC | 23:21 | |
*** wanghao has quit IRC | 23:21 | |
*** zzzeek_ has joined #openstack-cinder | 23:21 | |
*** iceyao has joined #openstack-cinder | 23:25 | |
*** Apoorva has quit IRC | 23:26 | |
*** iceyao has quit IRC | 23:29 | |
*** iceyao has joined #openstack-cinder | 23:44 | |
*** Apoorva has joined #openstack-cinder | 23:47 | |
*** jmlowe has quit IRC | 23:48 | |
*** iceyao has quit IRC | 23:49 | |
*** jmlowe has joined #openstack-cinder | 23:51 | |
*** Apoorva has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!