| hemna | need to reset the cache somehow | 00:00 |
|---|---|---|
| patrickeast | hmm thats weird | 00:00 |
| hemna | so I can start clean again | 00:00 |
| patrickeast | so if you deleted the cached image-volume | 00:00 |
| patrickeast | and its still there | 00:00 |
| patrickeast | you can just go delete them from the db directly | 00:00 |
| *** haomaiwang has quit IRC | 00:01 | |
| patrickeast | you shouldn't ever have to do that though | 00:01 |
| hemna | delete from image_volume_cache_entries; ? | 00:01 |
| patrickeast | yah | 00:01 |
| hemna | there were 5 entries in there | 00:01 |
| patrickeast | weird, it should have been able to evict them though | 00:01 |
| patrickeast | are there any errors in c-vol or c-api? | 00:01 |
| *** haomaiwang has joined #openstack-cinder | 00:01 | |
| hemna | yah there were a bunch | 00:02 |
| hemna | nuking all and trying to start over | 00:02 |
| hemna | huh | 00:07 |
| hemna | http://paste.openstack.org/show/423884/ | 00:11 |
| *** leakypipes has quit IRC | 00:11 | |
| hemna | getting an error in my driver | 00:11 |
| hemna | some call to replace | 00:11 |
| hemna | on a None | 00:11 |
| hemna | that's new | 00:11 |
| hemna | I can't debug it at the moment. I have to bail | 00:12 |
| hemna | I'll try some more on Monday | 00:12 |
| patrickeast | hemna: ok cool, let me know if you find anything else, i've got a fix comin for that size mis-match thing | 00:13 |
| patrickeast | so it wont try to decrease volume size anymore ;) | 00:13 |
| hemna | :) | 00:13 |
| hemna | just not sure why this one happens | 00:13 |
| hemna | no strack trace | 00:13 |
| hemna | just an ERROR log | 00:13 |
| patrickeast | i'll take a look and see if i can figure it out | 00:13 |
| patrickeast | there are very few driver api's that get called | 00:13 |
| patrickeast | not too much code to trace through (hopefully) | 00:14 |
| hemna | I'm not sure which one of our driver APIs is being called | 00:16 |
| hemna | but our entry points first do a login go the array, then work, then a finally logout of the array | 00:16 |
| *** merooney has joined #openstack-cinder | 00:16 | |
| hemna | the error is happening after login, it pukes out the LOG.error, then we see the logout | 00:16 |
| patrickeast | hemna: judging from what step it was at in the log it is probably doing a create volume from source | 00:16 |
| patrickeast | doing the clone volume step | 00:17 |
| hemna | create_cloned_volume ? | 00:17 |
| patrickeast | yea i think thats the driver api | 00:17 |
| openstackgerrit | Mitsuhiro Tanino proposed openstack/python-cinderclient: Adds command to fetch specified backend capabilities https://review.openstack.org/215847 | 00:18 |
| hemna | ok hacking that to add a log first thing | 00:18 |
| *** sgotliv has quit IRC | 00:19 | |
| jlk | thingee: do you happen to have a handy way of running cinder-scheduler in pdb so I can trace through capability / capacity updating code? | 00:22 |
| hemna | source volid = None | 00:22 |
| hemna | poop! | 00:22 |
| *** salv-orlando has joined #openstack-cinder | 00:22 | |
| hemna | crap | 00:23 |
| hemna | patrickeast, http://paste.openstack.org/show/423886/ | 00:24 |
| hemna | goes south from there. | 00:24 |
| hemna | looks like a 3PAR'ism | 00:25 |
| hemna | :( | 00:25 |
| hemna | I'll look at it Monday. | 00:25 |
| *** hemna is now known as hemnafk | 00:25 | |
| thingee | jlk: pdb somewhere in there ? https://github.com/openstack/cinder/blob/master/cinder/scheduler/host_manager.py#L436 | 00:25 |
| jlk | yeah, I tried dropping pdb in, but it doesn't seem to give me the interactive console. I'm notsure if I need to launch cinder-scheduler in a special way | 00:26 |
| thingee | jlk: should just need a restart | 00:26 |
| *** tsekiyama has quit IRC | 00:28 | |
| jlk | bingo. | 00:30 |
| *** salv-orlando has quit IRC | 00:30 | |
| jlk | something appears to be lowercasing the hostname in the service table | 00:31 |
| jlk | enabled_backends of Nimble-Cinder is becoming nimble-cinder | 00:31 |
| *** mtanino has quit IRC | 00:32 | |
| jlk | or rather volume_backend_name is going from Nimble-Cinder to nimble-cinder | 00:32 |
| *** leeantho_ has quit IRC | 00:39 | |
| *** dims_ has joined #openstack-cinder | 00:39 | |
| *** dimsum__ has quit IRC | 00:41 | |
| *** simondodsley has joined #openstack-cinder | 00:52 | |
| *** merooney has quit IRC | 01:00 | |
| *** haomaiwang has quit IRC | 01:01 | |
| openstackgerrit | Patrick East proposed openstack/cinder: Generic image-volume cache https://review.openstack.org/195795 | 01:01 |
| *** haomaiwang has joined #openstack-cinder | 01:02 | |
| *** Apoorva has quit IRC | 01:04 | |
| *** skylerberg has quit IRC | 01:05 | |
| *** dims_ has quit IRC | 01:06 | |
| *** Apoorva has joined #openstack-cinder | 01:06 | |
| *** skylerberg has joined #openstack-cinder | 01:07 | |
| *** dannywilson has quit IRC | 01:10 | |
| *** p0rtal has quit IRC | 01:17 | |
| *** p0rtal has joined #openstack-cinder | 01:18 | |
| *** Apoorva has quit IRC | 01:18 | |
| *** p0rtal has quit IRC | 01:18 | |
| *** skylerberg has quit IRC | 01:21 | |
| *** IlyaG has quit IRC | 01:27 | |
| *** porrua has joined #openstack-cinder | 01:28 | |
| *** porrua has quit IRC | 01:28 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/215440 | 01:28 |
| *** salv-orlando has joined #openstack-cinder | 01:34 | |
| *** dimsum__ has joined #openstack-cinder | 01:37 | |
| *** salv-orlando has quit IRC | 01:45 | |
| openstackgerrit | Jesse Keating proposed openstack/cinder: Fix nimble storage volume stats reporting https://review.openstack.org/215860 | 01:49 |
| *** IlyaG has joined #openstack-cinder | 01:52 | |
| *** haomaiwang has quit IRC | 02:01 | |
| *** julim has quit IRC | 02:01 | |
| *** haomaiwang has joined #openstack-cinder | 02:02 | |
| openstackgerrit | Clinton Knight proposed openstack/cinder: NetApp DOT block driver over-subscription support https://review.openstack.org/215865 | 02:04 |
| jlk | lol to IBM's 3rd party test giving out a 127.0.0.1 URL to get to results. | 02:04 |
| *** baojg has joined #openstack-cinder | 02:04 | |
| *** albertom has quit IRC | 02:19 | |
| *** eharney has quit IRC | 02:23 | |
| *** albertom has joined #openstack-cinder | 02:25 | |
| *** merooney has joined #openstack-cinder | 02:28 | |
| *** Lee1092 has joined #openstack-cinder | 02:32 | |
| jgriffith | anybody else noticing the versioned objects stuff failing intermittently? | 02:33 |
| *** baojg has quit IRC | 02:40 | |
| *** baojg has joined #openstack-cinder | 02:43 | |
| *** hakimo has joined #openstack-cinder | 02:52 | |
| *** hakimo_ has quit IRC | 02:54 | |
| *** baojg has quit IRC | 02:56 | |
| *** dimsum__ has quit IRC | 02:58 | |
| *** dimsum__ has joined #openstack-cinder | 02:59 | |
| *** haomaiwang has quit IRC | 03:01 | |
| openstackgerrit | Nikesh proposed openstack/cinder: Add https options and minor code changes https://review.openstack.org/215780 | 03:02 |
| *** haomaiwang has joined #openstack-cinder | 03:02 | |
| *** dimsum__ has quit IRC | 03:05 | |
| *** salv-orlando has joined #openstack-cinder | 03:22 | |
| *** salv-orlando has quit IRC | 03:25 | |
| *** haigang has joined #openstack-cinder | 03:29 | |
| *** haigang has quit IRC | 03:29 | |
| *** dimsum__ has joined #openstack-cinder | 03:30 | |
| *** dimsum__ has quit IRC | 03:32 | |
| *** dimsum__ has joined #openstack-cinder | 03:33 | |
| *** ondergetekende has quit IRC | 03:37 | |
| *** dannywilson has joined #openstack-cinder | 03:37 | |
| *** salv-orlando has joined #openstack-cinder | 03:40 | |
| *** dannywilson has quit IRC | 03:41 | |
| *** ondergetekende has joined #openstack-cinder | 03:42 | |
| *** salv-orlando has quit IRC | 03:44 | |
| *** dimsum__ has quit IRC | 03:45 | |
| *** ondergetekende has quit IRC | 03:47 | |
| *** ondergetekende has joined #openstack-cinder | 03:48 | |
| *** haomaiwang has quit IRC | 04:01 | |
| *** haomaiwang has joined #openstack-cinder | 04:02 | |
| *** zul has quit IRC | 04:12 | |
| *** salv-orlando has joined #openstack-cinder | 04:43 | |
| *** haomaiwang has quit IRC | 05:01 | |
| *** haomaiwang has joined #openstack-cinder | 05:01 | |
| *** salv-orlando has quit IRC | 05:02 | |
| *** merooney has quit IRC | 05:02 | |
| *** albertom has quit IRC | 05:09 | |
| *** albertom has joined #openstack-cinder | 05:16 | |
| *** diogogmt has quit IRC | 05:17 | |
| *** haomaiwang has quit IRC | 06:01 | |
| *** salv-orlando has joined #openstack-cinder | 06:01 | |
| *** haomaiwang has joined #openstack-cinder | 06:02 | |
| *** salv-orlando has quit IRC | 06:07 | |
| *** Lee1092 has quit IRC | 06:13 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Transifex https://review.openstack.org/214468 | 06:15 |
| *** ccesario has quit IRC | 06:32 | |
| *** nikeshm has quit IRC | 06:33 | |
| *** zhonghua-lee has joined #openstack-cinder | 06:49 | |
| *** sgotliv has joined #openstack-cinder | 06:59 | |
| *** haomaiwang has quit IRC | 07:01 | |
| *** haomaiwang has joined #openstack-cinder | 07:02 | |
| *** sgotliv has quit IRC | 07:11 | |
| *** zhonghua-lee has quit IRC | 07:27 | |
| openstackgerrit | JuPing proposed openstack/cinder: Fix description for "Barbarism of editting a file" https://review.openstack.org/215885 | 07:37 |
| *** dannywilson has joined #openstack-cinder | 07:37 | |
| *** dannywilson has quit IRC | 07:42 | |
| *** dimsum__ has joined #openstack-cinder | 07:50 | |
| *** sgotliv has joined #openstack-cinder | 07:54 | |
| *** dimsum__ has quit IRC | 07:55 | |
| *** sgotliv has quit IRC | 08:01 | |
| *** haomaiwang has quit IRC | 08:01 | |
| *** haomaiwang has joined #openstack-cinder | 08:02 | |
| *** baojg has joined #openstack-cinder | 08:05 | |
| *** e0ne has joined #openstack-cinder | 08:06 | |
| *** svilgelm has joined #openstack-cinder | 08:07 | |
| *** e0ne has quit IRC | 08:12 | |
| *** baojg has quit IRC | 08:16 | |
| *** sgotliv has joined #openstack-cinder | 08:17 | |
| *** baojg has joined #openstack-cinder | 08:17 | |
| *** baojg has quit IRC | 08:24 | |
| *** baojg has joined #openstack-cinder | 08:26 | |
| *** lpetrut has joined #openstack-cinder | 08:27 | |
| *** ociuhandu has joined #openstack-cinder | 08:30 | |
| *** baojg has quit IRC | 08:31 | |
| *** sgotliv has quit IRC | 08:33 | |
| *** IlyaG has quit IRC | 08:34 | |
| openstackgerrit | Sergey Vilgelm proposed openstack/cinder: [WIP] Replace mox with mock https://review.openstack.org/215605 | 08:56 |
| *** haomaiwang has quit IRC | 09:01 | |
| *** haomaiwang has joined #openstack-cinder | 09:02 | |
| *** afazekas_ has joined #openstack-cinder | 09:23 | |
| *** boris-42 has quit IRC | 09:30 | |
| *** IlyaG has joined #openstack-cinder | 09:34 | |
| *** afazekas_ has quit IRC | 09:36 | |
| *** dimsum__ has joined #openstack-cinder | 09:37 | |
| *** salv-orlando has joined #openstack-cinder | 09:37 | |
| *** svilgelm has quit IRC | 09:40 | |
| *** dimsum__ has quit IRC | 09:42 | |
| *** salv-orlando has quit IRC | 09:44 | |
| *** salv-orl_ has joined #openstack-cinder | 09:45 | |
| *** lpetrut has quit IRC | 09:46 | |
| *** afazekas_ has joined #openstack-cinder | 09:49 | |
| *** lpetrut has joined #openstack-cinder | 09:51 | |
| *** afazekas_ has quit IRC | 09:55 | |
| *** IanGovett has joined #openstack-cinder | 09:57 | |
| *** salv-orl_ has quit IRC | 09:58 | |
| *** haomaiwang has quit IRC | 10:01 | |
| *** haomaiwang has joined #openstack-cinder | 10:02 | |
| *** lpetrut has quit IRC | 10:02 | |
| *** Lee1092 has joined #openstack-cinder | 10:07 | |
| *** svilgelm has joined #openstack-cinder | 10:16 | |
| *** lpetrut has joined #openstack-cinder | 10:29 | |
| *** svilgelm has quit IRC | 10:37 | |
| *** svilgelm has joined #openstack-cinder | 10:41 | |
| *** baojg has joined #openstack-cinder | 10:44 | |
| openstackgerrit | Yuriy Nesenenko proposed openstack/python-cinderclient: Add functional tests for python-cinderclient https://review.openstack.org/215666 | 10:46 |
| *** IanGovett has quit IRC | 10:49 | |
| *** IanGovett has joined #openstack-cinder | 10:58 | |
| *** dimsum__ has joined #openstack-cinder | 10:59 | |
| *** haomaiwang has quit IRC | 11:01 | |
| *** haomaiwang has joined #openstack-cinder | 11:02 | |
| *** baojg has quit IRC | 11:07 | |
| *** svilgelm has quit IRC | 11:27 | |
| *** salv-orlando has joined #openstack-cinder | 11:28 | |
| *** svilgelm has joined #openstack-cinder | 11:34 | |
| *** salv-orlando has quit IRC | 11:47 | |
| *** baojg has joined #openstack-cinder | 11:49 | |
| *** baojg has quit IRC | 11:50 | |
| *** akerr has joined #openstack-cinder | 11:55 | |
| *** lpetrut has quit IRC | 11:58 | |
| *** haomaiwang has quit IRC | 12:01 | |
| *** svilgelm has quit IRC | 12:01 | |
| *** akerr is now known as akerr_away | 12:01 | |
| *** haomaiwang has joined #openstack-cinder | 12:02 | |
| *** akerr_away has quit IRC | 12:02 | |
| *** svilgelm has joined #openstack-cinder | 12:04 | |
| *** lpetrut has joined #openstack-cinder | 12:08 | |
| *** svilgelm has quit IRC | 12:13 | |
| *** anshul has joined #openstack-cinder | 12:14 | |
| *** svilgelm has joined #openstack-cinder | 12:18 | |
| *** lpetrut has quit IRC | 12:22 | |
| *** dimsum__ has quit IRC | 12:29 | |
| openstackgerrit | Thang Pham proposed openstack/cinder: Conversion to volume object https://review.openstack.org/177054 | 12:31 |
| openstackgerrit | Thang Pham proposed openstack/cinder: Continue conversion to volume object https://review.openstack.org/201404 | 12:42 |
| *** salv-orlando has joined #openstack-cinder | 12:48 | |
| *** Yogi1 has joined #openstack-cinder | 12:59 | |
| *** svilgelm has quit IRC | 12:59 | |
| *** haomaiwang has quit IRC | 13:01 | |
| *** jdurgin has quit IRC | 13:01 | |
| *** haomaiwang has joined #openstack-cinder | 13:02 | |
| *** salv-orlando has quit IRC | 13:05 | |
| *** svilgelm has joined #openstack-cinder | 13:06 | |
| *** svilgelm has quit IRC | 13:13 | |
| *** jdurgin has joined #openstack-cinder | 13:20 | |
| *** jdurgin has quit IRC | 13:34 | |
| *** dimsum__ has joined #openstack-cinder | 13:49 | |
| *** Yogi1 has quit IRC | 13:55 | |
| *** haomaiwang has quit IRC | 14:01 | |
| *** haomaiwa_ has joined #openstack-cinder | 14:02 | |
| *** _afazekas has joined #openstack-cinder | 14:05 | |
| *** markvoelker_ has joined #openstack-cinder | 14:06 | |
| *** david-ly_ has joined #openstack-cinder | 14:07 | |
| *** rhagarty__ has joined #openstack-cinder | 14:07 | |
| *** whydidyoustealmy has joined #openstack-cinder | 14:08 | |
| *** dansmith has joined #openstack-cinder | 14:10 | |
| *** dansmith is now known as Guest56592 | 14:10 | |
| *** tobasco_ has joined #openstack-cinder | 14:11 | |
| *** afazekas has quit IRC | 14:11 | |
| *** patrickeast has quit IRC | 14:11 | |
| *** david-lyle has quit IRC | 14:11 | |
| *** rex_lee has quit IRC | 14:11 | |
| *** rushiagr_away has quit IRC | 14:11 | |
| *** superdan has quit IRC | 14:11 | |
| *** sparr has quit IRC | 14:11 | |
| *** rhagarty has quit IRC | 14:11 | |
| *** IlyaG has quit IRC | 14:11 | |
| *** markvoelker has quit IRC | 14:11 | |
| *** tobasco has quit IRC | 14:11 | |
| *** ekarlso has quit IRC | 14:11 | |
| *** IlyaG has joined #openstack-cinder | 14:11 | |
| *** barra204 has quit IRC | 14:11 | |
| *** ekarlso has joined #openstack-cinder | 14:12 | |
| *** IlyaG_ has joined #openstack-cinder | 14:18 | |
| *** IlyaG has quit IRC | 14:19 | |
| *** patrickeast has joined #openstack-cinder | 14:20 | |
| *** rushiagr_away has joined #openstack-cinder | 14:21 | |
| *** rex_lee has joined #openstack-cinder | 14:22 | |
| *** sparr has joined #openstack-cinder | 14:23 | |
| *** lpetrut has joined #openstack-cinder | 14:25 | |
| *** diogogmt has joined #openstack-cinder | 14:29 | |
| *** nikeshm has joined #openstack-cinder | 14:32 | |
| *** kvidvans_ has joined #openstack-cinder | 14:44 | |
| *** bkopilov has quit IRC | 14:53 | |
| *** diogogmt has quit IRC | 14:54 | |
| *** bswartz has quit IRC | 14:56 | |
| *** lpetrut has quit IRC | 14:57 | |
| *** lpetrut has joined #openstack-cinder | 14:57 | |
| *** ccesario has joined #openstack-cinder | 15:00 | |
| *** haomaiwa_ has quit IRC | 15:01 | |
| *** haomaiwang has joined #openstack-cinder | 15:02 | |
| *** diogogmt has joined #openstack-cinder | 15:02 | |
| *** kvidvans_ has quit IRC | 15:04 | |
| *** salv-orlando has joined #openstack-cinder | 15:06 | |
| *** bkopilov has joined #openstack-cinder | 15:08 | |
| *** merooney has joined #openstack-cinder | 15:15 | |
| *** salv-orlando has quit IRC | 15:20 | |
| *** ebalduf has joined #openstack-cinder | 15:21 | |
| openstackgerrit | John Griffith proposed openstack/cinder: Cinder replication V2 https://review.openstack.org/200269 | 15:22 |
| nikeshm | jgriffith: hi good morning, uploaded a bug fix, https://review.openstack.org/#/c/215780/ CIs are passed | 15:24 |
| *** lpetrut has quit IRC | 15:30 | |
| *** simondodsley has quit IRC | 15:36 | |
| *** lpetrut has joined #openstack-cinder | 15:40 | |
| *** gardenshed has joined #openstack-cinder | 15:44 | |
| *** merooney has quit IRC | 15:52 | |
| openstackgerrit | Sergey Vilgelm proposed openstack/cinder: [WIP] Replace mox with mock https://review.openstack.org/215605 | 15:53 |
| *** zhenguo has quit IRC | 15:53 | |
| *** Guest56592 is now known as dansmith | 15:58 | |
| *** gardenshed has quit IRC | 15:58 | |
| *** haomaiwang has quit IRC | 16:01 | |
| *** haomaiwang has joined #openstack-cinder | 16:02 | |
| *** simondodsley has joined #openstack-cinder | 16:05 | |
| *** morgan_2549 is now known as morganfainberg | 16:14 | |
| *** bkopilov has quit IRC | 16:16 | |
| *** dimsum__ has quit IRC | 16:19 | |
| *** simondodsley has quit IRC | 16:20 | |
| *** afazekas_ has joined #openstack-cinder | 16:24 | |
| *** bkopilov has joined #openstack-cinder | 16:28 | |
| *** logan2 has quit IRC | 16:35 | |
| *** logan2 has joined #openstack-cinder | 16:38 | |
| *** afazekas_ has quit IRC | 16:40 | |
| *** martyturner has joined #openstack-cinder | 16:53 | |
| *** alejandrito has quit IRC | 17:00 | |
| *** haomaiwang has quit IRC | 17:01 | |
| *** martyturner has quit IRC | 17:01 | |
| *** 16WAALVHJ has joined #openstack-cinder | 17:02 | |
| *** lpetrut has quit IRC | 17:03 | |
| *** anshul has quit IRC | 17:04 | |
| *** p0rtal has joined #openstack-cinder | 17:07 | |
| *** p0rtal has quit IRC | 17:08 | |
| *** p0rtal has joined #openstack-cinder | 17:08 | |
| *** gardenshed has joined #openstack-cinder | 17:12 | |
| *** salv-orlando has joined #openstack-cinder | 17:25 | |
| *** gardenshed has quit IRC | 17:27 | |
| *** gardenshed has joined #openstack-cinder | 17:29 | |
| *** gardensh_ has joined #openstack-cinder | 17:34 | |
| *** gardensh_ has quit IRC | 17:34 | |
| *** salv-orlando has quit IRC | 17:35 | |
| *** gardenshed has quit IRC | 17:37 | |
| *** gardenshed has joined #openstack-cinder | 17:41 | |
| *** bswartz has joined #openstack-cinder | 17:49 | |
| *** p0rtal has quit IRC | 17:55 | |
| *** p0rtal has joined #openstack-cinder | 17:55 | |
| *** p0rtal has joined #openstack-cinder | 17:56 | |
| *** garthb has joined #openstack-cinder | 18:00 | |
| *** 16WAALVHJ has quit IRC | 18:01 | |
| *** haomaiwang has joined #openstack-cinder | 18:02 | |
| *** p0rtal_ has joined #openstack-cinder | 18:05 | |
| *** p0rtal_ has quit IRC | 18:06 | |
| *** IlyaG_ has quit IRC | 18:06 | |
| *** p0rtal_ has joined #openstack-cinder | 18:06 | |
| *** p0rtal has quit IRC | 18:08 | |
| *** gardenshed has quit IRC | 18:09 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/215440 | 18:16 |
| *** lpetrut has joined #openstack-cinder | 18:17 | |
| *** nikeshm has quit IRC | 18:20 | |
| *** p0rtal_ has quit IRC | 18:30 | |
| *** anshul has joined #openstack-cinder | 18:32 | |
| *** amit213 has quit IRC | 18:33 | |
| *** amit213 has joined #openstack-cinder | 18:33 | |
| *** lpetrut has quit IRC | 18:34 | |
| *** IanGovett has quit IRC | 18:36 | |
| *** gardenshed has joined #openstack-cinder | 18:41 | |
| *** gardenshed has quit IRC | 18:45 | |
| *** gardenshed has joined #openstack-cinder | 18:55 | |
| *** zhonghua-lee has joined #openstack-cinder | 19:00 | |
| *** haomaiwang has quit IRC | 19:01 | |
| *** haomaiwang has joined #openstack-cinder | 19:02 | |
| *** gardenshed has quit IRC | 19:03 | |
| *** dimsum__ has joined #openstack-cinder | 19:04 | |
| *** boris-42 has joined #openstack-cinder | 19:05 | |
| *** zhonghua-lee has quit IRC | 19:06 | |
| *** IlyaG has joined #openstack-cinder | 19:07 | |
| *** anshul has quit IRC | 19:08 | |
| *** dimsum__ has quit IRC | 19:09 | |
| *** IlyaG has quit IRC | 19:12 | |
| *** salv-orlando has joined #openstack-cinder | 19:13 | |
| *** dimsum__ has joined #openstack-cinder | 19:30 | |
| *** salv-orlando has quit IRC | 19:32 | |
| *** merooney has joined #openstack-cinder | 19:34 | |
| *** merooney has quit IRC | 19:38 | |
| *** dimsum__ has quit IRC | 19:38 | |
| *** merooney has joined #openstack-cinder | 19:38 | |
| *** ondergetekende has quit IRC | 19:39 | |
| *** ondergetekende has joined #openstack-cinder | 19:41 | |
| *** gardenshed has joined #openstack-cinder | 19:43 | |
| *** cFouts has quit IRC | 19:45 | |
| *** merooney has quit IRC | 19:48 | |
| *** nug has joined #openstack-cinder | 19:48 | |
| *** ebalduf has quit IRC | 19:51 | |
| *** merooney has joined #openstack-cinder | 19:51 | |
| *** gardenshed has quit IRC | 19:51 | |
| *** ebalduf has joined #openstack-cinder | 19:52 | |
| *** merooney has quit IRC | 19:53 | |
| *** garthb has quit IRC | 19:53 | |
| *** merooney has joined #openstack-cinder | 19:54 | |
| *** p0rtal has joined #openstack-cinder | 19:56 | |
| *** haomaiwang has quit IRC | 20:01 | |
| *** haomaiwang has joined #openstack-cinder | 20:01 | |
| *** lpetrut has joined #openstack-cinder | 20:02 | |
| *** lpetrut has quit IRC | 20:18 | |
| *** p0rtal has quit IRC | 20:43 | |
| *** ondergetekende has quit IRC | 20:52 | |
| *** ondergetekende has joined #openstack-cinder | 20:52 | |
| *** e0ne has joined #openstack-cinder | 20:53 | |
| *** haomaiwang has quit IRC | 21:01 | |
| *** haomaiwang has joined #openstack-cinder | 21:02 | |
| *** gardenshed has joined #openstack-cinder | 21:02 | |
| *** Lee1092 has quit IRC | 21:03 | |
| *** gardenshed has quit IRC | 21:06 | |
| *** sgotliv has joined #openstack-cinder | 21:13 | |
| *** IlyaG has joined #openstack-cinder | 21:23 | |
| *** e0ne has quit IRC | 21:27 | |
| *** IlyaG has quit IRC | 21:28 | |
| *** merooney has quit IRC | 21:31 | |
| *** salv-orlando has joined #openstack-cinder | 21:31 | |
| *** merooney has joined #openstack-cinder | 21:35 | |
| *** salv-orlando has quit IRC | 21:38 | |
| *** boris-42 has quit IRC | 21:40 | |
| *** salv-orlando has joined #openstack-cinder | 21:40 | |
| *** salv-orlando has quit IRC | 21:44 | |
| *** salv-orlando has joined #openstack-cinder | 21:48 | |
| *** merooney has quit IRC | 21:50 | |
| *** p0rtal has joined #openstack-cinder | 21:52 | |
| *** salv-orlando has quit IRC | 21:52 | |
| *** p0rtal has quit IRC | 21:53 | |
| *** p0rtal has joined #openstack-cinder | 21:54 | |
| *** merooney has joined #openstack-cinder | 21:55 | |
| *** p0rtal has quit IRC | 21:58 | |
| *** haomaiwang has quit IRC | 22:01 | |
| *** haomaiwang has joined #openstack-cinder | 22:02 | |
| *** IlyaG has joined #openstack-cinder | 22:24 | |
| *** sgotliv has quit IRC | 22:28 | |
| *** IlyaG has quit IRC | 22:29 | |
| rmstar | i was just wondering apart from cinder backup service, is there another way to export or backup the volume? | 22:48 |
| *** e0ne has joined #openstack-cinder | 22:59 | |
| *** haomaiwang has quit IRC | 23:01 | |
| *** haomaiwang has joined #openstack-cinder | 23:02 | |
| *** e0ne has quit IRC | 23:02 | |
| *** p0rtal has joined #openstack-cinder | 23:11 | |
| *** daneyon has joined #openstack-cinder | 23:22 | |
| *** IlyaG has joined #openstack-cinder | 23:25 | |
| *** daneyon has quit IRC | 23:29 | |
| *** IlyaG has quit IRC | 23:29 | |
| *** merooney has quit IRC | 23:38 | |
| *** merooney has joined #openstack-cinder | 23:39 | |
| *** merooney has quit IRC | 23:47 | |
| *** merooney has joined #openstack-cinder | 23:47 | |
| *** salv-orlando has joined #openstack-cinder | 23:52 | |
| *** p0rtal has quit IRC | 23:53 | |
| *** salv-orlando has quit IRC | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!