*** jamielennox is now known as jamielennox|away | 00:05 | |
*** annegentle has joined #openstack-cinder | 00:05 | |
*** apoorvad has joined #openstack-cinder | 00:06 | |
*** dflorea has joined #openstack-cinder | 00:07 | |
*** jamielennox|away is now known as jamielennox | 00:07 | |
*** dflorea has quit IRC | 00:08 | |
*** jamielennox is now known as jamielennox|away | 00:10 | |
*** salv-orlando has quit IRC | 00:13 | |
*** merooney has joined #openstack-cinder | 00:13 | |
*** dflorea has joined #openstack-cinder | 00:13 | |
*** dflorea has quit IRC | 00:17 | |
openstackgerrit | Patrick East proposed openstack/cinder: Implement Clone CG in Pure Volume Drivers https://review.openstack.org/211803 | 00:17 |
---|---|---|
openstackgerrit | Patrick East proposed openstack/cinder: Fix Pure create volume from cgsnapshot https://review.openstack.org/211804 | 00:17 |
*** mylu has joined #openstack-cinder | 00:21 | |
anteaya | thingee: that response is clear, thank you | 00:21 |
*** merooney has quit IRC | 00:21 | |
anteaya | asselin: nicely said | 00:26 |
*** haigang has joined #openstack-cinder | 00:26 | |
*** smoriya has joined #openstack-cinder | 00:27 | |
*** _cjones_ has quit IRC | 00:31 | |
openstackgerrit | Mitsuhiro Tanino proposed openstack/cinder: [WIP] Allow specified backend capabilities to be retrieved https://review.openstack.org/212861 | 00:31 |
*** tsekiyam_ has joined #openstack-cinder | 00:35 | |
*** mtanino has quit IRC | 00:37 | |
*** tsekiyama has quit IRC | 00:38 | |
*** mylu has quit IRC | 00:39 | |
*** tsekiyam_ has quit IRC | 00:39 | |
thingee | jgriffith: was there ever a time we caught exceptions in volume creation? | 00:39 |
thingee | jgriffith: https://github.com/openstack/cinder/blob/master/cinder/volume/flows/manager/create_volume.py#L639 | 00:40 |
thingee | cause right now with taskflow it ends up being a mess of doing three attempts, showing stack traces three times. | 00:41 |
jgriffith | thingee: that's not new | 00:42 |
jgriffith | thingee: tflow has always had the retry thing | 00:42 |
thingee | yeah, just saying if you put a useful warning of why things failed in creation, it's lost | 00:42 |
thingee | even verbose=false, debug=false | 00:42 |
jgriffith | thingee: there were some things we white listed to help with that | 00:42 |
jgriffith | well.. it kinda messes up the logging no matter what | 00:43 |
thingee | yea there are the no reschedule exceptions | 00:44 |
*** bswartz has joined #openstack-cinder | 00:44 | |
jgriffith | thingee: not sure I know what you mean | 00:44 |
jgriffith | thingee: You have to look the flow/api as well though | 00:45 |
thingee | jgriffith: https://github.com/openstack/cinder/blob/master/cinder/volume/flows/manager/create_volume.py#L71 | 00:45 |
jgriffith | thingee: yep, that's the white list I mentioned a few lines back | 00:46 |
openstackgerrit | Patrick East proposed openstack/cinder: Generic image-volume cache https://review.openstack.org/195795 | 00:46 |
thingee | jgriffith: my complaint is simply this, I have debug=false, verbose=false ... but stack traces toss my useful warnings up in the buffer | 00:46 |
jgriffith | thingee: yep | 00:46 |
jgriffith | thingee: I talked about this stuff for over a year | 00:46 |
thingee | jgriffith: there is nothing catching those https://github.com/openstack/cinder/blob/master/cinder/volume/flows/manager/create_volume.py#L639 | 00:46 |
thingee | jgriffith: I'm assuming it's not a simple catch at this point? | 00:47 |
jgriffith | You wish | 00:47 |
jgriffith | thingee: IIRC those are caught in the lib itself | 00:47 |
jgriffith | thingee: As I remember it that sets the var on the flow object, the smarts on what to do with that are in the lib itself | 00:48 |
jgriffith | thingee: hmmm... maybe not | 00:48 |
jgriffith | thingee: could be that somebody broke it | 00:49 |
*** bnemec has joined #openstack-cinder | 00:49 | |
*** zhenguo has joined #openstack-cinder | 00:49 | |
jgriffith | thingee: hold on, lemme stop what I'm doing and look | 00:49 |
jgriffith | it's in the revert method | 00:50 |
jgriffith | There's do_reschedule and reschedule_types | 00:50 |
*** haigang has quit IRC | 00:50 | |
jgriffith | https://github.com/openstack/cinder/blob/master/cinder/volume/flows/manager/create_volume.py#L168 | 00:50 |
jgriffith | so it uses some trickery in the extract side | 00:51 |
*** markvoelker has joined #openstack-cinder | 00:51 | |
jgriffith | and gets dumped over there eventually | 00:51 |
*** diogogmt has joined #openstack-cinder | 00:52 | |
*** leeantho has quit IRC | 00:53 | |
vokt | jungleboyj, new patch set has a +2 from hemna, needs another core reviewer, https://review.openstack.org/#/c/200737/ | 00:53 |
jgriffith | I'm glad that somebody else is finally digging through it a bit | 00:53 |
jgriffith | sorry for you, glad for me :) | 00:53 |
*** theanalyst has quit IRC | 00:55 | |
*** theanalyst has joined #openstack-cinder | 00:55 | |
thingee | jgriffith: :( | 00:56 |
*** markvoelker has quit IRC | 00:56 | |
thingee | jgriffith: so a question I had for you earlier, is there a reason you have scoped keys for qos_specs? | 00:58 |
*** IanGovett1 has quit IRC | 00:59 | |
*** vokt has quit IRC | 01:00 | |
*** topshare has joined #openstack-cinder | 01:00 | |
*** lixiaoy1 has joined #openstack-cinder | 01:08 | |
*** patrickeast has quit IRC | 01:09 | |
*** xyang has quit IRC | 01:11 | |
*** Yogi1 has joined #openstack-cinder | 01:13 | |
jgriffith | thingee: the qos_spec isn't scoped, that's for the old-style method of just using extra-specs with raw k/v pairs | 01:16 |
jgriffith | thingee: if you don't scope it, it will never make it past the scheduler | 01:16 |
jgriffith | There's extra_specs, and there's qos_specs, not the same thing | 01:16 |
thingee | jgriffith: I get that | 01:16 |
thingee | jgriffith: https://github.com/openstack/cinder/blob/master/cinder/volume/drivers/solidfire.py#L506 | 01:16 |
thingee | jgriffith: kvs is either extra_specs or qos specs | 01:17 |
thingee | you seem to look for ':' no matter what | 01:17 |
*** lcurtis has joined #openstack-cinder | 01:17 | |
jgriffith | Look at the line about it | 01:17 |
jgriffith | s/about/above/ | 01:17 |
jgriffith | and two below it | 01:17 |
jgriffith | that loop handles both cases | 01:18 |
*** davechen has joined #openstack-cinder | 01:18 | |
thingee | oh I see, qos spec keys have to match those presets | 01:18 |
jgriffith | have to run for a bit, but I can show you later if you like | 01:18 |
jgriffith | Yes, exactly | 01:18 |
thingee | ok cool, I get it. I just wasn't sure if that's what you meant to do. :) | 01:18 |
jgriffith | minIOPS, maxIOPS etc | 01:18 |
thingee | obviously it's working, just check :P | 01:18 |
jgriffith | hehe... yeah, that's intentional | 01:19 |
jgriffith | way to support both notations | 01:19 |
jgriffith | alrighty... gotta run, catch ya later | 01:20 |
*** Yogi1 has quit IRC | 01:21 | |
*** Yogi1 has joined #openstack-cinder | 01:21 | |
*** xyang has joined #openstack-cinder | 01:23 | |
*** xyang has left #openstack-cinder | 01:24 | |
*** skylerberg has quit IRC | 01:27 | |
*** dub_ has quit IRC | 01:27 | |
*** lcurtis has quit IRC | 01:32 | |
*** lcurtis has joined #openstack-cinder | 01:33 | |
*** Lee1092 has joined #openstack-cinder | 01:37 | |
*** vilobhmm has quit IRC | 01:38 | |
*** haigang has joined #openstack-cinder | 01:39 | |
openstackgerrit | Li Yingjun proposed openstack/cinder: Add the ability to update type public status https://review.openstack.org/206788 | 01:42 |
*** dub_ has joined #openstack-cinder | 01:42 | |
*** markvoelker has joined #openstack-cinder | 01:43 | |
*** markvoelker has quit IRC | 01:48 | |
openstackgerrit | xing-yang proposed openstack/cinder: DO NOT MERGE: Test Attach Snapshot https://review.openstack.org/212900 | 01:49 |
*** raildo-afk is now known as raildo | 01:52 | |
*** sghanekar_ has quit IRC | 01:53 | |
*** akerr_ has quit IRC | 01:56 | |
*** haigang has quit IRC | 01:56 | |
*** haigang has joined #openstack-cinder | 01:59 | |
*** topshare has quit IRC | 02:05 | |
*** topshare has joined #openstack-cinder | 02:07 | |
openstackgerrit | Kuo-tung Kao proposed openstack/cinder: Don't use context.elevated to get volume https://review.openstack.org/206450 | 02:07 |
*** haomaiwang has joined #openstack-cinder | 02:08 | |
*** jamielennox|away is now known as jamielennox | 02:08 | |
*** p0rtal_ has joined #openstack-cinder | 02:09 | |
*** p0rtal has quit IRC | 02:12 | |
*** bnemec has quit IRC | 02:13 | |
openstackgerrit | LisaLi proposed openstack/cinder: Return volume name from backup_restore https://review.openstack.org/199876 | 02:15 |
*** haomaiwang has quit IRC | 02:15 | |
*** tim_o has quit IRC | 02:16 | |
*** haomaiwang has joined #openstack-cinder | 02:16 | |
*** p0rtal_ has quit IRC | 02:17 | |
*** p0rtal has joined #openstack-cinder | 02:17 | |
*** boris-42 has quit IRC | 02:20 | |
*** p0rtal has quit IRC | 02:22 | |
*** p0rtal has joined #openstack-cinder | 02:22 | |
*** salv-orlando has joined #openstack-cinder | 02:24 | |
*** zhonghua-lee has joined #openstack-cinder | 02:27 | |
*** salv-orlando has quit IRC | 02:32 | |
*** BharatK has joined #openstack-cinder | 02:36 | |
*** BharatK has quit IRC | 02:37 | |
*** annegentle has quit IRC | 02:38 | |
*** mylu has joined #openstack-cinder | 02:42 | |
*** annegentle has joined #openstack-cinder | 02:45 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Add volume migration support for Huawei driver https://review.openstack.org/201406 | 02:46 |
*** annegentle has quit IRC | 02:46 | |
*** topshare has quit IRC | 02:48 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Add volume retype support for Huawei driver https://review.openstack.org/201485 | 02:49 |
*** topshare has joined #openstack-cinder | 02:50 | |
*** topshare has quit IRC | 02:50 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Fix way of get LUN id in Huawei driver https://review.openstack.org/209749 | 02:51 |
*** hakimo has joined #openstack-cinder | 02:53 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Add hypermetro support for Huawei driver https://review.openstack.org/202023 | 02:53 |
*** hakimo_ has quit IRC | 02:55 | |
*** markvoelker has joined #openstack-cinder | 02:55 | |
*** topshare has joined #openstack-cinder | 02:55 | |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-cinder | 03:01 | |
*** julim has quit IRC | 03:03 | |
*** apoorvad has quit IRC | 03:08 | |
*** sbezverk has quit IRC | 03:19 | |
*** sbezverk has joined #openstack-cinder | 03:19 | |
*** jwcroppe has joined #openstack-cinder | 03:29 | |
*** mylu has quit IRC | 03:31 | |
*** ebalduf has joined #openstack-cinder | 03:31 | |
*** raildo is now known as raildo-afk | 03:33 | |
*** annegentle has joined #openstack-cinder | 03:38 | |
*** hemna has joined #openstack-cinder | 03:48 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Volume status management during migration https://review.openstack.org/186312 | 03:48 |
openstackgerrit | xing-yang proposed openstack/cinder: Handle missing temp volume and snapshot during cleanup https://review.openstack.org/212962 | 03:49 |
*** annegentle has quit IRC | 03:58 | |
*** p0rtal has quit IRC | 04:00 | |
*** diogogmt has quit IRC | 04:00 | |
*** haomaiwang has quit IRC | 04:01 | |
*** p0rtal has joined #openstack-cinder | 04:01 | |
*** haomaiwang has joined #openstack-cinder | 04:02 | |
*** jamielennox is now known as jamielennox|away | 04:02 | |
*** p0rtal has quit IRC | 04:06 | |
*** vokt has joined #openstack-cinder | 04:15 | |
*** salv-orlando has joined #openstack-cinder | 04:16 | |
openstackgerrit | wanghao proposed openstack/cinder: Support volume backup of qcow2 format volume https://review.openstack.org/182276 | 04:18 |
*** agarciam has quit IRC | 04:18 | |
*** salv-orlando has quit IRC | 04:19 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Volume status management during migration https://review.openstack.org/186312 | 04:19 |
*** vokt has quit IRC | 04:25 | |
*** markvoelker has quit IRC | 04:26 | |
*** zhonghua-lee has quit IRC | 04:27 | |
openstackgerrit | wanghao proposed openstack/cinder: Support volume backup of qcow2 format volume https://review.openstack.org/182276 | 04:28 |
openstackgerrit | wanghao proposed openstack/cinder: Incremental backup improvements for L https://review.openstack.org/188328 | 04:33 |
*** zhonghua-lee has joined #openstack-cinder | 04:35 | |
*** pradipta has joined #openstack-cinder | 04:38 | |
*** dobson has quit IRC | 04:42 | |
*** morgan_404 is now known as morgan_204 | 04:42 | |
*** pradipta has quit IRC | 04:44 | |
*** morgan_204 is now known as morgan_206 | 04:44 | |
*** morgan_206 is now known as morgan_503 | 04:45 | |
*** deepakcs has joined #openstack-cinder | 04:45 | |
*** jamielennox|away is now known as jamielennox | 04:46 | |
*** coolsvap has quit IRC | 04:46 | |
*** dobson has joined #openstack-cinder | 04:48 | |
*** coolsvap has joined #openstack-cinder | 04:48 | |
*** shyama has joined #openstack-cinder | 04:55 | |
*** Yogi1 has quit IRC | 04:57 | |
*** haomaiwang has quit IRC | 05:01 | |
*** hemna has quit IRC | 05:01 | |
*** haomaiwa_ has joined #openstack-cinder | 05:04 | |
*** boris-42 has joined #openstack-cinder | 05:06 | |
*** lcurtis has quit IRC | 05:09 | |
nikeshm | xing-yang : hi | 05:11 |
thingee | ameade: hey your CI is hitting this issue often http://dcf901611175aa43f968-c54047c910227e27e1d6f03bb1796fd7.r95.cf5.rackcdn.com/85/201485/14/check/7mode-FC-tempest-openstack/6cb7c69/console.txt | 05:14 |
thingee | ameade: tempest removed the same.conf, so if you're not recloning, you're going to hit this issue | 05:15 |
*** vilobhmm has joined #openstack-cinder | 05:21 | |
*** lixiaoy1 has quit IRC | 05:34 | |
*** vlaza has joined #openstack-cinder | 05:40 | |
*** chlong has quit IRC | 05:41 | |
*** salv-orlando has joined #openstack-cinder | 05:43 | |
*** BharatK has joined #openstack-cinder | 05:43 | |
*** chlong has joined #openstack-cinder | 05:44 | |
*** haigang has quit IRC | 05:45 | |
*** haigang has joined #openstack-cinder | 05:46 | |
*** haigang has quit IRC | 05:47 | |
*** haigang has joined #openstack-cinder | 05:47 | |
openstackgerrit | Dave Chen proposed openstack/cinder: Show image metadata https://review.openstack.org/208380 | 05:48 |
*** nkrinner has joined #openstack-cinder | 05:50 | |
*** salv-orlando has quit IRC | 05:53 | |
*** fifieldt_ has quit IRC | 06:00 | |
*** coolsvap has quit IRC | 06:00 | |
*** haomaiwa_ has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-cinder | 06:02 | |
*** ankit_ag has joined #openstack-cinder | 06:03 | |
*** coolsvap has joined #openstack-cinder | 06:03 | |
*** e0ne has joined #openstack-cinder | 06:08 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Change inventory folder hierarchy https://review.openstack.org/193095 | 06:20 |
*** simondodsley has joined #openstack-cinder | 06:26 | |
*** e0ne has quit IRC | 06:27 | |
*** Maike has joined #openstack-cinder | 06:30 | |
*** zhonghua-lee has quit IRC | 06:33 | |
*** agarciam has joined #openstack-cinder | 06:35 | |
*** anshul has joined #openstack-cinder | 06:48 | |
*** e0ne has joined #openstack-cinder | 06:51 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-cinder | 07:02 | |
*** e0ne has quit IRC | 07:04 | |
*** simondodsley has quit IRC | 07:08 | |
*** ebalduf has quit IRC | 07:11 | |
*** jamielennox is now known as jamielennox|away | 07:17 | |
*** haigang has quit IRC | 07:21 | |
*** afazekas_ has joined #openstack-cinder | 07:24 | |
*** vilobhmm has quit IRC | 07:30 | |
*** jwcroppe has quit IRC | 07:33 | |
*** chlong has quit IRC | 07:36 | |
*** chlong has joined #openstack-cinder | 07:39 | |
*** skraynev has quit IRC | 07:51 | |
*** salv-orlando has joined #openstack-cinder | 07:54 | |
*** jwcroppe has joined #openstack-cinder | 07:59 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-cinder | 08:01 | |
*** lixiaoy1 has joined #openstack-cinder | 08:02 | |
*** salv-orlando has quit IRC | 08:05 | |
*** yingjun has joined #openstack-cinder | 08:07 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Adapt SnapshotController to view builder https://review.openstack.org/211592 | 08:07 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add pagination to snapshots https://review.openstack.org/195071 | 08:07 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: On Volume list only retrieve needed data from DB https://review.openstack.org/212126 | 08:07 |
*** lixiaoy11 has joined #openstack-cinder | 08:10 | |
*** lixiaoy1 has quit IRC | 08:11 | |
*** jistr has joined #openstack-cinder | 08:13 | |
*** yingjun has left #openstack-cinder | 08:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/212247 | 08:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-cinderclient: Updated from global requirements https://review.openstack.org/210918 | 08:21 |
openstackgerrit | wanghao proposed openstack/cinder: Support volume backup of qcow2 format volume https://review.openstack.org/182276 | 08:24 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Move import and export backup metadata to object https://review.openstack.org/200927 | 08:26 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Fix backup metadata import missing fields https://review.openstack.org/183222 | 08:26 |
*** skraynev has joined #openstack-cinder | 08:28 | |
*** zhonghua-lee has joined #openstack-cinder | 08:28 | |
*** lixiaoy11 has quit IRC | 08:30 | |
*** davechen has left #openstack-cinder | 08:31 | |
openstackgerrit | Xinyuan Huang proposed openstack/cinder: Small clean up in volume object https://review.openstack.org/213037 | 08:51 |
*** sakaYK has joined #openstack-cinder | 08:53 | |
*** IanGovett has joined #openstack-cinder | 08:55 | |
*** jwcroppe has quit IRC | 09:00 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-cinder | 09:01 | |
*** jwcroppe has joined #openstack-cinder | 09:01 | |
*** jwcroppe has quit IRC | 09:03 | |
*** jwcroppe has joined #openstack-cinder | 09:03 | |
*** jwcroppe has quit IRC | 09:05 | |
*** jwcroppe has joined #openstack-cinder | 09:05 | |
*** salv-orlando has joined #openstack-cinder | 09:07 | |
*** salv-orlando has quit IRC | 09:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/212247 | 09:14 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/os-brick: Updated from global requirements https://review.openstack.org/212752 | 09:20 |
openstackgerrit | Vincent Hou proposed openstack/cinder: WIP: Volume status management during migration https://review.openstack.org/186312 | 09:25 |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Deprecate vCenter version less than 5.1 https://review.openstack.org/207321 | 09:28 |
*** smoriya has quit IRC | 09:33 | |
*** zhonghua-lee has quit IRC | 09:35 | |
*** salv-orlando has joined #openstack-cinder | 09:36 | |
*** markus_z has joined #openstack-cinder | 09:43 | |
*** haigang has joined #openstack-cinder | 09:56 | |
*** zhonghua-lee has joined #openstack-cinder | 09:58 | |
*** sakaYK has quit IRC | 09:59 | |
*** haomaiwang has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-cinder | 10:02 | |
*** haigang has quit IRC | 10:03 | |
*** baojg has joined #openstack-cinder | 10:07 | |
*** kmartin has quit IRC | 10:18 | |
*** sakaYK has joined #openstack-cinder | 10:18 | |
*** mdenny has quit IRC | 10:18 | |
*** arif-ali has quit IRC | 10:19 | |
*** sakaYK has quit IRC | 10:23 | |
*** sakaYK has joined #openstack-cinder | 10:24 | |
*** sakaYK has quit IRC | 10:26 | |
*** zhenguo has quit IRC | 10:26 | |
*** baojg has quit IRC | 10:27 | |
*** baojg has joined #openstack-cinder | 10:27 | |
*** sakaYK has joined #openstack-cinder | 10:29 | |
*** baojg has quit IRC | 10:32 | |
*** sakaYK has quit IRC | 10:35 | |
*** sakaYK has joined #openstack-cinder | 10:36 | |
*** sakaYK has quit IRC | 10:38 | |
*** arif-ali has joined #openstack-cinder | 10:40 | |
*** sakaYK has joined #openstack-cinder | 10:43 | |
*** sakaYK has quit IRC | 10:45 | |
*** haomaiwang has quit IRC | 10:53 | |
*** haigang has joined #openstack-cinder | 10:55 | |
*** asselin has quit IRC | 10:58 | |
*** topshare has quit IRC | 11:04 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Deprecate vCenter version less than 5.1 https://review.openstack.org/207321 | 11:08 |
flip214 | If I use CINDER_ENABLED_BACKENDS in devstack, how should I pass arguments to the backends? Eg. I'd like to install one backend 3 times, with different settings each time. | 11:17 |
flip214 | Looking at http://docs.openstack.org/developer/devstack/lib/cinder.html "Source the enabled backends" I'm not sure whether there's some allowed syntax to put them in there. | 11:18 |
flip214 | CINDER_ENABLED_BACKENDS=<type>:<name>,<type>:<name> | 11:18 |
flip214 | But should CINDER_ENABLED_BACKENDS=<type>:<args>:<name>,<type>:<args>:<name> work too? | 11:18 |
*** zhonghua-lee has quit IRC | 11:25 | |
openstackgerrit | Tom Barron proposed openstack/cinder: Fix backup init_host volume cleanup https://review.openstack.org/210147 | 11:38 |
*** bkopilov has quit IRC | 11:39 | |
*** rushil has joined #openstack-cinder | 11:46 | |
*** afazekas_ has quit IRC | 11:47 | |
*** delattec has joined #openstack-cinder | 11:51 | |
*** cdelatte has quit IRC | 11:53 | |
*** bkopilov has joined #openstack-cinder | 11:56 | |
*** timcl has joined #openstack-cinder | 12:00 | |
*** delattec has quit IRC | 12:02 | |
*** delattec has joined #openstack-cinder | 12:02 | |
*** bnemec has joined #openstack-cinder | 12:03 | |
*** haigang has quit IRC | 12:05 | |
*** timcl has left #openstack-cinder | 12:08 | |
*** akerr has joined #openstack-cinder | 12:11 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add pagination to snapshots https://review.openstack.org/195071 | 12:12 |
*** BharatK has quit IRC | 12:13 | |
*** raildo-afk is now known as raildo | 12:13 | |
*** markvoelker has joined #openstack-cinder | 12:21 | |
*** bswartz has quit IRC | 12:21 | |
*** lcurtis has joined #openstack-cinder | 12:23 | |
flip214 | Or should I just export some more environment variables? | 12:25 |
*** eharney has joined #openstack-cinder | 12:27 | |
*** rushil has quit IRC | 12:28 | |
*** xiaohui has quit IRC | 12:28 | |
*** xiaohui has joined #openstack-cinder | 12:28 | |
*** ankit_ag has quit IRC | 12:29 | |
*** edmondsw has joined #openstack-cinder | 12:29 | |
*** deepakcs has quit IRC | 12:35 | |
*** rushil has joined #openstack-cinder | 12:36 | |
*** rushil has quit IRC | 12:43 | |
*** marcusvrn has joined #openstack-cinder | 12:43 | |
*** bkopilov has quit IRC | 12:44 | |
*** markus_z has quit IRC | 12:47 | |
smcginnis | flip214: You need a section for each instance of a backend. | 12:54 |
openstackgerrit | Kendall Nelson proposed openstack/cinder: Enable cinder-manage to remove services https://review.openstack.org/197613 | 12:55 |
smcginnis | flip214: So if ENABLED_BACKENDS=abc,xyz, later you need an [abc] section and an [xyz] section for each instances settings. | 12:55 |
*** lcurtis has quit IRC | 12:55 | |
smcginnis | flip214: Here's an example: http://paste.openstack.org/show/414274/ | 12:56 |
*** merooney has joined #openstack-cinder | 12:58 | |
*** Yogi1 has joined #openstack-cinder | 13:01 | |
*** lcurtis has joined #openstack-cinder | 13:01 | |
*** Maike_ has joined #openstack-cinder | 13:02 | |
*** bswartz has joined #openstack-cinder | 13:02 | |
*** Maike_ has quit IRC | 13:05 | |
*** Maike has quit IRC | 13:05 | |
*** bill_az has joined #openstack-cinder | 13:05 | |
*** diogogmt has joined #openstack-cinder | 13:05 | |
*** dustins has joined #openstack-cinder | 13:12 | |
*** rodrigods has quit IRC | 13:13 | |
*** lcurtis has quit IRC | 13:14 | |
*** markus_z has joined #openstack-cinder | 13:15 | |
*** julim has joined #openstack-cinder | 13:16 | |
*** diogogmt has quit IRC | 13:19 | |
*** gouthamr has joined #openstack-cinder | 13:20 | |
*** thangp has joined #openstack-cinder | 13:22 | |
*** mriedem_away is now known as mriedem | 13:22 | |
*** dansmith is now known as superdan | 13:27 | |
*** zhenguo has joined #openstack-cinder | 13:28 | |
jgriffith | +1 for the example from smcginnis | 13:28 |
*** fifieldt has joined #openstack-cinder | 13:30 | |
*** Yogi1 has quit IRC | 13:32 | |
*** crose has joined #openstack-cinder | 13:32 | |
*** jaypipes has joined #openstack-cinder | 13:33 | |
*** dustins has quit IRC | 13:34 | |
*** dustins has joined #openstack-cinder | 13:34 | |
*** jaypipes has quit IRC | 13:39 | |
*** bill_az has quit IRC | 13:41 | |
*** xyang1 has joined #openstack-cinder | 13:41 | |
*** Yogi1 has joined #openstack-cinder | 13:42 | |
openstackgerrit | Jacob Gregor proposed openstack/cinder: Reduced file size to prevent timeout https://review.openstack.org/212784 | 13:42 |
*** jaypipes has joined #openstack-cinder | 13:42 | |
*** timcl has joined #openstack-cinder | 13:42 | |
*** jaypipes is now known as leakypipes\ | 13:43 | |
*** leakypipes\ is now known as leakypipes | 13:47 | |
*** jungleboyj has quit IRC | 13:50 | |
openstackgerrit | xing-yang proposed openstack/cinder: EMC VMAX Create CG from CG Snapshot https://review.openstack.org/195280 | 13:51 |
*** breitz has quit IRC | 13:53 | |
openstackgerrit | Daniel Tadrzak proposed openstack/cinder: Cleanup for cinder tests with ConsistencyGroups https://review.openstack.org/207544 | 13:53 |
*** breitz has joined #openstack-cinder | 13:53 | |
*** jgregor has joined #openstack-cinder | 13:54 | |
*** jecarey has joined #openstack-cinder | 14:02 | |
*** jungleboyj has joined #openstack-cinder | 14:04 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/cinder: Configure space reservation on NetApp Data ONTAP https://review.openstack.org/211659 | 14:06 |
*** nkrinner has quit IRC | 14:06 | |
*** merooney has quit IRC | 14:07 | |
*** mdenny has joined #openstack-cinder | 14:12 | |
*** edtubill has joined #openstack-cinder | 14:13 | |
*** merooney has joined #openstack-cinder | 14:13 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Volume status management during migration https://review.openstack.org/186312 | 14:18 |
*** chlong has quit IRC | 14:19 | |
*** vlaza has quit IRC | 14:20 | |
*** haomaiwang has joined #openstack-cinder | 14:25 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: WIP: Atomic state changes in API node https://review.openstack.org/205835 | 14:29 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add atomic conditional updates to objects https://review.openstack.org/205834 | 14:29 |
openstackgerrit | Jose Porrua proposed openstack/os-brick: Adding CHAP discovery logic to os-brick https://review.openstack.org/212191 | 14:33 |
*** haomaiwang has quit IRC | 14:35 | |
*** annegentle has joined #openstack-cinder | 14:37 | |
openstackgerrit | Kendall Nelson proposed openstack/cinder: Enable cinder-manage to remove services https://review.openstack.org/197613 | 14:37 |
*** mtanino has joined #openstack-cinder | 14:40 | |
*** alejandrito has joined #openstack-cinder | 14:44 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Volume status management during migration https://review.openstack.org/186312 | 14:49 |
openstackgerrit | Kuo-tung Kao proposed openstack/cinder: Don't use context.elevated to get volume https://review.openstack.org/206450 | 14:53 |
*** r-daneel has joined #openstack-cinder | 14:55 | |
*** anshul has quit IRC | 14:58 | |
*** diogogmt has joined #openstack-cinder | 15:01 | |
*** annegentle has quit IRC | 15:11 | |
*** annegentle has joined #openstack-cinder | 15:12 | |
*** merooney has quit IRC | 15:12 | |
*** tsekiyama has joined #openstack-cinder | 15:12 | |
*** dannywilson has joined #openstack-cinder | 15:15 | |
*** baojg has joined #openstack-cinder | 15:15 | |
*** dannywilson has quit IRC | 15:16 | |
*** dannywilson has joined #openstack-cinder | 15:17 | |
*** rmetcalf has joined #openstack-cinder | 15:18 | |
*** kmartin has joined #openstack-cinder | 15:19 | |
*** crose has quit IRC | 15:23 | |
*** jistr is now known as jistr|mtg | 15:29 | |
openstackgerrit | Rajini Ram proposed openstack/cinder: Dell Eqlx: Use generic option ssh_timeout https://review.openstack.org/212650 | 15:29 |
*** timcl has quit IRC | 15:30 | |
openstackgerrit | Rajini Ram proposed openstack/cinder: Dell Eqlx: Use generic option ssh_timeout https://review.openstack.org/212650 | 15:30 |
jgriffith | thingee: were we meeting today or Monday? | 15:31 |
*** openstackgerrit has quit IRC | 15:31 | |
*** openstackgerrit has joined #openstack-cinder | 15:32 | |
*** jdurgin has joined #openstack-cinder | 15:32 | |
*** lcurtis has joined #openstack-cinder | 15:33 | |
thingee | jgriffith: we are meeting today | 15:34 |
thingee | jgriffith: I don't think a calendar invite went out though | 15:34 |
jgriffith | thingee: it did not, that's why I asked :) | 15:34 |
thingee | esker: do you remember when? | 15:35 |
jgriffith | I suppose we'll miss DuncanT again unless he's around? | 15:36 |
*** zhenguo has quit IRC | 15:43 | |
thingee | jgriffith: be on the look out https://review.openstack.org/#/c/104653/ | 15:46 |
thingee | :) | 15:46 |
mtanino | smcginnis: Thank you. That comment is funny. | 15:46 |
jgriffith | thingee: excellent! | 15:46 |
jgriffith | thingee: although on a Friday may not be such a great idea LOL | 15:47 |
thingee | +1 | 15:47 |
thingee | friday fun day | 15:47 |
jgriffith | it's early though,and I have confidence that it'll "just work" | 15:47 |
mtanino | LVM Thin Provisioning! | 15:47 |
*** rushil has joined #openstack-cinder | 15:49 | |
thingee | smcginnis: why does this change require fixes in os-brick, but has no dependency? https://review.openstack.org/#/c/197131/3 | 15:51 |
*** jdurgin has quit IRC | 15:52 | |
*** p0rtal has joined #openstack-cinder | 15:54 | |
*** p0rtal has quit IRC | 15:57 | |
*** laughterwym has quit IRC | 15:58 | |
*** p0rtal has joined #openstack-cinder | 16:00 | |
*** p0rtal_ has joined #openstack-cinder | 16:01 | |
*** jistr|mtg is now known as jistr | 16:03 | |
thingee | smcginnis: alright giving a -1 because I'm confused | 16:04 |
*** p0rtal has quit IRC | 16:05 | |
*** sghanekar_ has joined #openstack-cinder | 16:05 | |
openstackgerrit | Mitsuhiro Tanino proposed openstack/cinder: [WIP] Allow specified backend capabilities to be retrieved https://review.openstack.org/212861 | 16:07 |
*** markus_z has quit IRC | 16:07 | |
*** markstur has joined #openstack-cinder | 16:09 | |
*** merooney has joined #openstack-cinder | 16:09 | |
*** leeantho has joined #openstack-cinder | 16:12 | |
*** IanGovett1 has joined #openstack-cinder | 16:14 | |
*** IanGovett has quit IRC | 16:15 | |
hemna_ | meeting? | 16:18 |
hemna_ | thingee, I've been emailing the Brocade folks back and forth on their CI reporting issues and trying to get them to see that they aren't actually reporting. | 16:19 |
hemna_ | thingee, so they are trying and are working on it FWIW. | 16:19 |
*** IanGovett has joined #openstack-cinder | 16:20 | |
*** IanGovett1 has quit IRC | 16:21 | |
*** kashyap has left #openstack-cinder | 16:21 | |
*** merooney has quit IRC | 16:21 | |
*** bill_az has joined #openstack-cinder | 16:22 | |
*** baojg has quit IRC | 16:23 | |
*** daneyon has joined #openstack-cinder | 16:23 | |
*** baojg has joined #openstack-cinder | 16:24 | |
*** merooney has joined #openstack-cinder | 16:25 | |
*** bkopilov has joined #openstack-cinder | 16:28 | |
*** baojg has quit IRC | 16:28 | |
*** IanGovett has quit IRC | 16:28 | |
*** baojg has joined #openstack-cinder | 16:29 | |
*** timcl has joined #openstack-cinder | 16:30 | |
*** IanGovett has joined #openstack-cinder | 16:31 | |
*** asselin has joined #openstack-cinder | 16:31 | |
*** apoorvad has joined #openstack-cinder | 16:31 | |
*** jistr has quit IRC | 16:32 | |
*** apoorvad has quit IRC | 16:32 | |
*** apoorvad has joined #openstack-cinder | 16:33 | |
*** apoorvad has quit IRC | 16:34 | |
*** baojg has quit IRC | 16:35 | |
*** apoorvad has joined #openstack-cinder | 16:36 | |
*** rushil has quit IRC | 16:37 | |
*** vilobhmm has joined #openstack-cinder | 16:37 | |
*** rushil has joined #openstack-cinder | 16:38 | |
*** dflorea has joined #openstack-cinder | 16:39 | |
*** salv-orlando has quit IRC | 16:42 | |
*** jecarey has quit IRC | 16:42 | |
*** sbezverk has quit IRC | 16:43 | |
*** dflorea has quit IRC | 16:43 | |
erlon | hemna_: ping | 16:44 |
*** p0rtal has joined #openstack-cinder | 16:45 | |
*** dflorea has joined #openstack-cinder | 16:46 | |
*** dustins has quit IRC | 16:47 | |
*** IanGovett has quit IRC | 16:47 | |
*** p0rtal_ has quit IRC | 16:48 | |
*** p0rtal has quit IRC | 16:50 | |
*** nzrf has left #openstack-cinder | 16:50 | |
*** skylerberg has joined #openstack-cinder | 16:52 | |
*** rushil_ has joined #openstack-cinder | 16:53 | |
*** mriedem has quit IRC | 16:53 | |
*** IanGovett has joined #openstack-cinder | 16:53 | |
*** gouthamr has quit IRC | 16:54 | |
*** bill_az has quit IRC | 16:55 | |
openstackgerrit | Joseph Vokt proposed openstack/cinder: 3PAR: Adding performance metrics to volume status https://review.openstack.org/200737 | 16:55 |
*** dustins has joined #openstack-cinder | 16:55 | |
*** rushil has quit IRC | 16:56 | |
*** jdurgin has joined #openstack-cinder | 16:56 | |
*** dub_ has quit IRC | 16:58 | |
*** Yogi1 has quit IRC | 16:59 | |
*** _cjones_ has joined #openstack-cinder | 17:00 | |
*** agarciam has quit IRC | 17:01 | |
*** vilobhmm has quit IRC | 17:05 | |
DTadrzak | thangp: ping | 17:07 |
thangp | DTadrzak: hey | 17:11 |
DTadrzak | thang: Hello. Could take a look on snapshot_obj? I think that we need in method obj_load_attr elif for 'metadata' aren't we? | 17:11 |
*** dflorea has quit IRC | 17:12 | |
thangp | DTadrzak: not really, since 'metadata' is always in the expected_attrs for the other calls, it gets loaded by _from_db_object | 17:13 |
*** gouthamr has joined #openstack-cinder | 17:13 | |
thangp | DTadrzak: for "completeness", sure...but that section of code will never get used | 17:13 |
*** JoseMello has joined #openstack-cinder | 17:15 | |
*** dflorea has joined #openstack-cinder | 17:15 | |
*** 17SADBVNB has joined #openstack-cinder | 17:17 | |
*** david-lyle is now known as cbrown | 17:17 | |
*** Yogi1 has joined #openstack-cinder | 17:17 | |
erlon | jgriffith: ping | 17:19 |
DTadrzak | thangp: Well I have a problem when i trying to get a property 'metadata' of snapshot object, then I have following exception: AttributeError: 'Snapshot' object has no attribute '_obj_metadata' | 17:20 |
smcginnis | thingee: I think that depenency referred to this: https://review.openstack.org/#/c/197624/ | 17:20 |
smcginnis | thingee: That's gone went in, but I don't think Victor had a chance to go back and update | 17:20 |
smcginnis | thingee: I just rebased it because it had a merge conflict. | 17:20 |
thangp | DTadrzak: where is that code getting called? | 17:20 |
thangp | DTadrzak: could you put a snippet in pastebin? | 17:21 |
smcginnis | thingee: Though looking at it again, not sure why it said it had a depency on anything os-brick related. | 17:21 |
*** 17SADBVNB has quit IRC | 17:21 | |
*** salv-orlando has joined #openstack-cinder | 17:22 | |
DTadrzak | thangp: http://pastebin.com/FxR11aub | 17:23 |
thangp | DTadrzak: did you give a "metadata" in your test snapshot object? | 17:24 |
thingee | smcginnis: ok, lets clear that in the commit msg | 17:24 |
*** timcl1 has joined #openstack-cinder | 17:24 | |
thangp | DTadrzak: usually, the db returns a dict for snapshot_metadata | 17:25 |
smcginnis | thingee: Would we have to revert it? You -1'd it but +A'd it. :) | 17:25 |
smcginnis | thingee: Merged just a bit ago. | 17:25 |
smcginnis | thingee: Not sure if it really matters at this point. | 17:25 |
DTadrzak | thangp: Well i just change snapshot from db_model to versioned_obj. | 17:26 |
thingee | smcginnis: yeah whateva | 17:27 |
thangp | DTadrzak: snapshot_metadata has to always be present - https://github.com/openstack/cinder/blob/master/cinder/objects/snapshot.py#L122 | 17:27 |
*** timcl has quit IRC | 17:27 | |
*** rushil_ has quit IRC | 17:27 | |
thangp | DTadrzak: where is the change? which line/file? | 17:27 |
*** rushil has joined #openstack-cinder | 17:28 | |
*** ebalduf has joined #openstack-cinder | 17:28 | |
*** gouthamr has quit IRC | 17:29 | |
*** ircuser-1 has quit IRC | 17:30 | |
thangp | DTadrzak: is snapshot_ref a versionedobject or something else? | 17:31 |
DTadrzak | thangp: http://pastebin.com/34g0nUdu there you have an example test | 17:31 |
thangp | DTadrzak: ok? | 17:33 |
thangp | DTadrzak: unless you give it somewhere to get the metadata, it will not be able to load metadata | 17:33 |
*** p0rtal has joined #openstack-cinder | 17:34 | |
thangp | which forces it to go to obj_load_attr | 17:34 |
thangp | DTadrzak: so to fix it, just give the test object metadata or {} | 17:35 |
DTadrzak | thangp: ok | 17:35 |
DTadrzak | thanks ;] BTW good job for "Conversion to volume object" patch I hope that it will be merged soon . | 17:38 |
thangp | DTadrzak: thx, we shall see | 17:38 |
*** timcl1 has quit IRC | 17:39 | |
*** gouthamr has joined #openstack-cinder | 17:39 | |
*** gouthamr has quit IRC | 17:40 | |
*** dflorea has quit IRC | 17:40 | |
*** gouthamr has joined #openstack-cinder | 17:40 | |
*** timcl has joined #openstack-cinder | 17:41 | |
jgriffith | erlon: pong | 17:42 |
*** patrickeast has joined #openstack-cinder | 17:44 | |
*** dflorea has joined #openstack-cinder | 17:50 | |
*** boris-42 has quit IRC | 17:50 | |
*** bswartz has quit IRC | 17:54 | |
*** IanGovett1 has joined #openstack-cinder | 17:56 | |
*** timcl has quit IRC | 17:58 | |
*** IanGovett has quit IRC | 17:58 | |
*** crose has joined #openstack-cinder | 17:58 | |
*** timcl has joined #openstack-cinder | 17:59 | |
*** annegentle has quit IRC | 18:00 | |
*** p0rtal_ has joined #openstack-cinder | 18:02 | |
patrickeast | tsekiyama: hey, so for that WIP patch you put up to download the image earlier are you planning to add tests and flesh it out more? i’m happy to help out to get it ready and working asap | 18:04 |
*** tim_o has joined #openstack-cinder | 18:04 | |
*** p0rtal has quit IRC | 18:05 | |
flip214 | smcginnis: thanks, I've known that much. The question is: is there a way to pass different *settings* to these instances? | 18:05 |
openstackgerrit | Apoorva Deshpande proposed openstack/cinder: Tintri snapshot id https://review.openstack.org/198829 | 18:06 |
*** jecarey has joined #openstack-cinder | 18:10 | |
tsekiyama | patrickeast: yeah, I will move it just after the glance transfer patch and fix some unit test errors today. | 18:10 |
patrickeast | tsekiyama: awesome | 18:10 |
*** vilobhmm has joined #openstack-cinder | 18:10 | |
patrickeast | tsekiyama: let me know if there is anything i can do to help | 18:11 |
*** salv-orlando has quit IRC | 18:11 | |
tsekiyama | patrickeast: great thanks | 18:11 |
*** edtubill has quit IRC | 18:12 | |
*** shyama has quit IRC | 18:16 | |
openstackgerrit | Patrick East proposed openstack/cinder: Implement Clone CG in Pure Volume Drivers https://review.openstack.org/211803 | 18:18 |
openstackgerrit | Patrick East proposed openstack/cinder: Fix Pure create volume from cgsnapshot https://review.openstack.org/211804 | 18:18 |
*** timcl has quit IRC | 18:18 | |
*** vokt has joined #openstack-cinder | 18:22 | |
openstackgerrit | Daniel Tadrzak proposed openstack/cinder: Cleanup for SnapshotObject https://review.openstack.org/198341 | 18:25 |
*** dflorea has quit IRC | 18:27 | |
*** mriedem has joined #openstack-cinder | 18:30 | |
*** timcl has joined #openstack-cinder | 18:33 | |
*** vokt has quit IRC | 18:34 | |
*** vokt has joined #openstack-cinder | 18:34 | |
*** timcl has quit IRC | 18:34 | |
*** vokt_ has joined #openstack-cinder | 18:38 | |
*** vokt has quit IRC | 18:38 | |
*** Maike has joined #openstack-cinder | 18:41 | |
openstackgerrit | Diem Tran proposed openstack/cinder: Local cache feature of Oracle ZFSSA drivers https://review.openstack.org/212155 | 18:47 |
*** timcl has joined #openstack-cinder | 18:49 | |
*** Maike has quit IRC | 18:55 | |
*** vokt_ has quit IRC | 18:55 | |
*** vokt_ has joined #openstack-cinder | 18:55 | |
*** rushil has quit IRC | 18:59 | |
smcginnis | flip214: The settings are what you put in each configuration section at the bottom. | 19:02 |
smcginnis | jgriffith: Isn't juno security only at this point? | 19:03 |
jgriffith | yeah, not sure | 19:03 |
jgriffith | but eitther way, at least the guy can pull that patch and apply it himself now | 19:03 |
jgriffith | :) | 19:03 |
smcginnis | ;) | 19:03 |
openstackgerrit | John Griffith proposed openstack/cinder: Update SolidFire driver to pass newer flake8 https://review.openstack.org/213307 | 19:05 |
smcginnis | jgriffith: Which version of flake8 are you running? | 19:08 |
jgriffith | DOH | 19:09 |
jgriffith | I meant to put that in the commit mesg | 19:09 |
jgriffith | 2.1.0 | 19:09 |
smcginnis | Weird. I have 2.4.1 and running that against the current trunk solidfire.py doesn't complain about anything. | 19:09 |
smcginnis | jgriffith: Not that it really matters. Changes look fine enough to me. | 19:09 |
jgriffith | hmmm... wonder if it's another tool that gives it ? | 19:10 |
smcginnis | Here's my --version output: 2.4.1 (pep8: 1.5.7, hacking.core: 0.0.1, ProxyChecker: 0.0.1, mccabe: 0.3.1, pyflakes: 0.8.1) CPython 2.7.6 on Linux | 19:10 |
jgriffith | smcginnis: oh... wait, are you running it through tox or bare? | 19:10 |
smcginnis | jgriffith: Bare | 19:10 |
jgriffith | hmm... lemme see | 19:10 |
*** Lee1092 has quit IRC | 19:13 | |
*** esker has quit IRC | 19:13 | |
jgriffith | smcginnis: http://paste.openstack.org/show/414694/ | 19:13 |
jgriffith | smcginnis: maybe the pep8 and pyflakes versions? | 19:14 |
*** dflorea has joined #openstack-cinder | 19:14 | |
smcginnis | pyflakes the same and my pep8 newer. Oh well, doesn't really matter. | 19:14 |
smcginnis | jgriffith: If you were able to get errors and this fixes it then that's just fine with me. | 19:15 |
smcginnis | I don't need to repo it. | 19:15 |
smcginnis | Was just curious if I was missing something. | 19:15 |
smcginnis | You have the GitCommit libraries that don't show up in mine. That could be part of it. | 19:16 |
openstackgerrit | John Griffith proposed openstack/cinder: Update SolidFire driver to pass newer flake8 https://review.openstack.org/213307 | 19:16 |
*** dflorea has quit IRC | 19:19 | |
*** vokt__ has joined #openstack-cinder | 19:22 | |
*** vokt_ has quit IRC | 19:22 | |
*** bnemec has quit IRC | 19:23 | |
*** boris-42 has joined #openstack-cinder | 19:24 | |
*** vokt__ has quit IRC | 19:27 | |
*** sghanekar_ has quit IRC | 19:29 | |
jgriffith | smcginnis: I loaded a bunch of crazy plugins this morning and have this sick vim env now | 19:31 |
jgriffith | smcginnis: git plugins, extra linters etc | 19:31 |
*** timcl has quit IRC | 19:32 | |
smcginnis | jgriffith: Sweet. Did you finally fix your vimrc errors. :) | 19:32 |
jgriffith | smcginnis: the git plugin is kinda cool... shows a running diff view of your changes in a git repo | 19:32 |
jgriffith | LOL | 19:32 |
jgriffith | thats' what started this... yes :) | 19:32 |
smcginnis | jgriffith: What's the name of the git plugin? Sounds useful. | 19:32 |
jgriffith | fugitive | 19:33 |
jgriffith | combined with Git Gutter | 19:33 |
smcginnis | A Git wrapper so awesome, it should be illegal - Nice! | 19:33 |
jgriffith | Git Gutter is the cool one IMO | 19:34 |
jgriffith | https://github.com/airblade/vim-gitgutter | 19:34 |
jgriffith | Now if I could just figure out what that color scheme is there!!! | 19:34 |
smcginnis | Ooh, nice! | 19:34 |
smcginnis | sublime plugin too. | 19:35 |
*** salv-orlando has joined #openstack-cinder | 19:35 | |
jgriffith | But now I see this: https://github.com/carlhuda/janus | 19:35 |
jgriffith | But I MUST STOP now | 19:35 |
jgriffith | and do some reall work :) | 19:35 |
*** edtubill has joined #openstack-cinder | 19:35 | |
smcginnis | jgriffith: Yeah, before you break your vim config again. Then you'll have another couple years of errors to dismiss. ;) | 19:36 |
jgriffith | But I'm trying that this week-end at some point, take a bunch of the things I manually cobbled together | 19:36 |
jgriffith | haha! | 19:36 |
jgriffith | It's a 3 year minimum for me to fix things like that :) | 19:36 |
smcginnis | hah! | 19:36 |
smcginnis | Janus looks pretty cool. Good base at least. | 19:37 |
*** sghanekar has joined #openstack-cinder | 19:37 | |
*** eharney has quit IRC | 19:37 | |
jgriffith | Well crap, it has everything I jacked with last night and this morning all right there ready for the taking :( | 19:37 |
jgriffith | I waste so much time on these little diversions | 19:38 |
jgriffith | not trying it now, not trying it now.... | 19:38 |
smcginnis | At least it's Friday afternoon. | 19:38 |
smcginnis | SO you can break it real good for Monday morning. | 19:38 |
smcginnis | :) | 19:38 |
*** timcl has joined #openstack-cinder | 19:40 | |
*** bswartz has joined #openstack-cinder | 19:48 | |
openstackgerrit | Richard Hedlind proposed openstack/cinder: Make X-IO volume driver wait for delete volume to complete https://review.openstack.org/209757 | 19:51 |
*** delattec has quit IRC | 19:53 | |
*** jgregor has quit IRC | 19:53 | |
*** diablo_rojo has left #openstack-cinder | 19:55 | |
*** daneyon_ has joined #openstack-cinder | 20:02 | |
*** merooney has quit IRC | 20:03 | |
*** alejandrito has quit IRC | 20:04 | |
*** daneyon has quit IRC | 20:05 | |
*** dflorea has joined #openstack-cinder | 20:09 | |
*** rushil has joined #openstack-cinder | 20:12 | |
ameade | thingee: forgot to mention in the cinder meeting that i'll be on vacation all next week, will do my best to leave all the API reviews in a good state | 20:12 |
*** dflorea has quit IRC | 20:13 | |
ameade | i'll also try to get the fc ci more stable | 20:14 |
ameade | been having a lot of nova issues lately | 20:14 |
*** sghanekar has quit IRC | 20:15 | |
*** martyturner has joined #openstack-cinder | 20:18 | |
*** martyturner has left #openstack-cinder | 20:18 | |
*** apoorvad has quit IRC | 20:18 | |
*** sghanekar has joined #openstack-cinder | 20:18 | |
*** rushil has quit IRC | 20:21 | |
*** rushil has joined #openstack-cinder | 20:22 | |
*** timcl1 has joined #openstack-cinder | 20:23 | |
*** timcl1 has left #openstack-cinder | 20:24 | |
*** timcl has quit IRC | 20:25 | |
*** jecarey has quit IRC | 20:25 | |
*** vokt__ has joined #openstack-cinder | 20:26 | |
*** gouthamr has quit IRC | 20:27 | |
*** vokt__ has quit IRC | 20:27 | |
*** vokt__ has joined #openstack-cinder | 20:27 | |
openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/os-brick: Add rootwrap filters https://review.openstack.org/207553 | 20:33 |
*** jgregor has joined #openstack-cinder | 20:33 | |
*** porrua has quit IRC | 20:34 | |
*** Yogi1 has quit IRC | 20:36 | |
openstackgerrit | Jacob Gregor proposed openstack/cinder: Reduced file size to prevent timeout https://review.openstack.org/212784 | 20:37 |
*** jgregor has quit IRC | 20:41 | |
*** jgregor has joined #openstack-cinder | 20:42 | |
*** vokt__ has quit IRC | 20:42 | |
*** vokt__ has joined #openstack-cinder | 20:42 | |
*** akerr has quit IRC | 20:44 | |
*** dflorea has joined #openstack-cinder | 20:46 | |
openstackgerrit | Richard Hedlind proposed openstack/cinder: Make X-IO volume driver wait for delete volume to complete https://review.openstack.org/209757 | 20:47 |
*** jgregor has quit IRC | 20:48 | |
*** eharney has joined #openstack-cinder | 20:48 | |
*** apoorvad has joined #openstack-cinder | 20:49 | |
*** jgregor has joined #openstack-cinder | 20:50 | |
*** rmetcalf has quit IRC | 20:50 | |
*** raildo is now known as raildo-afk | 20:53 | |
*** jgregor has quit IRC | 20:54 | |
*** jgregor has joined #openstack-cinder | 20:54 | |
*** timcl has joined #openstack-cinder | 20:55 | |
*** thangp has quit IRC | 20:55 | |
*** vokt_ has joined #openstack-cinder | 20:56 | |
*** vokt__ has quit IRC | 20:56 | |
*** dustins has quit IRC | 20:58 | |
*** timcl has left #openstack-cinder | 21:00 | |
*** vokt_ has quit IRC | 21:03 | |
*** vokt_ has joined #openstack-cinder | 21:03 | |
openstackgerrit | Rajini Ram proposed openstack/cinder: Dell Eqlx: Use generic option ssh_timeout https://review.openstack.org/212650 | 21:05 |
*** bswartz has quit IRC | 21:08 | |
*** mriedem is now known as mriedem_away | 21:08 | |
*** mriedem_away has quit IRC | 21:08 | |
*** jwcroppe_ has joined #openstack-cinder | 21:11 | |
*** jwcroppe has quit IRC | 21:13 | |
*** jwcroppe has joined #openstack-cinder | 21:15 | |
*** jwcroppe_ has quit IRC | 21:16 | |
*** earlephilhower has joined #openstack-cinder | 21:16 | |
*** dflorea has quit IRC | 21:16 | |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: Efficient image transfer for Glance cinder store https://review.openstack.org/201754 | 21:18 |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: [WIP] Enable generic image-volume cache without virtual_size https://review.openstack.org/212813 | 21:18 |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: Generic image-volume cache https://review.openstack.org/195795 | 21:18 |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: TemporaryImages to inspect image before conversion https://review.openstack.org/213346 | 21:18 |
*** cbrown is now known as david-lyle | 21:20 | |
*** xyang1 has quit IRC | 21:21 | |
*** crose has quit IRC | 21:22 | |
*** jerrygb has joined #openstack-cinder | 21:23 | |
*** Roamer` has quit IRC | 21:23 | |
tsekiyama | patrickeast: ^^^ rebased | 21:23 |
patrickeast | tsekiyama: sweet | 21:23 |
*** jungleboyj has quit IRC | 21:24 | |
*** vokt_ has quit IRC | 21:25 | |
*** rushil has quit IRC | 21:27 | |
*** rushil has joined #openstack-cinder | 21:29 | |
*** jerrygb has quit IRC | 21:30 | |
patrickeast | tsekiyama: if you are cool with it im going to squash whats left in your WIP with the image cache to make that part cleaner, i’ll add you as a co-author on it ;) | 21:31 |
patrickeast | that way we can take out all the stuff about virtual_size out of the commit message and what not | 21:31 |
tsekiyama | patrickeast: OK, no problem. | 21:35 |
*** dflorea has joined #openstack-cinder | 21:39 | |
*** gouthamr has joined #openstack-cinder | 21:50 | |
*** gouthamr has quit IRC | 21:51 | |
*** gouthamr has joined #openstack-cinder | 21:51 | |
*** jwcroppe_ has joined #openstack-cinder | 21:55 | |
*** earlephilhower has quit IRC | 21:56 | |
*** dflorea has quit IRC | 21:57 | |
*** mylu has joined #openstack-cinder | 21:57 | |
*** Adriano__ has quit IRC | 21:57 | |
*** dflorea has joined #openstack-cinder | 21:57 | |
*** jwcroppe has quit IRC | 21:58 | |
*** jwcroppe has joined #openstack-cinder | 21:59 | |
*** jwcroppe_ has quit IRC | 22:01 | |
*** dflorea_ has joined #openstack-cinder | 22:02 | |
*** mylu has quit IRC | 22:02 | |
*** dflorea has quit IRC | 22:02 | |
*** edtubill has quit IRC | 22:04 | |
*** gouthamr has quit IRC | 22:07 | |
*** jgregor has quit IRC | 22:07 | |
*** mylu has joined #openstack-cinder | 22:09 | |
*** vokt_ has joined #openstack-cinder | 22:10 | |
*** dannywilson has quit IRC | 22:13 | |
*** vokt_ has quit IRC | 22:14 | |
*** jwcroppe_ has joined #openstack-cinder | 22:14 | |
*** markvoelker has quit IRC | 22:15 | |
*** jwcroppe has quit IRC | 22:16 | |
*** rushil_ has joined #openstack-cinder | 22:20 | |
*** rushil has quit IRC | 22:22 | |
*** ganso_ has quit IRC | 22:25 | |
*** salv-orlando has quit IRC | 22:25 | |
*** salv-orlando has joined #openstack-cinder | 22:27 | |
*** mylu has quit IRC | 22:28 | |
*** lcurtis has quit IRC | 22:29 | |
*** IanGovett1 has quit IRC | 22:32 | |
*** marcusvrn has quit IRC | 22:43 | |
*** JoseMello has quit IRC | 22:49 | |
*** edmondsw has quit IRC | 22:51 | |
openstackgerrit | Patrick East proposed openstack/cinder: Generic image-volume cache https://review.openstack.org/195795 | 22:51 |
openstackgerrit | Kurt Martin proposed openstack/cinder: Over subscription for HP 3PAR drivers https://review.openstack.org/212144 | 22:57 |
*** sghanekar has quit IRC | 22:58 | |
*** dflorea_ has quit IRC | 23:00 | |
*** r-daneel has quit IRC | 23:01 | |
*** vilobhmm has quit IRC | 23:02 | |
*** mylu has joined #openstack-cinder | 23:06 | |
openstackgerrit | Patrick East proposed openstack/cinder: Implement Clone CG in Pure Volume Drivers https://review.openstack.org/211803 | 23:13 |
openstackgerrit | Patrick East proposed openstack/cinder: Fix Pure create volume from cgsnapshot https://review.openstack.org/211804 | 23:13 |
*** dflorea has joined #openstack-cinder | 23:13 | |
*** patrickeast has quit IRC | 23:15 | |
*** dflorea_ has joined #openstack-cinder | 23:17 | |
*** dflorea has quit IRC | 23:17 | |
*** rushil_ has quit IRC | 23:18 | |
*** jwcroppe has joined #openstack-cinder | 23:19 | |
*** rushil has joined #openstack-cinder | 23:20 | |
*** jwcroppe_ has quit IRC | 23:21 | |
openstackgerrit | Mike Perez proposed openstack/cinder: Add volume type support to Datera https://review.openstack.org/213373 | 23:25 |
*** IanGovett has joined #openstack-cinder | 23:25 | |
*** julim has quit IRC | 23:30 | |
*** rushil_ has joined #openstack-cinder | 23:31 | |
*** markvoelker has joined #openstack-cinder | 23:31 | |
*** IlyaG has joined #openstack-cinder | 23:33 | |
*** rushil has quit IRC | 23:34 | |
*** mylu has quit IRC | 23:34 | |
*** mylu has joined #openstack-cinder | 23:35 | |
*** markvoelker has quit IRC | 23:35 | |
*** IanGovett1 has joined #openstack-cinder | 23:38 | |
*** breitz has quit IRC | 23:39 | |
*** breitz has joined #openstack-cinder | 23:39 | |
*** IanGovett1 has quit IRC | 23:39 | |
openstackgerrit | Apoorva Deshpande proposed openstack/cinder: Tintri snapshot id https://review.openstack.org/198829 | 23:40 |
*** IanGovett has quit IRC | 23:40 | |
openstackgerrit | Alex O'Rourke proposed openstack/cinder: 3PAR: Adding Consistency Group Support https://review.openstack.org/209578 | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!