| *** chlong has quit IRC | 00:08 | |
| *** vbellur has joined #openstack-manila | 00:09 | |
| *** jasonsb has quit IRC | 01:06 | |
| *** jasonsb has joined #openstack-manila | 01:06 | |
| *** erlon has quit IRC | 01:10 | |
| *** jasonsb has quit IRC | 01:11 | |
| *** mtanino has quit IRC | 01:22 | |
| *** chlong has joined #openstack-manila | 01:30 | |
| *** akerr has joined #openstack-manila | 01:38 | |
| *** akerr_ has joined #openstack-manila | 01:40 | |
| *** akerr has quit IRC | 01:43 | |
| *** jasonsb has joined #openstack-manila | 01:56 | |
| *** akerr_ has quit IRC | 02:25 | |
| *** jeevan_ullas has joined #openstack-manila | 03:10 | |
| *** vbellur has quit IRC | 03:28 | |
| *** xyang1 has quit IRC | 04:24 | |
| *** shausy has joined #openstack-manila | 04:45 | |
| *** vbellur has joined #openstack-manila | 04:46 | |
| *** lpetrut has joined #openstack-manila | 05:02 | |
| *** deepakcs has joined #openstack-manila | 05:04 | |
| *** deepakcs has quit IRC | 05:06 | |
| *** sdafs has joined #openstack-manila | 05:14 | |
| *** sdafs has quit IRC | 05:15 | |
| *** rraja has joined #openstack-manila | 05:17 | |
| *** nkrinner has joined #openstack-manila | 05:24 | |
| *** deepakcs has joined #openstack-manila | 05:25 | |
| *** deepakcs has quit IRC | 05:26 | |
| *** jeevan_ullas has quit IRC | 05:30 | |
| *** jeevan_ullas has joined #openstack-manila | 05:32 | |
| *** ig0r_ has joined #openstack-manila | 05:51 | |
| *** deepakcs has joined #openstack-manila | 05:52 | |
| *** ig0r__ has quit IRC | 05:55 | |
| *** lpetrut has quit IRC | 06:04 | |
| *** vbellur has left #openstack-manila | 06:07 | |
| *** lpetrut has joined #openstack-manila | 06:19 | |
| openstackgerrit | Julia Varlamova proposed openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 06:26 |
|---|---|---|
| *** sgotliv has quit IRC | 06:45 | |
| openstackgerrit | Julia Varlamova proposed openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 07:04 |
| *** shausy has quit IRC | 07:05 | |
| *** shausy has joined #openstack-manila | 07:06 | |
| *** lpetrut has quit IRC | 07:40 | |
| *** lpetrut has joined #openstack-manila | 07:48 | |
| *** sgotliv has joined #openstack-manila | 07:52 | |
| *** chlong has quit IRC | 08:13 | |
| *** vbellur has joined #openstack-manila | 08:33 | |
| openstackgerrit | Julia Varlamova proposed openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 08:45 |
| openstackgerrit | Julia Varlamova proposed openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 08:49 |
| *** shausy has quit IRC | 09:03 | |
| *** shausy has joined #openstack-manila | 09:03 | |
| openstackgerrit | Julia Varlamova proposed openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 09:12 |
| openstackgerrit | Merged openstack/manila: Updated from global requirements https://review.openstack.org/197256 | 09:21 |
| *** gaurangt has joined #openstack-manila | 09:23 | |
| *** sgotliv has quit IRC | 10:30 | |
| *** vbellur has quit IRC | 10:46 | |
| *** timcl has joined #openstack-manila | 11:04 | |
| *** lpetrut has quit IRC | 11:07 | |
| *** dalgaaf has joined #openstack-manila | 11:08 | |
| *** sgotliv has joined #openstack-manila | 11:10 | |
| *** gaurangt has left #openstack-manila | 11:22 | |
| *** sgotliv has quit IRC | 11:26 | |
| *** vbellur has joined #openstack-manila | 11:46 | |
| *** tpsilva has joined #openstack-manila | 11:52 | |
| *** chlong has joined #openstack-manila | 12:05 | |
| *** akerr has joined #openstack-manila | 12:13 | |
| *** ganso_ has joined #openstack-manila | 12:14 | |
| *** sgotliv has joined #openstack-manila | 12:18 | |
| *** lpetrut has joined #openstack-manila | 12:26 | |
| *** bswartz has quit IRC | 12:28 | |
| openstackgerrit | Merged openstack/manila-ui: Fix broken unit tests https://review.openstack.org/198978 | 12:39 |
| *** jeevan_ullas has quit IRC | 12:54 | |
| *** bswartz has joined #openstack-manila | 12:56 | |
| ganso_ | vponomaryov: ping | 12:58 |
| vponomaryov | ganso_: pong | 12:59 |
| ganso_ | hi | 12:59 |
| ganso_ | I am trying to fix this unit test (http://logs.openstack.org/67/193667/2/check/gate-manila-python27/8404a9d/console.html.gz) for this change (https://review.openstack.org/#/c/193667/) | 13:00 |
| ganso_ | vponomaryov: but in the unit test "test_create_snapshot" it is using fake volumes directly as snapshots | 13:00 |
| ganso_ | vponomaryov: so they do not have the snapshot['share'] field I added in the code | 13:01 |
| vponomaryov | ganso_: update 'fake' class | 13:02 |
| ganso_ | vponomaryov: FakeVolumeSnapshot ? | 13:03 |
| vponomaryov | ganso_: all fakes should be as much similar to originals as possible | 13:03 |
| vponomaryov | ganso_: so it is ok to update 'fake' class that is used in unit tests to address such thing | 13:03 |
| *** tpsilva has quit IRC | 13:04 | |
| ganso_ | vponomaryov: in this case it depends on another object, which is the volume | 13:04 |
| ganso_ | it would be like fakeSnapshot['share'] would return the volume object | 13:05 |
| vponomaryov | ganso_: aaaand what is the problem? | 13:06 |
| *** eharney has joined #openstack-manila | 13:07 | |
| ganso_ | vponomaryov: nothing hehe, thanks for the help! | 13:08 |
| *** haomaiw__ has quit IRC | 13:08 | |
| openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add Driver_ID Column support to Generic Driver https://review.openstack.org/193667 | 13:12 |
| ganso_ | vponomaryov: you are working in share instances, right? | 13:12 |
| vponomaryov | ganso_: in? | 13:13 |
| vponomaryov | ganso_: u_glide is working on it | 13:13 |
| ganso_ | vponomaryov: last meeting (July 2nd) bswartz said you were working with u_glide in share instances feature | 13:13 |
| u_glide | ganso_: I'm working on PoC for share instances | 13:14 |
| ganso_ | u_glide: cool, not sure if you guys read the last meeting log, but I am using a "Driver_ID" implementation just to test Share Migration | 13:16 |
| ganso_ | u_glide: it is very simple, I am not sure if it is worth merging/improving, if it is completely replaceable by Share Instances | 13:17 |
| u_glide | ganso_: share instances affects all manila core code and now i'm trying to minimize initial code changes | 13:18 |
| ganso_ | u_glide: let me know if you have something I can test Share Migration on :) | 13:22 |
| u_glide | ganso_: I will add you to reviewers | 13:22 |
| ganso_ | u_glide: great! thanks! | 13:22 |
| *** haomaiwa_ has joined #openstack-manila | 13:22 | |
| *** mtanino has joined #openstack-manila | 13:31 | |
| *** dustins has joined #openstack-manila | 13:39 | |
| *** deepakcs has quit IRC | 13:42 | |
| *** haomaiwa_ has quit IRC | 13:42 | |
| *** haomaiwang has joined #openstack-manila | 13:48 | |
| *** jeevan_ullas has joined #openstack-manila | 13:50 | |
| *** shausy has quit IRC | 13:54 | |
| *** lpetrut has quit IRC | 13:58 | |
| *** lpetrut has joined #openstack-manila | 14:00 | |
| *** rushil has joined #openstack-manila | 14:01 | |
| *** xyang1 has joined #openstack-manila | 14:05 | |
| *** geguileo has quit IRC | 14:09 | |
| *** rushil has quit IRC | 14:13 | |
| *** rraja has quit IRC | 14:14 | |
| *** geguileo has joined #openstack-manila | 14:14 | |
| *** geguileo has left #openstack-manila | 14:16 | |
| *** rushil has joined #openstack-manila | 14:19 | |
| *** chlong has quit IRC | 14:25 | |
| *** rushil has quit IRC | 14:36 | |
| *** jeevan_ullas has quit IRC | 14:38 | |
| *** cknight has joined #openstack-manila | 14:48 | |
| *** vponomaryov has left #openstack-manila | 14:51 | |
| *** vponomaryov has joined #openstack-manila | 14:51 | |
| *** nkrinner is now known as nkrinner_afk | 15:23 | |
| *** vbellur has quit IRC | 15:44 | |
| *** akshai has joined #openstack-manila | 15:53 | |
| *** zaitcev has joined #openstack-manila | 15:54 | |
| *** absubram has joined #openstack-manila | 16:16 | |
| *** haomaiw__ has joined #openstack-manila | 16:16 | |
| *** haomaiwang has quit IRC | 16:18 | |
| *** jasonsb has quit IRC | 16:29 | |
| *** jasonsb has joined #openstack-manila | 17:15 | |
| *** lpetrut has quit IRC | 17:16 | |
| *** lpetrut has joined #openstack-manila | 17:17 | |
| *** david-lyle has quit IRC | 17:19 | |
| *** lpetrut has quit IRC | 17:29 | |
| *** jasonsb has quit IRC | 17:31 | |
| *** jasonsb has joined #openstack-manila | 17:32 | |
| *** timcl has quit IRC | 17:35 | |
| *** lpetrut has joined #openstack-manila | 18:16 | |
| *** timcl has joined #openstack-manila | 18:17 | |
| *** lpetrut has quit IRC | 18:23 | |
| *** lpetrut has joined #openstack-manila | 18:36 | |
| *** lpetrut has quit IRC | 18:42 | |
| *** bswartz has quit IRC | 19:32 | |
| *** rushil has joined #openstack-manila | 19:32 | |
| *** bswartz has joined #openstack-manila | 19:32 | |
| *** david-lyle has joined #openstack-manila | 19:50 | |
| *** timcl has quit IRC | 19:59 | |
| *** rushil has quit IRC | 20:02 | |
| *** chlong has joined #openstack-manila | 20:06 | |
| *** rushil has joined #openstack-manila | 20:13 | |
| *** lpetrut has joined #openstack-manila | 20:17 | |
| *** rushil has quit IRC | 20:26 | |
| *** rushil has joined #openstack-manila | 20:28 | |
| *** ganso_ has quit IRC | 20:28 | |
| *** cknight has quit IRC | 20:42 | |
| *** erlon has joined #openstack-manila | 20:46 | |
| *** akerr has quit IRC | 20:54 | |
| *** bswartz has quit IRC | 20:54 | |
| *** rushil has quit IRC | 21:01 | |
| openstackgerrit | Colleen Murphy proposed openstack/puppet-manila: Correct `puppet module list` check in beaker https://review.openstack.org/199287 | 21:03 |
| openstackgerrit | Colleen Murphy proposed openstack/puppet-manila: Use module install script for acceptance tests https://review.openstack.org/199288 | 21:03 |
| *** dustins has quit IRC | 21:07 | |
| *** pgbridge has quit IRC | 21:10 | |
| *** pgbridge has joined #openstack-manila | 21:11 | |
| *** eharney has quit IRC | 21:29 | |
| *** sgotliv has quit IRC | 21:48 | |
| *** lpetrut has quit IRC | 21:54 | |
| *** akerr has joined #openstack-manila | 22:03 | |
| *** akerr has quit IRC | 22:08 | |
| *** vbellur has joined #openstack-manila | 22:25 | |
| *** vbellur has quit IRC | 22:41 | |
| *** vbellur has joined #openstack-manila | 22:43 | |
| *** chlong has quit IRC | 22:46 | |
| *** zaitcev has quit IRC | 23:05 | |
| *** absubram has quit IRC | 23:11 | |
| *** akshai has quit IRC | 23:18 | |
| *** bswartz has joined #openstack-manila | 23:19 | |
| *** erlon has quit IRC | 23:50 | |
| *** dalgaaf has quit IRC | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!