* patrickeast is sad i have that memorized | 00:00 | |
*** lcurtis has quit IRC | 00:00 | |
*** alonma has joined #openstack-cinder | 00:01 | |
bardia | patrickeast: does this response looks correct? http://paste.openstack.org/show/483504/ | 00:01 |
---|---|---|
bardia | it looks like it has workers | 00:02 |
patrickeast | bardia: yep that looks fine | 00:02 |
patrickeast | the ones with 'build' starting the line | 00:02 |
patrickeast | and then the job name, and image name, are the most important ones | 00:02 |
patrickeast | the last number is how many workers are available, and the first number is how many are in the queue | 00:03 |
patrickeast | so 1 worker and 0 queued | 00:03 |
bardia | ok yeah gearman looks like its okay | 00:03 |
*** asselin has joined #openstack-cinder | 00:03 | |
patrickeast | bardia: so what i would recommend is pointing it at the sandbox repo and then trigger a job | 00:04 |
patrickeast | bardia: then capture the zuul logs for it | 00:04 |
bardia | patrickeast: ok I'll give that a shot | 00:05 |
patrickeast | bardia: if you want you can also fiddle with /etc/zuul/logging.conf to bump the log levels up higher (assuming they aren't all the way up right now) | 00:05 |
*** alonma has quit IRC | 00:05 | |
bardia | patrickeast: ah that's a good idea yeah most of the levels are at warning I'll bump them up to debug | 00:06 |
Thelo | Hi all, question : I am submitting a new driver and wander how should os-brick be tested in the CI for the first commit( since the driver is divided in three patchs os-brick, nova and cinder. Besides Nova's and cinder's patchsets depends of os-brick) | 00:07 |
Thelo | ? | 00:07 |
bardia | patrickeast: one thing I have noticed is that the zuul webui is unresponsive that is its not getting the status.json it expects | 00:07 |
*** alonma has joined #openstack-cinder | 00:07 | |
*** mragupat has quit IRC | 00:09 | |
asselin | Thelo, did you get my link from -infra about using the pre-test-hook? | 00:09 |
Thelo | asselin: no, I dont see it | 00:09 |
*** zhangjn has joined #openstack-cinder | 00:10 | |
Thelo | asselin: Can you post it again? | 00:10 |
*** mc_nair has joined #openstack-cinder | 00:11 | |
asselin | Thelo, https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#How_do_I_run_my_CI_to_test_all_cinder_patches_with_my_driver_not_yet_merged.3F | 00:11 |
*** alonma has quit IRC | 00:12 | |
*** zhangjn has quit IRC | 00:12 | |
Thelo | asselin: I saw this think, but I tried on os-brick unsuccessfully | 00:12 |
asselin | Thelo, logs? | 00:12 |
*** alonma has joined #openstack-cinder | 00:14 | |
hemna | asselin, I think the CI setup is the same except for pulling from the os-brick patch no ? | 00:14 |
Thelo | asselin: I don't have the logs right now, however the way I tried was like this (https://github.com/thelo-gaultier/itri-disco-ci/blob/master/jenkins/jobs/dsvm-cinder-driver.yaml#L77) | 00:14 |
asselin | Thelo, yes...that should work | 00:15 |
Thelo | asselin: http://paste.openstack.org/show/483509/ | 00:18 |
Thelo | asselin: O wait | 00:18 |
*** alonma has quit IRC | 00:18 | |
Thelo | its incomplete | 00:18 |
*** mudassirlatif has quit IRC | 00:19 | |
asselin | Thelo, yeah, you'll want to update your wget command to be quieter | 00:19 |
*** markvoelker has quit IRC | 00:20 | |
Thelo | asselin: Here is the part about updating the os-lib http://paste.openstack.org/show/483511/( which it does) however in python/dist-package the code is still different | 00:21 |
*** IlyaG has quit IRC | 00:22 | |
*** ndipanov has joined #openstack-cinder | 00:22 | |
asselin | Thelo, do you save the output of pip freeze at the end of your job? that would be nice to see | 00:23 |
*** alonma has joined #openstack-cinder | 00:23 | |
*** mc_nair has quit IRC | 00:23 | |
asselin | Thelo, also if it's not being used ,then devstack is somehow not picking up https://github.com/thelo-gaultier/itri-disco-ci/blob/master/jenkins/jobs/dsvm-cinder-driver.yaml#L25 | 00:23 |
asselin | you might need to define it outside of the hook or inside the local.conf file | 00:24 |
Thelo | asselin: I will try | 00:24 |
asselin | Thelo, also, in the devstack logs you'll see where it installs os-brick from the git repo instead of pypi | 00:25 |
*** alonma has quit IRC | 00:27 | |
Thelo | hemna: will you know about this : : I am submitting a new driver and wander how should os-brick be tested in the CI for the first commit( since the driver is divided in three patchs os-brick, nova and cinder. Besides Nova's and cinder's patchsets depends of os-brick) | 00:30 |
Thelo | ? | 00:30 |
hemna | so | 00:31 |
hemna | os-brick should land first really | 00:31 |
hemna | then an os-brick release | 00:31 |
hemna | then nova and cinder patches can test against it. | 00:31 |
hemna | otherwise both the nova and cinder CI's will fail for not having the os-brick connector in place | 00:31 |
Thelo | but os-brick must have a CI too, what should the CI do for the initial commit? | 00:31 |
Thelo | since the rest of the code is not merged | 00:32 |
Thelo | nothing? | 00:32 |
hemna | the CI should just run the standard dsvm-full tests | 00:32 |
hemna | https://review.openstack.org/#/c/243776/ | 00:32 |
hemna | examples there | 00:32 |
hemna | your os-brick patch will makes sure your added connector code doesn't break os-brick | 00:33 |
hemna | land os-brick | 00:33 |
hemna | land cinder | 00:34 |
hemna | land nova | 00:34 |
hemna | then you can go back and change the CI runs for os-brick to use the correct cinder driver | 00:34 |
hemna | that actually uses the os-brick connector | 00:34 |
Thelo | ok | 00:34 |
Thelo | got it, thanks | 00:34 |
hemna | then every CI run from then on in os-brick will test your connector. | 00:34 |
hemna | it's kind of a chicken and egg problem | 00:34 |
hemna | we have to bootstrap first | 00:34 |
*** shakamunyi has quit IRC | 00:35 | |
*** shakamunyi has joined #openstack-cinder | 00:35 | |
*** diogogmt has quit IRC | 00:37 | |
*** dims_ has joined #openstack-cinder | 00:39 | |
*** IlyaG has joined #openstack-cinder | 00:39 | |
*** dims has quit IRC | 00:40 | |
*** ntpttr has joined #openstack-cinder | 00:40 | |
*** ntpttr has left #openstack-cinder | 00:46 | |
*** mc_nair_ has quit IRC | 00:46 | |
*** mc_nair has joined #openstack-cinder | 00:47 | |
*** barra204 has joined #openstack-cinder | 00:56 | |
*** shakamunyi has quit IRC | 00:57 | |
*** hemna is now known as hemnafk | 00:58 | |
*** zhangjn has joined #openstack-cinder | 00:58 | |
*** EinstCrazy has joined #openstack-cinder | 01:05 | |
*** EinstCrazy has quit IRC | 01:06 | |
*** lprice1 has quit IRC | 01:06 | |
*** EinstCrazy has joined #openstack-cinder | 01:07 | |
*** lprice has joined #openstack-cinder | 01:07 | |
*** IlyaG has quit IRC | 01:08 | |
*** garthb__ has quit IRC | 01:09 | |
*** jacky-zhang has joined #openstack-cinder | 01:09 | |
*** barra204 has quit IRC | 01:14 | |
*** shakamunyi has joined #openstack-cinder | 01:15 | |
*** lprice1 has joined #openstack-cinder | 01:17 | |
*** lprice has quit IRC | 01:18 | |
*** markvoelker has joined #openstack-cinder | 01:21 | |
*** alonma has joined #openstack-cinder | 01:23 | |
*** markvoelker has quit IRC | 01:25 | |
*** markvoelker has joined #openstack-cinder | 01:25 | |
*** alonma has quit IRC | 01:28 | |
*** zongliang has quit IRC | 01:30 | |
*** Lee1092 has joined #openstack-cinder | 01:30 | |
*** zongliang has joined #openstack-cinder | 01:31 | |
*** barra204 has joined #openstack-cinder | 01:31 | |
*** shakamunyi has quit IRC | 01:32 | |
*** asselin has quit IRC | 01:34 | |
*** shakamunyi has joined #openstack-cinder | 01:36 | |
*** leeantho has quit IRC | 01:36 | |
*** barra204 has quit IRC | 01:38 | |
*** barra204 has joined #openstack-cinder | 01:38 | |
*** shakamunyi has quit IRC | 01:39 | |
*** shakamunyi has joined #openstack-cinder | 01:44 | |
*** barra204 has quit IRC | 01:45 | |
*** IlyaG has joined #openstack-cinder | 01:46 | |
*** haomaiwang has quit IRC | 01:48 | |
*** dims_ has quit IRC | 01:48 | |
openstackgerrit | XinXiaohui proposed openstack/cinder: update _usage_from_backup() method with versionedobjects https://review.openstack.org/262640 | 01:48 |
*** shakamunyi has quit IRC | 01:48 | |
*** 14WAAN277 has joined #openstack-cinder | 01:48 | |
*** dims has joined #openstack-cinder | 01:48 | |
*** shakamunyi has joined #openstack-cinder | 01:49 | |
*** 14WAAN277 has quit IRC | 01:50 | |
*** EinstCrazy has quit IRC | 01:50 | |
*** EinstCrazy has joined #openstack-cinder | 01:51 | |
*** mtanino has quit IRC | 01:52 | |
*** dims has quit IRC | 01:54 | |
*** shakamunyi has quit IRC | 01:54 | |
openstackgerrit | Mark Sturdevant proposed openstack/cinder: W-I-P Fix 3PAR to work with nova evacuate https://review.openstack.org/266098 | 01:56 |
openstackgerrit | venkatamahesh proposed openstack/cinder: Improvements in condition checking code https://review.openstack.org/266099 | 01:57 |
*** asselin has joined #openstack-cinder | 01:57 | |
*** [1]Thelo has joined #openstack-cinder | 02:01 | |
*** Thelo has quit IRC | 02:03 | |
*** [1]Thelo is now known as Thelo | 02:03 | |
*** EinstCra_ has joined #openstack-cinder | 02:03 | |
*** dims has joined #openstack-cinder | 02:06 | |
*** EinstCra_ has quit IRC | 02:06 | |
*** EinstCrazy has quit IRC | 02:06 | |
*** davechen has joined #openstack-cinder | 02:07 | |
*** EinstCrazy has joined #openstack-cinder | 02:08 | |
*** shakamunyi has joined #openstack-cinder | 02:08 | |
*** shakamunyi has quit IRC | 02:10 | |
*** kaisers1 has quit IRC | 02:10 | |
*** kaisers has joined #openstack-cinder | 02:11 | |
*** shakamunyi has joined #openstack-cinder | 02:12 | |
*** markstur has quit IRC | 02:12 | |
*** shakamunyi has quit IRC | 02:22 | |
*** shakamunyi has joined #openstack-cinder | 02:23 | |
*** alonma has joined #openstack-cinder | 02:23 | |
*** alonma has quit IRC | 02:29 | |
*** alonma has joined #openstack-cinder | 02:31 | |
*** shakamunyi has quit IRC | 02:32 | |
*** diogogmt has joined #openstack-cinder | 02:33 | |
*** alonma has quit IRC | 02:36 | |
*** bardia has quit IRC | 02:36 | |
*** alonma has joined #openstack-cinder | 02:37 | |
*** IlyaG has quit IRC | 02:38 | |
*** houming has joined #openstack-cinder | 02:41 | |
*** alonma has quit IRC | 02:42 | |
*** zhangjn has quit IRC | 02:43 | |
*** salv-orlando has quit IRC | 02:47 | |
*** alonma has joined #openstack-cinder | 02:47 | |
*** zhangjn has joined #openstack-cinder | 02:48 | |
openstackgerrit | Reedip proposed openstack/cinder-specs: Remove Py33 support https://review.openstack.org/266111 | 02:49 |
openstackgerrit | Liucheng Jiang proposed openstack/cinder: Huawei: Implement v2 replication (managed) https://review.openstack.org/261246 | 02:50 |
*** alonma has quit IRC | 02:52 | |
*** alonma has joined #openstack-cinder | 02:53 | |
*** alonma has quit IRC | 02:58 | |
*** zhangjn has quit IRC | 02:58 | |
*** salv-orlando has joined #openstack-cinder | 02:58 | |
*** alonma has joined #openstack-cinder | 03:00 | |
*** apoorvad has quit IRC | 03:02 | |
*** alonma has quit IRC | 03:04 | |
*** zhangjn has joined #openstack-cinder | 03:05 | |
*** alonma has joined #openstack-cinder | 03:06 | |
*** cknight has joined #openstack-cinder | 03:06 | |
openstackgerrit | XinXiaohui proposed openstack/cinder: update terminate_connecton() with versionedobjects https://review.openstack.org/263001 | 03:09 |
*** jwcroppe has quit IRC | 03:10 | |
*** alonma has quit IRC | 03:11 | |
*** jwcroppe has joined #openstack-cinder | 03:11 | |
*** zhangjn has quit IRC | 03:15 | |
*** jwcroppe has quit IRC | 03:15 | |
*** mragupat has joined #openstack-cinder | 03:18 | |
*** zhangjn has joined #openstack-cinder | 03:19 | |
*** dims has quit IRC | 03:24 | |
*** cheneydc has joined #openstack-cinder | 03:25 | |
*** IlyaG has joined #openstack-cinder | 03:26 | |
*** IlyaG has quit IRC | 03:26 | |
*** IlyaG has joined #openstack-cinder | 03:27 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Huawei: Balanced FC port selection when zoning https://review.openstack.org/261151 | 03:29 |
*** EinstCrazy has quit IRC | 03:33 | |
*** EinstCrazy has joined #openstack-cinder | 03:33 | |
*** vivekd has joined #openstack-cinder | 03:53 | |
*** zhangjn has quit IRC | 03:56 | |
openstackgerrit | venkatamahesh proposed openstack/cinder: Improvements in condition checking code https://review.openstack.org/266099 | 04:01 |
*** akshai has joined #openstack-cinder | 04:03 | |
*** akshai_ has joined #openstack-cinder | 04:04 | |
*** jacky-zhang has quit IRC | 04:04 | |
*** alonma has joined #openstack-cinder | 04:06 | |
*** akshai has quit IRC | 04:08 | |
*** salv-orl_ has joined #openstack-cinder | 04:10 | |
*** jacky-zhang has joined #openstack-cinder | 04:10 | |
*** alonma has quit IRC | 04:11 | |
*** salv-orlando has quit IRC | 04:13 | |
*** IlyaG has quit IRC | 04:20 | |
*** gcb has joined #openstack-cinder | 04:22 | |
*** bwallis_ has quit IRC | 04:22 | |
*** jwcroppe has joined #openstack-cinder | 04:25 | |
*** cheneydc has quit IRC | 04:25 | |
*** harlowja_at_home has joined #openstack-cinder | 04:26 | |
*** links has joined #openstack-cinder | 04:26 | |
*** RA_ has joined #openstack-cinder | 04:28 | |
*** coolsvap|away is now known as coolsvap | 04:29 | |
*** alonma has joined #openstack-cinder | 04:34 | |
*** akshai_ has quit IRC | 04:35 | |
openstackgerrit | Angus Lees proposed openstack/os-brick: Migrate remotefs from rootwrap to privsep https://review.openstack.org/258252 | 04:36 |
*** alonma has quit IRC | 04:38 | |
*** alonma has joined #openstack-cinder | 04:40 | |
*** alonma has quit IRC | 04:45 | |
*** bardia has joined #openstack-cinder | 04:47 | |
*** jacky-zhang has quit IRC | 04:47 | |
*** alonma has joined #openstack-cinder | 04:47 | |
openstackgerrit | Angus Lees proposed openstack/os-brick: Migrate remotefs from rootwrap to privsep https://review.openstack.org/258252 | 04:49 |
*** sheel has joined #openstack-cinder | 04:49 | |
*** alonma has quit IRC | 04:51 | |
*** alonma has joined #openstack-cinder | 04:53 | |
*** IlyaG has joined #openstack-cinder | 04:55 | |
*** pradipta has joined #openstack-cinder | 04:58 | |
*** alonma has quit IRC | 04:58 | |
*** markvoelker has quit IRC | 04:58 | |
*** alonma has joined #openstack-cinder | 05:00 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/266148 | 05:00 |
*** bwallis has joined #openstack-cinder | 05:03 | |
*** itlinux has joined #openstack-cinder | 05:04 | |
*** alonma has quit IRC | 05:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-cinderclient: Updated from global requirements https://review.openstack.org/266163 | 05:05 |
*** alonma has joined #openstack-cinder | 05:06 | |
*** mudassirlatif has joined #openstack-cinder | 05:08 | |
*** alonma has quit IRC | 05:10 | |
*** cknight has quit IRC | 05:11 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/cinder: Fix retyping issue with multiple backends https://review.openstack.org/266180 | 05:12 |
*** alonma has joined #openstack-cinder | 05:12 | |
*** alonma has quit IRC | 05:16 | |
*** ankit_ag has joined #openstack-cinder | 05:18 | |
*** alonma has joined #openstack-cinder | 05:18 | |
*** alonma has quit IRC | 05:23 | |
*** alonma has joined #openstack-cinder | 05:24 | |
*** zerda has joined #openstack-cinder | 05:25 | |
*** EinstCra_ has joined #openstack-cinder | 05:25 | |
*** EinstCrazy has quit IRC | 05:25 | |
*** IlyaG has quit IRC | 05:26 | |
*** alonma has quit IRC | 05:29 | |
*** EinstCra_ has quit IRC | 05:29 | |
*** EinstCrazy has joined #openstack-cinder | 05:30 | |
*** IlyaG has joined #openstack-cinder | 05:30 | |
*** alonma has joined #openstack-cinder | 05:31 | |
*** mragupat has quit IRC | 05:32 | |
*** IlyaG has quit IRC | 05:32 | |
*** zhangjn has joined #openstack-cinder | 05:35 | |
*** cfriesen has quit IRC | 05:35 | |
*** vgridnev has joined #openstack-cinder | 05:35 | |
*** alonma has quit IRC | 05:35 | |
*** pradipta has quit IRC | 05:37 | |
*** alonma has joined #openstack-cinder | 05:37 | |
openstackgerrit | Peter Wang proposed openstack/cinder: VNX: Replication V2 support(managed) https://review.openstack.org/256246 | 05:39 |
*** alonma has quit IRC | 05:41 | |
*** alonma has joined #openstack-cinder | 05:43 | |
*** jacky-zhang has joined #openstack-cinder | 05:44 | |
*** alonma has quit IRC | 05:47 | |
*** zhangjn has quit IRC | 05:48 | |
*** alonma has joined #openstack-cinder | 05:49 | |
*** harlowja_at_home has quit IRC | 05:50 | |
*** zhangjn has joined #openstack-cinder | 05:50 | |
*** alonma has quit IRC | 05:54 | |
*** alonma has joined #openstack-cinder | 05:55 | |
openstackgerrit | Angus Lees proposed openstack/os-brick: Migrate remotefs from rootwrap to privsep https://review.openstack.org/258252 | 05:56 |
*** cheneydc has joined #openstack-cinder | 05:57 | |
*** ildikov has quit IRC | 05:57 | |
*** markvoelker has joined #openstack-cinder | 05:59 | |
*** alonma has quit IRC | 05:59 | |
*** bkumar has joined #openstack-cinder | 06:01 | |
*** edmondsw has quit IRC | 06:02 | |
*** alonma has joined #openstack-cinder | 06:02 | |
*** EinstCrazy has quit IRC | 06:03 | |
*** EinstCrazy has joined #openstack-cinder | 06:03 | |
*** pots1 has quit IRC | 06:04 | |
*** markvoelker has quit IRC | 06:06 | |
*** alonma has quit IRC | 06:06 | |
*** alonma has joined #openstack-cinder | 06:08 | |
openstackgerrit | Angus Lees proposed openstack/os-brick: Migrate remotefs from rootwrap to privsep https://review.openstack.org/258252 | 06:10 |
*** alonma has quit IRC | 06:12 | |
*** alonma has joined #openstack-cinder | 06:14 | |
*** mudassirlatif has quit IRC | 06:15 | |
*** alonma has quit IRC | 06:19 | |
openstackgerrit | LisaLi proposed openstack/cinder: Scaling backup service https://review.openstack.org/262395 | 06:19 |
*** alonma has joined #openstack-cinder | 06:24 | |
*** 6A4ABMVDU has joined #openstack-cinder | 06:26 | |
*** alonma has quit IRC | 06:29 | |
*** nkrinner has joined #openstack-cinder | 06:29 | |
*** alonma has joined #openstack-cinder | 06:31 | |
*** zhangjn has quit IRC | 06:35 | |
*** zhangjn has joined #openstack-cinder | 06:35 | |
*** alonma has quit IRC | 06:35 | |
*** alonma has joined #openstack-cinder | 06:37 | |
*** zhangjn_ has joined #openstack-cinder | 06:38 | |
*** EinstCrazy has quit IRC | 06:39 | |
*** EinstCrazy has joined #openstack-cinder | 06:39 | |
*** zhangjn has quit IRC | 06:40 | |
*** alonma has quit IRC | 06:41 | |
openstackgerrit | LisaLi proposed openstack/cinder: Scaling backup service https://review.openstack.org/262395 | 06:42 |
*** alonma has joined #openstack-cinder | 06:43 | |
*** ChubYann has quit IRC | 06:43 | |
*** EinstCra_ has joined #openstack-cinder | 06:45 | |
*** EinstCrazy has quit IRC | 06:45 | |
*** alonma has quit IRC | 06:47 | |
*** esker has joined #openstack-cinder | 06:49 | |
openstackgerrit | ting wang proposed openstack/python-cinderclient: Add debug testenv in tox https://review.openstack.org/266226 | 06:49 |
*** alonma has joined #openstack-cinder | 06:50 | |
*** salv-orl_ has quit IRC | 06:50 | |
*** salv-orlando has joined #openstack-cinder | 06:50 | |
*** bardia has quit IRC | 06:53 | |
*** esker has quit IRC | 06:53 | |
*** alonma has quit IRC | 06:54 | |
*** jacky-zhang has quit IRC | 06:54 | |
*** pots1 has joined #openstack-cinder | 06:56 | |
*** EinstCra_ has quit IRC | 06:56 | |
*** EinstCrazy has joined #openstack-cinder | 06:57 | |
*** EinstCrazy has quit IRC | 06:57 | |
*** EinstCrazy has joined #openstack-cinder | 06:57 | |
*** sgotliv_ has joined #openstack-cinder | 06:58 | |
*** EinstCrazy has quit IRC | 07:00 | |
*** EinstCra_ has joined #openstack-cinder | 07:00 | |
*** alonma has joined #openstack-cinder | 07:00 | |
*** 6A4ABMVDU has quit IRC | 07:03 | |
*** vgridnev has quit IRC | 07:05 | |
*** alonma has quit IRC | 07:05 | |
*** haomaiwang has joined #openstack-cinder | 07:05 | |
*** alonma has joined #openstack-cinder | 07:06 | |
*** EinstCra_ has quit IRC | 07:08 | |
*** laughterwym has joined #openstack-cinder | 07:08 | |
*** EinstCrazy has joined #openstack-cinder | 07:08 | |
*** pots2 has joined #openstack-cinder | 07:10 | |
*** alonma has quit IRC | 07:11 | |
*** alonma has joined #openstack-cinder | 07:13 | |
*** pots1 has quit IRC | 07:13 | |
*** alonma has quit IRC | 07:17 | |
*** alonma has joined #openstack-cinder | 07:19 | |
*** zhangjn_ has quit IRC | 07:23 | |
*** alonma has quit IRC | 07:23 | |
*** alonma has joined #openstack-cinder | 07:25 | |
*** haomaiwang has quit IRC | 07:25 | |
*** haomaiwang has joined #openstack-cinder | 07:26 | |
*** ntt has joined #openstack-cinder | 07:27 | |
*** alonma has quit IRC | 07:30 | |
*** zhangjn has joined #openstack-cinder | 07:30 | |
*** laughterwym has quit IRC | 07:31 | |
*** alonma has joined #openstack-cinder | 07:31 | |
openstackgerrit | wanghao proposed openstack/cinder: Unmanaging vol/snap reduces quota incorrectly https://review.openstack.org/232436 | 07:32 |
openstackgerrit | Wilson Liu proposed openstack/cinder: Huawei: Balanced FC port selection when zoning https://review.openstack.org/261151 | 07:33 |
*** vgridnev has joined #openstack-cinder | 07:35 | |
ntt | Hi, I'd like to install cinder in a running icehouse cluster. I can use a dedicated network for storage, and reading the documentation turns out that I can use the iscsi_ip_address in /etc/cinder/cinder.conf file. My question is: how compute nodes point to that network? | 07:35 |
*** alonma has quit IRC | 07:35 | |
*** alonma has joined #openstack-cinder | 07:38 | |
*** EinstCra_ has joined #openstack-cinder | 07:41 | |
*** EinstCrazy has quit IRC | 07:41 | |
*** e0ne has joined #openstack-cinder | 07:42 | |
*** alonma has quit IRC | 07:42 | |
*** RA_ has quit IRC | 07:43 | |
*** alonma has joined #openstack-cinder | 07:44 | |
*** alonma has quit IRC | 07:49 | |
*** vivekd_ has joined #openstack-cinder | 07:49 | |
*** sgotliv_ has quit IRC | 07:49 | |
*** alonma has joined #openstack-cinder | 07:50 | |
*** vivekd has quit IRC | 07:52 | |
*** vivekd_ is now known as vivekd | 07:52 | |
*** isaacb has joined #openstack-cinder | 07:53 | |
*** belmoreira has joined #openstack-cinder | 07:53 | |
*** klkumar has joined #openstack-cinder | 07:54 | |
*** alonma has quit IRC | 07:55 | |
*** alonma has joined #openstack-cinder | 07:55 | |
*** haomaiwang has quit IRC | 07:56 | |
*** haomaiwa_ has joined #openstack-cinder | 07:58 | |
*** haomaiwa_ has quit IRC | 07:59 | |
*** haomaiwa_ has joined #openstack-cinder | 07:59 | |
*** vgridnev has quit IRC | 08:00 | |
*** haomaiwa_ has quit IRC | 08:01 | |
*** ntt has quit IRC | 08:01 | |
*** haomaiwa_ has joined #openstack-cinder | 08:01 | |
*** salv-orl_ has joined #openstack-cinder | 08:01 | |
*** salv-orlando has quit IRC | 08:05 | |
*** salv-orl_ has quit IRC | 08:06 | |
*** jistr has joined #openstack-cinder | 08:06 | |
*** jistr is now known as jistr|doc | 08:07 | |
openstackgerrit | wanghao proposed openstack/cinder: Unmanaging vol/snap reduces quota incorrectly https://review.openstack.org/232436 | 08:07 |
*** EinstCrazy has joined #openstack-cinder | 08:07 | |
*** EinstCra_ has quit IRC | 08:07 | |
*** ntt has joined #openstack-cinder | 08:11 | |
*** EinstCrazy has quit IRC | 08:12 | |
*** esker has joined #openstack-cinder | 08:12 | |
*** EinstCrazy has joined #openstack-cinder | 08:12 | |
*** gcb has quit IRC | 08:12 | |
*** zhangjn has quit IRC | 08:14 | |
*** ntt has quit IRC | 08:15 | |
*** ildikov has joined #openstack-cinder | 08:15 | |
*** e0ne has quit IRC | 08:16 | |
*** zhangjn has joined #openstack-cinder | 08:16 | |
*** esker has quit IRC | 08:17 | |
*** alonma has quit IRC | 08:20 | |
*** alonma has joined #openstack-cinder | 08:20 | |
*** alonma has quit IRC | 08:25 | |
openstackgerrit | Yusuke Hayashi proposed openstack/cinder: Add Fujitsu ETERNUS DX Volume Driver (FC part) https://review.openstack.org/263941 | 08:25 |
*** alonma has joined #openstack-cinder | 08:26 | |
*** haomaiwa_ has quit IRC | 08:26 | |
*** alonma has quit IRC | 08:28 | |
*** alonma has joined #openstack-cinder | 08:28 | |
*** gcb has joined #openstack-cinder | 08:29 | |
*** manous has joined #openstack-cinder | 08:31 | |
*** ntt has joined #openstack-cinder | 08:32 | |
*** haomaiwa_ has joined #openstack-cinder | 08:33 | |
*** liverpooler has joined #openstack-cinder | 08:35 | |
*** markus_z has joined #openstack-cinder | 08:35 | |
openstackgerrit | Merged openstack/cinder: Add ConsistencyGroupStatus enum field https://review.openstack.org/262054 | 08:37 |
openstackgerrit | Merged openstack/cinder: 3PAR: Adding volume checks to manage snapshot API https://review.openstack.org/260728 | 08:41 |
*** haomaiwa_ has quit IRC | 08:42 | |
*** haomaiwa_ has joined #openstack-cinder | 08:44 | |
lixiaoy1 | dulek: I noticed sometime when getting a field of a obj, it uses obj.get('attribute', None). why not just obj.attribute? | 08:45 |
lixiaoy1 | dulek: like Line 534 in https://review.openstack.org/#/c/246600/13/cinder/volume/manager.py | 08:46 |
dulek | lixiaoy1: Before Id87efeaaeb2fb44960d8d0df9aa854dd156bff45 it was required. | 08:49 |
*** yhayashi has quit IRC | 08:49 | |
*** vgridnev has joined #openstack-cinder | 08:50 | |
dulek | lixiaoy1: This is in merge conflict, so I can fix this altogether. | 08:50 |
*** zhangjn has quit IRC | 08:50 | |
*** esker has joined #openstack-cinder | 08:53 | |
*** zhangjn has joined #openstack-cinder | 08:58 | |
*** esker has quit IRC | 08:58 | |
*** jistr|doc has quit IRC | 08:59 | |
*** haomaiwa_ has quit IRC | 09:01 | |
*** belmoreira has quit IRC | 09:01 | |
*** 77CAAI2UM has joined #openstack-cinder | 09:01 | |
*** ndipanov has quit IRC | 09:01 | |
lixiaoy1 | dulek: may I ask why? I noticed that in Id87efeaaeb2fb44960d8d0df9aa854dd156bff45, it updates obj.get function, which is used to get an attribute of an obj through dict way | 09:07 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Block subtractive operations in DB migrations https://review.openstack.org/248768 | 09:07 |
*** jordanP has joined #openstack-cinder | 09:08 | |
dulek | lixiaoy1: I believe Nova originally wanted to have every call for non-existing parameter to explode to be able to find such places quickly. | 09:10 |
dulek | s/non-existing parameter/non-existing attribute | 09:10 |
*** sgotliv_ has joined #openstack-cinder | 09:12 | |
*** openstackgerrit has quit IRC | 09:17 | |
*** tpatzig has joined #openstack-cinder | 09:18 | |
*** openstackgerrit has joined #openstack-cinder | 09:18 | |
*** salv-orlando has joined #openstack-cinder | 09:19 | |
*** jistr has joined #openstack-cinder | 09:20 | |
*** anshul has joined #openstack-cinder | 09:22 | |
*** jordanP has quit IRC | 09:22 | |
*** sgotliv_ has quit IRC | 09:23 | |
*** manous has quit IRC | 09:27 | |
*** lpetrut has joined #openstack-cinder | 09:28 | |
openstackgerrit | Mikhail Khodos proposed openstack/cinder: Re-add Nexenta drivers https://review.openstack.org/188877 | 09:28 |
*** manous has joined #openstack-cinder | 09:28 | |
*** ndipanov has joined #openstack-cinder | 09:30 | |
*** jordanP has joined #openstack-cinder | 09:33 | |
*** esker has joined #openstack-cinder | 09:35 | |
*** vinayp has joined #openstack-cinder | 09:35 | |
*** zhangjn has quit IRC | 09:37 | |
*** aix has joined #openstack-cinder | 09:37 | |
*** sgotliv_ has joined #openstack-cinder | 09:38 | |
*** esker has quit IRC | 09:40 | |
*** itzdilip has joined #openstack-cinder | 09:43 | |
*** e0ne has joined #openstack-cinder | 09:48 | |
*** sgotliv_ has quit IRC | 09:50 | |
*** salv-orlando has quit IRC | 09:51 | |
*** pratap__ has joined #openstack-cinder | 09:52 | |
*** Thambi has joined #openstack-cinder | 09:52 | |
*** guitarzan has quit IRC | 09:52 | |
*** sileht has quit IRC | 09:52 | |
*** pratap_ has quit IRC | 09:52 | |
*** NightKhaos has quit IRC | 09:52 | |
*** manous has quit IRC | 09:53 | |
*** anshul has quit IRC | 09:53 | |
*** _sombrafam_ has joined #openstack-cinder | 09:54 | |
*** guitarzan has joined #openstack-cinder | 09:54 | |
*** cbader_ has joined #openstack-cinder | 09:55 | |
*** davechen has left #openstack-cinder | 09:55 | |
*** manous has joined #openstack-cinder | 09:56 | |
*** mdenny has quit IRC | 09:56 | |
*** cbader has quit IRC | 09:56 | |
*** mdenny has joined #openstack-cinder | 09:56 | |
*** EinstCrazy has quit IRC | 09:57 | |
*** salv-orlando has joined #openstack-cinder | 09:57 | |
*** NightKhaos has joined #openstack-cinder | 09:57 | |
*** houming has quit IRC | 09:58 | |
Thelo | Hi all, how often do we release a version of os_brick | 09:58 |
Thelo | ? | 09:58 |
*** 77CAAI2UM has quit IRC | 10:01 | |
*** anshul has joined #openstack-cinder | 10:01 | |
*** sileht has joined #openstack-cinder | 10:02 | |
*** markvoelker has joined #openstack-cinder | 10:02 | |
*** sgotliv_ has joined #openstack-cinder | 10:03 | |
*** jordanP has quit IRC | 10:04 | |
*** markvoelker has quit IRC | 10:07 | |
*** haomaiwa_ has joined #openstack-cinder | 10:07 | |
*** salv-orlando has quit IRC | 10:10 | |
*** RA has joined #openstack-cinder | 10:10 | |
*** RA is now known as Guest69175 | 10:10 | |
dulek | Thelo: https://github.com/openstack/releases/blame/master/deliverables/mitaka/os-brick.yaml | 10:13 |
dulek | Thelo: Looks like it's done ~2 times a month. I think it's mostly done on demand. | 10:14 |
*** esker has joined #openstack-cinder | 10:16 | |
e0ne | Thelo: we'll have a final Mitaka release in February http://docs.openstack.org/releases/schedules/mitaka.html | 10:18 |
openstackgerrit | Michal Dulko proposed openstack/cinder: OVO request_spec in migrate/manage/retype calls https://review.openstack.org/252458 | 10:19 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Switch request_spec in create volume calls to ovo https://review.openstack.org/246600 | 10:19 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Switch request_spec_list in create CG to OVO https://review.openstack.org/253033 | 10:19 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Convert filter_properties to OVO (create, retype) https://review.openstack.org/257305 | 10:19 |
*** haomaiwa_ has quit IRC | 10:20 | |
*** esker has quit IRC | 10:21 | |
*** laughterwym has joined #openstack-cinder | 10:21 | |
*** hunters1094 has joined #openstack-cinder | 10:23 | |
*** Guest69175 has quit IRC | 10:25 | |
*** ntt has quit IRC | 10:26 | |
*** laughterwym has quit IRC | 10:27 | |
*** salv-orlando has joined #openstack-cinder | 10:28 | |
*** salv-orlando has quit IRC | 10:28 | |
openstackgerrit | Michal Dulko proposed openstack/cinder: OVO request_spec in migrate/manage/retype calls https://review.openstack.org/252458 | 10:29 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Switch request_spec in create volume calls to ovo https://review.openstack.org/246600 | 10:29 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Switch request_spec_list in create CG to OVO https://review.openstack.org/253033 | 10:29 |
openstackgerrit | Michal Dulko proposed openstack/cinder: Convert filter_properties to OVO (create, retype) https://review.openstack.org/257305 | 10:29 |
*** aix has quit IRC | 10:32 | |
*** jordanP has joined #openstack-cinder | 10:35 | |
*** alonma has quit IRC | 10:35 | |
*** alonma has joined #openstack-cinder | 10:36 | |
*** alonma has quit IRC | 10:40 | |
*** itzdilip has quit IRC | 10:42 | |
*** alonma has joined #openstack-cinder | 10:42 | |
*** ildikov has quit IRC | 10:43 | |
*** ildikov has joined #openstack-cinder | 10:45 | |
*** alonma has quit IRC | 10:46 | |
*** itzdilip has joined #openstack-cinder | 10:47 | |
*** alonma has joined #openstack-cinder | 10:48 | |
openstackgerrit | Boris Pavlovic proposed openstack/cinder: Use profiler.TracedMeta instead of dirty hacks with rpc manager https://review.openstack.org/266288 | 10:48 |
openstackgerrit | Szymon Borkowski proposed openstack/cinder: Fixed logging for oslo versioned objects https://review.openstack.org/266289 | 10:49 |
*** lpetrut has quit IRC | 10:50 | |
boris-42 | e0ne: ^ hehe fix for very old bug | 10:51 |
boris-42 | e0ne: this one https://review.openstack.org/266288 | 10:51 |
e0ne | boris-42: does it mean that os-profiler is fixed? | 10:51 |
boris-42 | e0ne: this is complicated question | 10:51 |
boris-42 | e0ne: that is bug in Cinder that was introduced by osprofiler=( | 10:52 |
boris-42 | e0ne: however we need some automation | 10:52 |
sheel | dulek: "BannedDBSchema" | 10:52 |
*** itzdilip has quit IRC | 10:52 | |
sheel | hmmm... finally banned by openstack government... ??? :) | 10:53 |
*** alonma has quit IRC | 10:53 | |
*** itzdilip has joined #openstack-cinder | 10:53 | |
*** aix has joined #openstack-cinder | 10:53 | |
e0ne | boris-42: what kind of automation do you mean? | 10:53 |
boris-42 | sheel: watt? | 10:53 |
boris-42 | e0ne: so because it is openstack it must be hard to use | 10:53 |
sheel | dulek:thanks for adding these test | 10:54 |
boris-42 | e0ne: We had to switch to new Ceilometer Event model | 10:54 |
boris-42 | e0ne: which doesn't work out of box without special love with Ceilometer | 10:54 |
*** alonma has joined #openstack-cinder | 10:54 | |
boris-42 | e0ne: plus configuration is now done via project.conf | 10:54 |
boris-42 | e0ne: so we need to make Devstack plugin / or patch | 10:54 |
boris-42 | e0ne: with "enable osprofiler" | 10:55 |
boris-42 | that will setup everything for us | 10:55 |
sheel | boris-42: ah, its regarding tests added by dulek for disallowing non additive migrations | 10:55 |
*** itzdilip has quit IRC | 10:56 | |
*** coolsvap is now known as coolsvap|away | 10:56 | |
*** itzdilip has joined #openstack-cinder | 10:56 | |
*** esker has joined #openstack-cinder | 10:58 | |
*** alonma has quit IRC | 10:59 | |
*** lpetrut has joined #openstack-cinder | 10:59 | |
*** hunters1094 has quit IRC | 10:59 | |
*** zhangjn has joined #openstack-cinder | 11:00 | |
*** alonma has joined #openstack-cinder | 11:00 | |
openstackgerrit | Szymon Borkowski proposed openstack/cinder: Update restore_backup to use volume object https://review.openstack.org/262024 | 11:02 |
openstackgerrit | Szymon Borkowski proposed openstack/cinder: Update create_snapshot to use volume object https://review.openstack.org/260618 | 11:02 |
*** esker has quit IRC | 11:02 | |
*** dims has joined #openstack-cinder | 11:05 | |
*** tiagogomes_ has quit IRC | 11:05 | |
*** alonma has quit IRC | 11:05 | |
*** alonma has joined #openstack-cinder | 11:07 | |
*** itzdilip has quit IRC | 11:11 | |
*** alonma has quit IRC | 11:11 | |
*** itzdilip has joined #openstack-cinder | 11:11 | |
*** alonma has joined #openstack-cinder | 11:13 | |
*** bkumar has quit IRC | 11:14 | |
*** laughterwym has joined #openstack-cinder | 11:16 | |
*** alonma has quit IRC | 11:17 | |
*** vivekd has quit IRC | 11:17 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/python-brick-cinderclient-ext: Attach/detach features implementation https://review.openstack.org/263744 | 11:17 |
*** openstackgerrit has quit IRC | 11:17 | |
*** openstackgerrit has joined #openstack-cinder | 11:18 | |
*** alonma has joined #openstack-cinder | 11:18 | |
*** adrianofr has joined #openstack-cinder | 11:18 | |
*** wilson has joined #openstack-cinder | 11:19 | |
*** ociuhandu has quit IRC | 11:19 | |
*** wilson is now known as Guest11707 | 11:19 | |
*** tiagogomes_ has joined #openstack-cinder | 11:20 | |
*** Guest11707 has quit IRC | 11:20 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/python-brick-cinderclient-ext: Attach/detach features implementation https://review.openstack.org/263744 | 11:25 |
*** zhangjn has quit IRC | 11:30 | |
*** laughterwym has quit IRC | 11:32 | |
*** laughterwym has joined #openstack-cinder | 11:33 | |
*** sheel has quit IRC | 11:33 | |
*** zerda has quit IRC | 11:35 | |
*** sheel has joined #openstack-cinder | 11:37 | |
openstackgerrit | Szymon Wróblewski proposed openstack/cinder: Update initialize_connection to use versionedobjects https://review.openstack.org/238894 | 11:38 |
openstackgerrit | Szymon Wróblewski proposed openstack/cinder: Update replication to use versionedobjects https://review.openstack.org/238906 | 11:39 |
*** ildikov has quit IRC | 11:40 | |
*** vivekd has joined #openstack-cinder | 11:40 | |
*** vivekd has quit IRC | 11:41 | |
*** vivekd has joined #openstack-cinder | 11:42 | |
openstackgerrit | huanan proposed openstack/cinder: Huawei: Add manage/unmanage snapshot support https://review.openstack.org/261156 | 11:43 |
*** lpetrut has quit IRC | 11:45 | |
*** itzdilip has quit IRC | 11:46 | |
*** lpetrut has joined #openstack-cinder | 11:46 | |
*** itzdilip has joined #openstack-cinder | 11:48 | |
*** salv-orl_ has joined #openstack-cinder | 11:49 | |
*** alonma has quit IRC | 11:51 | |
*** alonma has joined #openstack-cinder | 11:52 | |
openstackgerrit | Szymon Borkowski proposed openstack/cinder: Fixed logging for oslo versioned objects https://review.openstack.org/266289 | 11:53 |
*** vivekd has quit IRC | 11:54 | |
*** itzdilip has quit IRC | 11:54 | |
openstackgerrit | Wilson Liu proposed openstack/cinder: Huawei: Add manage/unmanage volume support https://review.openstack.org/240413 | 11:55 |
openstackgerrit | Szymon Borkowski proposed openstack/cinder: Fixed logging for oslo versioned objects https://review.openstack.org/266289 | 11:56 |
*** alonma has quit IRC | 11:56 | |
*** alonma has joined #openstack-cinder | 11:58 | |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races on extend and volume_upload_image https://review.openstack.org/216378 | 11:59 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from consistency groups https://review.openstack.org/259429 | 11:59 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from migrate and retype https://review.openstack.org/221442 | 11:59 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races on replication methods https://review.openstack.org/221441 | 11:59 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from backup https://review.openstack.org/255430 | 11:59 |
openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add ordering possibilities to conditional update https://review.openstack.org/231936 | 11:59 |
*** ociuhandu has joined #openstack-cinder | 11:59 | |
*** [1]Thelo has joined #openstack-cinder | 12:01 | |
*** alonma has quit IRC | 12:03 | |
*** markvoelker has joined #openstack-cinder | 12:03 | |
*** Thelo has quit IRC | 12:04 | |
*** [1]Thelo is now known as Thelo | 12:04 | |
*** alonma has joined #openstack-cinder | 12:04 | |
zongliang | hi all ,I want to learn that why we enter the "errordeleting" status when we delete a volume if the backend report the exception ,not the "ERROR" status | 12:05 |
*** markvoelker has quit IRC | 12:08 | |
*** vgridnev has quit IRC | 12:10 | |
*** vgridnev has joined #openstack-cinder | 12:10 | |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Move test from test_glusterfs and test_quobyte to test_remotefs https://review.openstack.org/261549 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in smbfs volume driver https://review.openstack.org/261551 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in vzstorage volume driver https://review.openstack.org/261550 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in netapp_nfs unit test https://review.openstack.org/261557 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in remotefs.py https://review.openstack.org/261558 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in glusterfs volume driver https://review.openstack.org/261552 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in scality volume driver https://review.openstack.org/261553 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in quobyte volume driver https://review.openstack.org/261554 | 12:13 |
openstackgerrit | Dmitry Guryanov proposed openstack/cinder: Use versionedobjects in nfs volume driver https://review.openstack.org/261555 | 12:13 |
*** zhangjn has joined #openstack-cinder | 12:14 | |
*** vinayprasad has joined #openstack-cinder | 12:25 | |
*** alonma has quit IRC | 12:26 | |
*** alonma has joined #openstack-cinder | 12:27 | |
*** lpetrut has quit IRC | 12:28 | |
*** vinayp has quit IRC | 12:28 | |
*** aix has quit IRC | 12:29 | |
*** vgridnev has quit IRC | 12:30 | |
*** alonma has quit IRC | 12:31 | |
*** aix has joined #openstack-cinder | 12:32 | |
*** ildikov has joined #openstack-cinder | 12:32 | |
*** alonma has joined #openstack-cinder | 12:33 | |
ericksonsantos | Morning everyone! :) | 12:33 |
zongliang | hi | 12:34 |
*** alonma has quit IRC | 12:34 | |
*** timcl has joined #openstack-cinder | 12:34 | |
*** smoriya_ has quit IRC | 12:35 | |
*** alonma has joined #openstack-cinder | 12:35 | |
*** alonma has quit IRC | 12:37 | |
*** alonma has joined #openstack-cinder | 12:39 | |
*** vgridnev has joined #openstack-cinder | 12:41 | |
*** sheel has quit IRC | 12:43 | |
*** salv-orl_ has quit IRC | 12:43 | |
*** cheneydc has quit IRC | 12:43 | |
*** EinstCrazy has joined #openstack-cinder | 12:45 | |
*** zhangjn has quit IRC | 12:49 | |
*** haomaiwang has joined #openstack-cinder | 12:56 | |
*** haomaiwang has quit IRC | 13:01 | |
*** alonma has quit IRC | 13:04 | |
*** markvoelker has joined #openstack-cinder | 13:04 | |
*** shakamunyi has joined #openstack-cinder | 13:04 | |
*** alonma has joined #openstack-cinder | 13:04 | |
*** davechen1 has joined #openstack-cinder | 13:05 | |
*** haomaiwang has joined #openstack-cinder | 13:06 | |
*** vinayprasad has quit IRC | 13:07 | |
*** alonma has quit IRC | 13:09 | |
*** alonma has joined #openstack-cinder | 13:10 | |
*** haomaiwang has quit IRC | 13:11 | |
*** MIDENN_ has joined #openstack-cinder | 13:12 | |
*** Thambirajan has joined #openstack-cinder | 13:14 | |
*** Thambi has quit IRC | 13:14 | |
*** alonma has quit IRC | 13:15 | |
*** lpabon_ has joined #openstack-cinder | 13:15 | |
*** Thambi has joined #openstack-cinder | 13:15 | |
*** markvoelker has quit IRC | 13:15 | |
*** mriedem_away has quit IRC | 13:15 | |
*** mdenny has quit IRC | 13:15 | |
*** lpabon has quit IRC | 13:15 | |
*** davechen has joined #openstack-cinder | 13:17 | |
*** davechen1 has quit IRC | 13:19 | |
*** alonma has joined #openstack-cinder | 13:20 | |
*** cheneydc has joined #openstack-cinder | 13:21 | |
*** haomaiwang has joined #openstack-cinder | 13:23 | |
*** alonma has quit IRC | 13:24 | |
*** alonma has joined #openstack-cinder | 13:24 | |
*** alonma has quit IRC | 13:25 | |
*** diogogmt has quit IRC | 13:27 | |
*** diogogmt has joined #openstack-cinder | 13:27 | |
*** alonma has joined #openstack-cinder | 13:27 | |
*** haomaiwang has quit IRC | 13:28 | |
*** cheneydc has quit IRC | 13:29 | |
*** sgotliv_ has quit IRC | 13:30 | |
*** erlon has joined #openstack-cinder | 13:30 | |
*** edmondsw has joined #openstack-cinder | 13:32 | |
*** bkumar has joined #openstack-cinder | 13:32 | |
*** bkumar has quit IRC | 13:34 | |
*** bkumar has joined #openstack-cinder | 13:35 | |
*** markvoelker has joined #openstack-cinder | 13:35 | |
*** ankit_ag has quit IRC | 13:38 | |
*** liverpooler has quit IRC | 13:38 | |
*** zhangjn has joined #openstack-cinder | 13:39 | |
*** zhangjn has quit IRC | 13:39 | |
*** sgotliv has joined #openstack-cinder | 13:39 | |
*** ccesario has joined #openstack-cinder | 13:39 | |
*** zhangjn has joined #openstack-cinder | 13:39 | |
*** itzdilip has joined #openstack-cinder | 13:42 | |
*** dslev has joined #openstack-cinder | 13:42 | |
*** diogogmt has quit IRC | 13:43 | |
scottda | geguileo: ping | 13:45 |
geguileo | scottda: pong from luch :-) | 13:45 |
scottda | Hi. I see quite a few patches for HA have landed. | 13:45 |
geguileo | scottda: A couple, yes | 13:46 |
geguileo | But they are all API races related | 13:46 |
geguileo | I will start working on the other patches now | 13:46 |
scottda | I was wondering if you'd consider some pointing out what should be reviewed at tomorrow's meeting? | 13:46 |
scottda | or do the patches still need to be posted? | 13:47 |
geguileo | scottda: API Races patches are posted | 13:47 |
geguileo | And those need reviewing | 13:47 |
scottda | ok, cool. I was just too lazy to figure it out for myself :) | 13:47 |
geguileo | The others (Job distribution, cleanup, etc) need to be done | 13:47 |
geguileo | Jaja, I understand :-) | 13:48 |
scottda | and I'm wanting to point teammates to them to have a look as well. | 13:48 |
geguileo | It's a big mess | 13:48 |
geguileo | I'm trying to keep the Blueprint updated | 13:48 |
scottda | Thanks for all your work. Is there anything I can do to help? Besides review and test? | 13:48 |
geguileo | I will start looking at the other patches that need to be done (job distribution, cleanup, etc) | 13:49 |
geguileo | Once I do I'll ping you in case you are interested to work on any of them | 13:49 |
*** bkumar has quit IRC | 13:49 | |
dulek | geguileo: I also can find some resources in my team. | 13:50 |
geguileo | dulek: Yeah, I was going to ping you as well | 13:50 |
scottda | geguileo: Great, thanks. Yes, Please do ping me. | 13:50 |
geguileo | Since you both are in a couple of the specs as wanting to work on things | 13:50 |
dulek | geguileo: I've just posted on job distribution with a comment on how to align this with rolling upgrades. | 13:51 |
dulek | geguileo: It's a little complicated, but it could be worse if host column would be editable. ;) | 13:51 |
geguileo | XD | 13:53 |
geguileo | Ok, I'll read your comment after lunch | 13:54 |
dulek | Cool, please ping me if anything I've described is vague. | 13:54 |
dulek | Oh and by the way - are you going to the mid-cycle? | 13:55 |
*** bkumar has joined #openstack-cinder | 13:55 | |
geguileo | dulek: No I'm not going :-( | 13:56 |
geguileo | dulek: And you? | 13:56 |
dulek | geguileo: :( | 13:57 |
dulek | geguileo: I was lucky enough to get my travel funded. | 13:57 |
geguileo | dulek: Lucky you!! Enjoy it!! :-) | 13:57 |
*** haomaiwa_ has joined #openstack-cinder | 13:59 | |
dulek | geguileo: Well, the weather in Madrid still seems warmer than in Raleigh, so you're lucky too. ;) | 13:59 |
*** cknight has joined #openstack-cinder | 13:59 | |
geguileo | XD XD XD | 13:59 |
geguileo | Yeah, weather is not bad here :-) | 13:59 |
dulek | :) | 14:01 |
*** haomaiwa_ has quit IRC | 14:01 | |
*** haomaiwang has joined #openstack-cinder | 14:01 | |
*** akshai has joined #openstack-cinder | 14:02 | |
*** dslev has quit IRC | 14:02 | |
*** bkumar has quit IRC | 14:05 | |
*** vinayp has joined #openstack-cinder | 14:06 | |
*** bkumar has joined #openstack-cinder | 14:06 | |
*** mtanino has joined #openstack-cinder | 14:07 | |
mtanino | DuncanT: Hi, | 14:09 |
*** bkumar has quit IRC | 14:10 | |
*** salv-orlando has joined #openstack-cinder | 14:11 | |
*** xyang1 has joined #openstack-cinder | 14:11 | |
*** Thambi has quit IRC | 14:11 | |
*** Thambirajan has quit IRC | 14:11 | |
*** krtaylor has quit IRC | 14:13 | |
*** Thambi has joined #openstack-cinder | 14:13 | |
*** Thambirajan has joined #openstack-cinder | 14:13 | |
*** julim has joined #openstack-cinder | 14:14 | |
*** rlrossit has joined #openstack-cinder | 14:14 | |
*** tongli has joined #openstack-cinder | 14:18 | |
*** alonma has quit IRC | 14:19 | |
*** alonma has joined #openstack-cinder | 14:20 | |
*** eharney has joined #openstack-cinder | 14:21 | |
*** Thambi has quit IRC | 14:21 | |
*** Thambirajan has quit IRC | 14:21 | |
*** Thambi has joined #openstack-cinder | 14:22 | |
*** Thambirajan has joined #openstack-cinder | 14:22 | |
*** krtaylor has joined #openstack-cinder | 14:24 | |
*** alonma has quit IRC | 14:24 | |
*** mriedem has joined #openstack-cinder | 14:25 | |
*** mtanino has quit IRC | 14:26 | |
*** crose has joined #openstack-cinder | 14:26 | |
*** martyturner has joined #openstack-cinder | 14:28 | |
*** cheneydc has joined #openstack-cinder | 14:28 | |
*** esker has joined #openstack-cinder | 14:29 | |
*** alonma has joined #openstack-cinder | 14:30 | |
*** itzdilip has quit IRC | 14:31 | |
*** merooney has joined #openstack-cinder | 14:32 | |
*** esker has quit IRC | 14:32 | |
*** sheel has joined #openstack-cinder | 14:32 | |
*** aix has quit IRC | 14:33 | |
*** esker has joined #openstack-cinder | 14:33 | |
*** aix has joined #openstack-cinder | 14:33 | |
*** dustins has joined #openstack-cinder | 14:34 | |
*** alonma has quit IRC | 14:35 | |
*** jgregor has joined #openstack-cinder | 14:35 | |
*** alonma has joined #openstack-cinder | 14:36 | |
*** davechen has left #openstack-cinder | 14:36 | |
*** alonma has quit IRC | 14:36 | |
*** alonma has joined #openstack-cinder | 14:37 | |
*** esker has quit IRC | 14:38 | |
openstackgerrit | Eric Harney proposed openstack/cinder: API Middleware fault: Log exception type https://review.openstack.org/266035 | 14:38 |
*** cfriesen has joined #openstack-cinder | 14:38 | |
*** dslev has joined #openstack-cinder | 14:39 | |
*** salv-orlando has quit IRC | 14:42 | |
*** jungleboyj has quit IRC | 14:45 | |
*** lcurtis has joined #openstack-cinder | 14:45 | |
*** kbyrne has quit IRC | 14:46 | |
*** cheneydc has quit IRC | 14:47 | |
*** dslev has quit IRC | 14:49 | |
*** links has quit IRC | 14:50 | |
*** knomura has joined #openstack-cinder | 14:51 | |
*** diablo_rojo has joined #openstack-cinder | 14:51 | |
*** akerr has joined #openstack-cinder | 14:51 | |
*** salv-orlando has joined #openstack-cinder | 14:54 | |
*** liverpooler has joined #openstack-cinder | 14:54 | |
*** akerr_away has quit IRC | 14:55 | |
*** salv-orlando has quit IRC | 14:56 | |
*** salv-orlando has joined #openstack-cinder | 14:56 | |
*** dslev has joined #openstack-cinder | 14:58 | |
*** akshai has quit IRC | 14:58 | |
*** akshai has joined #openstack-cinder | 14:59 | |
*** edtubill has joined #openstack-cinder | 15:00 | |
*** houming has joined #openstack-cinder | 15:02 | |
*** porrua has joined #openstack-cinder | 15:03 | |
*** mtanino has joined #openstack-cinder | 15:04 | |
*** edtubill has quit IRC | 15:04 | |
*** salv-orl_ has joined #openstack-cinder | 15:05 | |
*** salv-orlando has quit IRC | 15:05 | |
*** esker has joined #openstack-cinder | 15:05 | |
*** esker has quit IRC | 15:06 | |
*** knomura has quit IRC | 15:06 | |
*** esker has joined #openstack-cinder | 15:07 | |
*** dguryanov has joined #openstack-cinder | 15:07 | |
*** salv-orl_ has quit IRC | 15:11 | |
*** baumann has joined #openstack-cinder | 15:13 | |
*** alonma has quit IRC | 15:16 | |
*** alonma has joined #openstack-cinder | 15:16 | |
*** dave-mccowan has joined #openstack-cinder | 15:17 | |
*** houming has quit IRC | 15:17 | |
*** dave-mcc_ has joined #openstack-cinder | 15:19 | |
*** isaacb has quit IRC | 15:19 | |
*** vinayp has quit IRC | 15:20 | |
*** manous has quit IRC | 15:21 | |
mtanino | DuncanT: good morning. Can I have a chance to discuss this? https://review.openstack.org/#/c/258649/ | 15:21 |
*** manous has joined #openstack-cinder | 15:21 | |
*** akshai has quit IRC | 15:21 | |
*** Thambi has quit IRC | 15:22 | |
*** Thambirajan has quit IRC | 15:22 | |
*** dave-mccowan has quit IRC | 15:22 | |
*** akshai has joined #openstack-cinder | 15:23 | |
*** crose has quit IRC | 15:23 | |
*** knomura has joined #openstack-cinder | 15:23 | |
*** vinayp has joined #openstack-cinder | 15:24 | |
*** haomaiwang has quit IRC | 15:24 | |
*** itzdilip has joined #openstack-cinder | 15:27 | |
*** kbyrne has joined #openstack-cinder | 15:29 | |
*** kbyrne has quit IRC | 15:29 | |
*** kbyrne has joined #openstack-cinder | 15:30 | |
*** Thelo has quit IRC | 15:31 | |
*** Thelo has joined #openstack-cinder | 15:32 | |
*** breitz has quit IRC | 15:32 | |
*** breitz has joined #openstack-cinder | 15:32 | |
*** vinayp has quit IRC | 15:33 | |
*** isaacb has joined #openstack-cinder | 15:34 | |
openstackgerrit | Merged openstack/cinder: Execute mount.nfs check as root https://review.openstack.org/266017 | 15:35 |
*** kfarr has joined #openstack-cinder | 15:36 | |
*** mragupat has joined #openstack-cinder | 15:37 | |
openstackgerrit | Peter Wang proposed openstack/cinder: Fix inconsistency and typos in replication v2 DOC https://review.openstack.org/265678 | 15:38 |
*** gouthamr has joined #openstack-cinder | 15:42 | |
*** gouthamr_ has joined #openstack-cinder | 15:43 | |
knomura | smcginnis: Hello. Are you there? | 15:43 |
*** jungleboyj has joined #openstack-cinder | 15:44 | |
*** gouthamr has quit IRC | 15:46 | |
*** kfarr has quit IRC | 15:47 | |
*** kfarr has joined #openstack-cinder | 15:50 | |
*** kbyrne has quit IRC | 15:50 | |
*** mc_nair_ has joined #openstack-cinder | 15:51 | |
*** mc_nair_ has quit IRC | 15:52 | |
*** houming has joined #openstack-cinder | 15:58 | |
*** isaacb has quit IRC | 16:00 | |
*** liverpooler has quit IRC | 16:00 | |
*** qeas has joined #openstack-cinder | 16:01 | |
*** krtaylor has quit IRC | 16:03 | |
*** julim has quit IRC | 16:06 | |
*** aix has quit IRC | 16:07 | |
*** julim has joined #openstack-cinder | 16:07 | |
*** garthb__ has joined #openstack-cinder | 16:08 | |
*** kbyrne has joined #openstack-cinder | 16:09 | |
sheel | jungleboyj : Hi there | 16:10 |
*** vgridnev has quit IRC | 16:11 | |
jungleboyj | sheel: Hello. | 16:11 |
sheel | jungleboyj : supportive test cases are added to "https://review.openstack.org/#/c/265820/" | 16:11 |
sheel | jungleboyj: could you please have a look on it? | 16:12 |
*** zhangjn has quit IRC | 16:13 | |
*** krtaylor has joined #openstack-cinder | 16:14 | |
*** laughterwym has quit IRC | 16:15 | |
*** shausy has joined #openstack-cinder | 16:16 | |
*** asti has joined #openstack-cinder | 16:18 | |
*** diogogmt has joined #openstack-cinder | 16:20 | |
*** asti has left #openstack-cinder | 16:23 | |
*** hemnafk is now known as hemna | 16:24 | |
hemna | doink | 16:24 |
*** bwallis has quit IRC | 16:26 | |
*** zongliang has quit IRC | 16:27 | |
*** diogogmt has quit IRC | 16:27 | |
*** EinstCrazy has quit IRC | 16:28 | |
*** diogogmt has joined #openstack-cinder | 16:29 | |
*** isaacb has joined #openstack-cinder | 16:29 | |
*** zongliang has joined #openstack-cinder | 16:29 | |
*** eharney has quit IRC | 16:29 | |
*** jdurgin1 has joined #openstack-cinder | 16:30 | |
anteaya | this is a dusty patch that is in project-config: https://review.openstack.org/#/c/240412/ Enabling test_volume_boot_pattern for gluster jobs | 16:33 |
anteaya | smcginnis: feel like giving that a look and offering guidance on what to do with it? | 16:34 |
anteaya | let it mould, abandon it, other? | 16:34 |
hemna | ildikov, rebase hell? | 16:34 |
hemna | scottda, https://review.openstack.org/#/c/264995/ | 16:35 |
hemna | who do we need to ping to get that in ? | 16:35 |
ildikov | hemna: in what sense? | 16:35 |
ildikov | hemna: I'm fixing one conflict at the moment, I'm running tests locally | 16:35 |
hemna | ildikov, 4 of the patches are now in merge conflict according to Gerrit | 16:35 |
hemna | :( | 16:36 |
ildikov | hemna: the bigger issue is the lack of code reviews :.( | 16:36 |
hemna | still ?! | 16:36 |
scottda | hemna: I pinged the QA room earlier, but it might before many were online... | 16:36 |
hemna | scottda, ok | 16:36 |
ildikov | hemna: the comp patch had the conflict because of the RPC version bump | 16:36 |
hemna | I hate seeing these patches just stagnate | 16:36 |
hemna | I have 5 patches that are +2'd....waiting | 16:37 |
hemna | are folks just not doing reviews ? | 16:37 |
*** thangp has joined #openstack-cinder | 16:37 | |
*** jamielennox is now known as jamielennox|away | 16:37 | |
*** itzdilip has quit IRC | 16:37 | |
*** kfarr_ has joined #openstack-cinder | 16:38 | |
*** kfarr has quit IRC | 16:39 | |
ildikov | hemna: I know, I asked mriedem and ndipanov to check the patches and my latest comments | 16:40 |
ildikov | hemna: I uploaded the rebased version, should be fine now | 16:40 |
hemna | ildikov, ok coolio | 16:40 |
hemna | phew | 16:40 |
* hemna puts the panic button away | 16:40 | |
anteaya | sometimes you you take a hand to review some patches for them it helps, even a pass at grammar and syntax, just to say you looked | 16:41 |
anteaya | s/you you/if you | 16:41 |
mriedem | ildikov: i'm aware of the series | 16:41 |
mriedem | infinite time is not my luxury | 16:41 |
hemna | mriedem, I know the feeling. | 16:42 |
ildikov | mriedem: sure, I just told hemna you are to stop panicing :) | 16:42 |
*** jordanP has quit IRC | 16:43 | |
*** jordanP has joined #openstack-cinder | 16:43 | |
*** crose has joined #openstack-cinder | 16:47 | |
*** shausy has quit IRC | 16:47 | |
*** bwallis_ has joined #openstack-cinder | 16:48 | |
*** hemna is now known as hemnafk | 16:50 | |
*** anshul has quit IRC | 16:51 | |
*** harlowja_at_home has joined #openstack-cinder | 16:52 | |
*** nkrinner has quit IRC | 16:55 | |
*** tpatzig has quit IRC | 16:56 | |
*** bwallis_ has quit IRC | 16:59 | |
*** dslev has quit IRC | 17:01 | |
jungleboyj | sheel: Done. | 17:02 |
jungleboyj | sheel: Thank you for the update. | 17:02 |
sheel | jungleboyj: Thank you... :) | 17:03 |
jungleboyj | sheel: Welcome. | 17:03 |
*** salv-orlando has joined #openstack-cinder | 17:03 | |
*** vgridnev has joined #openstack-cinder | 17:06 | |
*** tongli has quit IRC | 17:07 | |
*** houming has quit IRC | 17:07 | |
*** isaacb has quit IRC | 17:10 | |
*** crose has quit IRC | 17:11 | |
*** gouthamr_ has quit IRC | 17:11 | |
*** apoorvad has joined #openstack-cinder | 17:13 | |
sheel | jungleboyj : I need your opinion on "node specific event viewer" option for different cinder operations.... | 17:13 |
sheel | jungleboyz: I am thinking of raising one BP for this functionality, but before raising wanted to have expert opinion from core members | 17:13 |
jungleboyj | sheel: Ok. | 17:13 |
openstackgerrit | Yuriy Nesenenko proposed openstack/cinder: Move wsgi to oslo_service.wsgi https://review.openstack.org/258541 | 17:14 |
sheel | jungleboyz: Actually, this is more specific to failed operations and cause of their failure... | 17:14 |
sheel | When someone performs some operation like create volume etc, in case of failure - he/she gets no specific information about why operation failed... | 17:14 |
sheel | just operation status is updated and shown as failed... | 17:14 |
*** jdurgin1 has quit IRC | 17:14 | |
sheel | I could not find any such existing functionality in cinder.. | 17:15 |
*** klkumar has quit IRC | 17:15 | |
*** hemnafk is now known as hemna | 17:15 | |
sheel | jungleboyz: So, wanted to have opinion on it to add functinality which can provide details of failure messages to user who performed operation and failed on seperate horizon tab | 17:16 |
lprice1 | Is there a consensus on the use of metadata within Volume objects by drivers? Is it acceptable for volume drivers to store implementation data within the metadata field[s], or is that only for users? | 17:16 |
sheel | jungleboyz: accordingly, changes will be required specific to each operation in cinder... | 17:17 |
*** akshai has quit IRC | 17:18 | |
*** knomura has quit IRC | 17:19 | |
*** knomura has joined #openstack-cinder | 17:21 | |
*** mudassirlatif has joined #openstack-cinder | 17:30 | |
jungleboyj | sheel: This is a discussion that has been ongoing in Cinder for quite some time. To some extent we don't share a lot of information to the end user for security reasons. | 17:31 |
*** leeantho has joined #openstack-cinder | 17:32 | |
jungleboyj | sheel: The backends are supposed to be transparent to the end user and administrators may not want a lot of information about a failure communicated. | 17:32 |
jungleboyj | sheel: So, that is why we don't have a lot of failure data being returned to the end user. | 17:32 |
jungleboyj | sheel: Other problem is that we don't currently have the pieces in place to return good failure data back up through the flow. | 17:33 |
jungleboyj | sheel: A lot of work required to make that happen. Something that we probably should be looking at improving in the future but it is going to take a lot of work to make it happen. | 17:34 |
sheel | jungleboyz : yes, I agree..this will need a lot of work | 17:34 |
jungleboyj | hemna: smcginnis You guys around? | 17:34 |
hemna | yuh | 17:36 |
jungleboyj | hemna: You have any experience with Quotas? | 17:36 |
sheel | jungleboyz, smcginnis, hemnafk, jgriffith: My main motivation for this feature is - | 17:37 |
sheel | jungleboyz, smcginnis, hemnafk, jgriffith: it used to be very hefty work to go inside logs and find failure reason... | 17:37 |
sheel | so if we can show some specific details to admin..it will be quite helpful in debugging things | 17:37 |
*** crose has joined #openstack-cinder | 17:37 | |
hemna | jungleboyj, my only experience is that they are a pain in the ass. | 17:38 |
mc_nair | ericksonsantos: you have helped out on a lot of the nested quota work and are pretty familiar with that feature, correct? | 17:38 |
jungleboyj | hemna: Yeah. mc_nair is looking at https://bugs.launchpad.net/cinder/+bug/1531502 and trying to figure out what we might be able to do. | 17:39 |
openstack | Launchpad bug 1531502 in Cinder "Child project's default quota not enforced" [High,New] - Assigned to Ryan McNair (rdmcnair) | 17:39 |
*** esker has quit IRC | 17:39 | |
jungleboyj | sheel: Agreed. | 17:39 |
*** markus_z has quit IRC | 17:39 | |
*** chris_morrell has joined #openstack-cinder | 17:41 | |
*** garthb has joined #openstack-cinder | 17:41 | |
*** e0ne has quit IRC | 17:42 | |
sheel | jungleboyj: agreed for BP, right? | 17:42 |
*** garthb__ has quit IRC | 17:43 | |
jungleboyj | sheel: Agreed that it is an issue. | 17:43 |
hemna | is there a way to see the patch submission frequence for Cinder alone ? | 17:43 |
hemna | like how many per hour we are averaging ? | 17:43 |
jungleboyj | hemna: Good question. I am not sure. | 17:43 |
hemna | just looking at our CI runs | 17:44 |
hemna | we do 6 different CI tests per patch submission | 17:44 |
hemna | and every one of those runs pulls 90+ packages down from ubuntu | 17:44 |
hemna | :( | 17:44 |
hemna | I'm trying to mirror the entire ubuntu repo locally, to help with that. | 17:44 |
hemna | but I'm at 91G and 5 days later....still doing the initial mirror. | 17:45 |
jungleboyj | hemna: HPe low on bandwidth? ;-) | 17:45 |
hemna | (https://help.ubuntu.com/community/Debmirror) | 17:45 |
hemna | must be | 17:45 |
jungleboyj | sheel: I think you can propose a BluePrint and then bring this up as a point of discussion in tomorrow's Weekly meeting to see what everyone thinks. | 17:46 |
jungleboyj | That is probably the best way to proceed. | 17:46 |
jungleboyj | sheel: https://wiki.openstack.org/wiki/CinderMeetings | 17:47 |
*** jordanP has quit IRC | 17:48 | |
sheel | jungleboyj : ohk, Thank you for your opinion | 17:48 |
sheel | here we go : https://blueprints.launchpad.net/cinder/+spec/summarymessage | 17:48 |
sheel | I will add this to cinderMeeting | 17:49 |
jungleboyj | sheel: Thanks. That way you can get input from much of the Core team. | 17:49 |
sheel | hemnafk, jungleboyj : Thank you...Looking ahead for further support and suggestion... | 17:50 |
*** akshai has joined #openstack-cinder | 17:53 | |
*** manous has quit IRC | 17:54 | |
*** harlowja_at_home has quit IRC | 17:54 | |
smcginnis | hemna: If you make any progress with local mirroring I'd love to hear about it. | 17:54 |
smcginnis | hemna: I've tried aptcacheng and other caching proxies to try to minimize pulling down the same bits over and over. | 17:54 |
hemna | it's taking for e v e r to do the initial mirror | 17:55 |
smcginnis | hemna: I never got things working quite right though. | 17:55 |
smcginnis | hemna: Haha, I can imagine. | 17:55 |
smcginnis | hemna: That's one thing I didn't do - a full local mirror. | 17:55 |
hemna | I think it should be the best route | 17:55 |
hemna | if it ever finishes | 17:55 |
smcginnis | hemna: I tried just caching since it's always the same packages. | 17:55 |
smcginnis | hemna: Yeah, probably. | 17:55 |
hemna | my debmirror script is trying to mirror i386 and amd64 | 17:56 |
*** bardia has joined #openstack-cinder | 17:56 | |
hemna | I wasn't sure if I needed both though | 17:56 |
hemna | but you never know, some packages don't have amd64 versions, so.... | 17:56 |
smcginnis | Hmm, I would think you can probably skip i386, but probably better safe than sorry. | 17:56 |
*** gcb has quit IRC | 18:01 | |
*** gcb has joined #openstack-cinder | 18:02 | |
*** diogogmt has quit IRC | 18:02 | |
*** timcl1 has joined #openstack-cinder | 18:02 | |
*** jistr has quit IRC | 18:03 | |
*** dave-mcc_ has quit IRC | 18:04 | |
*** timcl has quit IRC | 18:05 | |
*** manous has joined #openstack-cinder | 18:07 | |
*** diogogmt has joined #openstack-cinder | 18:07 | |
patrickeast | hemna: are you planning to set up a pip cache/mirror too? | 18:09 |
patrickeast | i was lookin at my ci and its spending a tooon of time doing pip things http://openstack-logs.purestorage.com/30/255430/5/check/PureISCSIDriver-tempest-dsvm-volume-multipath/6b4f8e1/logs/devstacklog.txt.gz#_2016-01-12_14_03_16_407 | 18:09 |
patrickeast | more than 2x the apt-get | 18:09 |
smcginnis | patrickeast: I think this is what I tried, though honestly can't remember now: https://pypicache.readthedocs.org/en/latest/ | 18:10 |
patrickeast | oo nice, yea i want to try it out one of these days | 18:11 |
patrickeast | smcginnis: did it help for your system? | 18:11 |
smcginnis | patrickeast: I went back to hacking on it two or three times, but I never got any noticeable improvements. | 18:11 |
patrickeast | dang | 18:11 |
smcginnis | patrickeast: So ultimately I never really put it into production since it was a lot of extra moving parts for not a lot of gain. | 18:11 |
smcginnis | patrickeast: But I am more than willing to concede that could just be because I didn't set things up right. :) | 18:12 |
patrickeast | haha | 18:12 |
patrickeast | smcginnis: yea in theory it should help, but who knows | 18:12 |
patrickeast | smcginnis: if the cache server is slow it could just become the new bottleneck anyway | 18:12 |
patrickeast | smcginnis: i did shave off like 2-3 min enabling the image cache | 18:13 |
smcginnis | patrickeast: Nice! | 18:14 |
smcginnis | patrickeast: Yeah, thinking of it, I think with my apt proxying I never saw the logging that it was really working, so pretty sure my setup was not correct. | 18:15 |
smcginnis | If someone gets some of these working, it would be awesome to have a wiki page with some optimization recipes or something. | 18:15 |
patrickeast | smcginnis: definitely | 18:15 |
*** knomura has quit IRC | 18:17 | |
hemna | patrickeast, pip mirror will be next | 18:25 |
hemna | I had tried doing that with bandersnatch ages ago, but it never completed | 18:25 |
patrickeast | hemna: sweet, lemmie know how it goes | 18:26 |
hemna | the mirroring will probably finish around the end of N release at this rate | 18:26 |
patrickeast | haha | 18:26 |
patrickeast | hemna: how big is the mirror? | 18:26 |
hemna | 91.5Gib so far.... | 18:27 |
patrickeast | hemna: i could download it on my home 1Gb network and mail you a drive? | 18:27 |
hemna | that might be quicker! | 18:27 |
hemna | pidgeon network | 18:27 |
patrickeast | haha | 18:27 |
jungleboyj | patrickeast: I am jealous. 1Gb at home! | 18:30 |
patrickeast | jungleboyj: yea its sweet, 1Gb up and down, got lucky and am on a road that had fiber put in (probably with the plan of office buildings going in but has apt buildings) | 18:32 |
jungleboyj | patrickeast: Sheesh, can't even imagine. Who is the provider? | 18:33 |
patrickeast | jungleboyj: its a pretty small one, i think only operates around seattle http://gowaveg.com/about-us/ | 18:34 |
smcginnis | jungleboyj: I'm so close I can almost run a patch cable to a neighbors. https://fiber.usinternet.com/coverage-areas/ | 18:34 |
*** eharney has joined #openstack-cinder | 18:35 | |
*** e0ne has joined #openstack-cinder | 18:35 | |
*** krtaylor has quit IRC | 18:35 | |
jungleboyj | patrickeast: $80? That is crazy, I am paying that for 25 down and 7 up right now. | 18:36 |
hemna | !! | 18:36 |
openstack | hemna: Error: "!" is not a valid command. | 18:36 |
hemna | heh | 18:36 |
smcginnis | Hahah | 18:36 |
patrickeast | haha yea, and unlimited data cap | 18:36 |
* patrickeast streams 4k just because i can | 18:36 | |
hemna | the torrent possibilities are endless..... | 18:37 |
patrickeast | truth | 18:37 |
jungleboyj | smcginnis: So close! Will they add your street in? | 18:37 |
smcginnis | jungleboyj: It's hard to tell from their maps, but I think my street is included in their 2016 construction plan. | 18:38 |
smcginnis | So looking forward to that call to Comcast. :) | 18:38 |
jungleboyj | smcginnis: I guess They are already on there, just not at your house yet. :-) | 18:38 |
smcginnis | jungleboyj: Not my street yet. But very close to us. | 18:38 |
jungleboyj | hemna: I am lucky that I have that good of speed at the Lake. :-) | 18:38 |
*** bwallis_ has joined #openstack-cinder | 18:39 | |
smcginnis | jungleboyj: You're lucky you don't have dial up. :) | 18:39 |
jungleboyj | smcginnis: Yeah. | 18:39 |
*** mriedem has quit IRC | 18:40 | |
*** timcl has joined #openstack-cinder | 18:41 | |
*** timcl1 has quit IRC | 18:41 | |
*** rlrossit has quit IRC | 18:41 | |
*** bardia has quit IRC | 18:42 | |
*** asselin_ has joined #openstack-cinder | 18:42 | |
*** mriedem has joined #openstack-cinder | 18:43 | |
*** ChubYann has joined #openstack-cinder | 18:49 | |
e0ne | hemna: hi. just to clarify: did we change initialize_connection api last week? | 18:49 |
hemna | no | 18:49 |
hemna | ? | 18:49 |
e0ne | hemna: I've got the following error: http://paste.openstack.org/show/483643/ | 18:52 |
e0ne | and I have to find what went wrong | 18:52 |
hemna | mysql error ? | 18:52 |
* hemna is confused | 18:52 | |
e0ne | I'm testing 'local-attach' | 18:53 |
openstackgerrit | Merged openstack/cinder: Re-add Nexenta drivers https://review.openstack.org/188877 | 18:53 |
*** rlrossit has joined #openstack-cinder | 18:53 | |
openstackgerrit | Chris Morrell proposed openstack/cinder: Enable trim/discard in SolidFire's driver https://review.openstack.org/265004 | 18:55 |
e0ne | it works with nova, so the issue is on my side | 18:56 |
*** cknight has quit IRC | 18:57 | |
*** martyturner has quit IRC | 18:58 | |
*** martyturner has joined #openstack-cinder | 18:59 | |
*** kfarr_ has quit IRC | 19:01 | |
*** Lee1092 has quit IRC | 19:01 | |
*** cknight has joined #openstack-cinder | 19:04 | |
*** julim has quit IRC | 19:06 | |
*** julim has joined #openstack-cinder | 19:08 | |
openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/cinder: WIP 3PAR fix driver to work with image cache https://review.openstack.org/236143 | 19:08 |
*** bardia has joined #openstack-cinder | 19:09 | |
*** diegows has joined #openstack-cinder | 19:10 | |
e0ne | hemna: https://github.com/openstack/cinder/blob/master/cinder/volume/manager.py#L1381 - I've got False and cinder doesn't store initiator data in the DB | 19:12 |
e0ne | hemna: sorry | 19:12 |
e0ne | hemna: I do stupid mistakes today:( | 19:13 |
hemna | get_initiator_data should be None for almost every driver | 19:13 |
hemna | it's a special case for storing chap creds for some drivers afaik | 19:13 |
openstackgerrit | Alexey Khodos proposed openstack/cinder: NexentaStor 5 iSCSI backend driver. https://review.openstack.org/190391 | 19:15 |
*** diegows has quit IRC | 19:15 | |
e0ne | hemna: I've got an issue with db.driver_initiator_data_get method | 19:16 |
hemna | but you haven't modified cinder ? | 19:16 |
hemna | right ? | 19:16 |
e0ne | yes | 19:17 |
e0ne | and it worked few days ago | 19:17 |
e0ne | may be new oslo.db | 19:17 |
*** salv-orlando has quit IRC | 19:17 | |
*** salv-orlando has joined #openstack-cinder | 19:18 | |
*** geguileo_phone has quit IRC | 19:21 | |
*** itlinux has joined #openstack-cinder | 19:21 | |
rhagarty_ | xyang1, time for a quick questing regarding consistency group snapshots? | 19:22 |
dims | e0ne : haven't made any releases this week :) | 19:23 |
e0ne | dims: thanks! | 19:24 |
e0ne | found the issue, it's my code:( | 19:24 |
hemna | e0ne, cool :) | 19:25 |
xyang1 | rhagarty_: sure | 19:26 |
e0ne | but the second issue is: cinder doesn't validate input parameters well | 19:26 |
hemna | heh | 19:26 |
hemna | e0ne, welcome to OpenStack | 19:26 |
e0ne | :) | 19:27 |
openstackgerrit | Anthony Lee proposed openstack/os-brick: Adding a tool for querying volume paths https://review.openstack.org/204191 | 19:27 |
e0ne | I can't understand why it worked before:( | 19:27 |
rhagarty_ | xyang1, cli doesn't list update as an option, but it does exist in cgsnapshots.py in the cinderclient. | 19:27 |
*** crose has quit IRC | 19:29 | |
xyang1 | rhagarty_: cgsnapshots cannot be updated | 19:29 |
rhagarty_ | xyang1, even just the name or description? | 19:30 |
xyang1 | rhagarty_: I don't know why it is in the code. I'll take a look | 19:30 |
*** manous has quit IRC | 19:30 | |
openstackgerrit | Tom Swanson proposed openstack/cinder: Dell SC: Adding loggin to httpclient https://review.openstack.org/266543 | 19:34 |
*** _sombrafam_ has quit IRC | 19:35 | |
Swanson | That last patch is 4 LOG.debugs added to the dell storage center driver. If any +2 types are out there.... | 19:36 |
*** dave-mccowan has joined #openstack-cinder | 19:36 | |
e0ne | hemna: if you are interested, issues were: | 19:37 |
e0ne | 1) I forgot call cinder local-attach with sudo | 19:37 |
e0ne | 2) os-brick failed to get initiator | 19:37 |
xyang1 | rhagarty_: that was not implemented but we can probably add that. | 19:38 |
e0ne | 3) I passed dictionary as initiator to cinder API | 19:38 |
*** kfarr has joined #openstack-cinder | 19:38 | |
e0ne | 4) cinder api failed with DB error | 19:38 |
hemna | ewps | 19:38 |
rhagarty_ | xyang1, I agree, to be consistent | 19:38 |
*** julim has quit IRC | 19:40 | |
*** julim has joined #openstack-cinder | 19:41 | |
*** angela-s has joined #openstack-cinder | 19:42 | |
*** sheel has quit IRC | 19:43 | |
*** sgotliv has quit IRC | 19:44 | |
e0ne | and 5) it was my experiments with rootwrap:( | 19:46 |
e0ne | hemna: I have to add oslo.rootwrap dependency to brickclient :( | 19:46 |
hemna | hrmm | 19:47 |
hemna | can't you pass in sudo as the helper ? | 19:47 |
hemna | err root_helper | 19:47 |
hemna | https://github.com/openstack/os-brick/blob/master/os_brick/initiator/connector.py#L163 | 19:48 |
hemna | connector.factory('sudo', ....) | 19:48 |
openstackgerrit | Alexey Khodos proposed openstack/cinder: NexentaStor 5 NFS backend driver. https://review.openstack.org/190273 | 19:48 |
hemna | worst case it'll poop out if the local user doesn't have sudo | 19:48 |
e0ne | hemna: only if we'll change a nova | 19:49 |
hemna | ?! | 19:49 |
hemna | that doesn't make sense | 19:49 |
hemna | the brick client is creating the connector | 19:49 |
e0ne | hemna: https://review.openstack.org/#/c/263740/ | 19:49 |
openstackgerrit | Alexey Khodos proposed openstack/cinder: NexentaStor 5 iSCSI backend driver. https://review.openstack.org/190391 | 19:49 |
hemna | oh yah crap | 19:50 |
hemna | *sigh* | 19:50 |
hemna | yah that's the downside of rootwrap | 19:50 |
hemna | it embeds the paths into the filters file | 19:50 |
hemna | :( | 19:50 |
e0ne | so, I need rootwrap :( | 19:50 |
hemna | and since scsi_id is in /lib/udev/scsi_id | 19:50 |
hemna | :( | 19:50 |
hemna | sadness ensues | 19:51 |
hemna | export PATH=$PATH:/lib/udev | 19:51 |
e0ne | hemna: and then something like https://review.openstack.org/#/c/263744/6/brick_cinderclient_ext/brick_utils.py | 19:51 |
*** angela-s has quit IRC | 19:52 | |
hemna | heh yah | 19:52 |
hemna | I don't understand why udev installs it's bins in /lib/udev | 19:53 |
hemna | instead of /usr/sbin | 19:53 |
hemna | :( | 19:53 |
*** angela-s has joined #openstack-cinder | 19:53 | |
e0ne | hemna: we can file a bug | 19:53 |
e0ne | I need a break | 19:56 |
hemna | ok | 19:58 |
*** martyturner has quit IRC | 20:01 | |
*** martyturner has joined #openstack-cinder | 20:02 | |
e0ne | hemna: http://paste.openstack.org/show/483657/ - it's not user-friendly at all! | 20:05 |
e0ne | hemna: I'll try with rootwrap tomorrow | 20:05 |
e0ne | hemna: the good news - it's working inside ironic instance too | 20:07 |
ildikov | hemna: can I have a quick question? | 20:14 |
*** dslev has joined #openstack-cinder | 20:22 | |
ildikov | hemna: please ping me, when you're around | 20:24 |
*** dslev has quit IRC | 20:25 | |
*** lpetrut has joined #openstack-cinder | 20:29 | |
*** kfarr has quit IRC | 20:37 | |
*** salv-orlando has quit IRC | 20:39 | |
*** salv-orlando has joined #openstack-cinder | 20:40 | |
*** bwallis_ has quit IRC | 20:43 | |
*** cburgess_ has quit IRC | 20:48 | |
*** mudassirlatif has quit IRC | 20:48 | |
*** cburgess has joined #openstack-cinder | 20:48 | |
*** krtaylor has joined #openstack-cinder | 20:55 | |
*** edtubill has joined #openstack-cinder | 20:56 | |
*** raildo is now known as raildo-afk | 20:57 | |
*** dslevin has joined #openstack-cinder | 21:03 | |
*** dslevin has quit IRC | 21:04 | |
*** kfarr has joined #openstack-cinder | 21:05 | |
*** geguileo_phone has joined #openstack-cinder | 21:05 | |
*** dave-mccowan has quit IRC | 21:06 | |
*** dave-mccowan has joined #openstack-cinder | 21:07 | |
*** krtaylor has quit IRC | 21:09 | |
*** merooney has quit IRC | 21:13 | |
*** lprice has joined #openstack-cinder | 21:16 | |
*** lprice1 has quit IRC | 21:16 | |
*** ntpttr has joined #openstack-cinder | 21:21 | |
*** lprice1 has joined #openstack-cinder | 21:25 | |
*** lprice has quit IRC | 21:26 | |
*** jungleboyj has quit IRC | 21:29 | |
*** dslevin has joined #openstack-cinder | 21:30 | |
hemna | ildikov, sup | 21:30 |
*** esker has joined #openstack-cinder | 21:30 | |
*** esker has quit IRC | 21:31 | |
*** esker has joined #openstack-cinder | 21:31 | |
*** pots2 has quit IRC | 21:32 | |
*** cknight has quit IRC | 21:33 | |
*** ildikov has quit IRC | 21:37 | |
*** ociuhandu has quit IRC | 21:39 | |
*** thangp has quit IRC | 21:40 | |
*** ildikov has joined #openstack-cinder | 21:40 | |
ildikov | hemna: hey | 21:41 |
mriedem | ildikov: hemna: multiattac his in cinder v1 and v2 right? | 21:41 |
ildikov | hemna: I assume you pinged, my laptop has just died... | 21:41 |
ildikov | I had to reboot it | 21:41 |
*** lpetrut has quit IRC | 21:42 | |
mriedem | nvm, just looked at the api docs | 21:42 |
ildikov | hemna: tempest tests are using the lvm driver? | 21:42 |
hemna | ildikov, afaik yes | 21:42 |
hemna | hrmm | 21:42 |
ildikov | hemna: ok, so we need to get it fixed in order to have tempest coverage then | 21:43 |
hemna | it might be in v1 as well....maybe not | 21:43 |
hemna | I forgot...heh | 21:43 |
*** salv-orlando has quit IRC | 21:43 | |
ildikov | I know, it was a long time ago (in a galaxy far, far away... :) | 21:43 |
*** fernnest has quit IRC | 21:43 | |
hemna | yah | 21:44 |
*** salv-orlando has joined #openstack-cinder | 21:44 | |
hemna | I'm hunting down my original cinder patch | 21:44 |
* ildikov is getting tired, sorry :S | 21:44 | |
smcginnis | hemna: I'm vaguely remembering we didn't do it in v1. | 21:44 |
smcginnis | But I could be wrong. | 21:44 |
mriedem | ildikov: tempest tests are in no way related to the cinder backend driver, | 21:44 |
mriedem | i.e. lvm | 21:44 |
mriedem | smcginnis: multiattach is listed as a flag in the volume create api spec in the api docs | 21:44 |
mriedem | for v1 | 21:44 |
mriedem | http://developer.openstack.org/api-ref-blockstorage-v1.html | 21:44 |
ildikov | oh, ok, I didn't know how much it's end to end regsrding to this | 21:45 |
smcginnis | mriedem: OK, good. | 21:45 |
hemna | it's in v1 | 21:45 |
mriedem | https://github.com/openstack/cinder/blob/master/cinder/api/v1/volumes.py#L94 | 21:45 |
smcginnis | We were actively not putting things in v1 for awhile to try to force v2 usage. | 21:45 |
hemna | https://review.openstack.org/#/c/85847/47/cinder/api/v1/volumes.py | 21:45 |
mriedem | magical unicorns are reserved for v2 | 21:45 |
smcginnis | :) | 21:45 |
*** erlon has quit IRC | 21:46 | |
*** fernnest has joined #openstack-cinder | 21:48 | |
*** Yogi11 has quit IRC | 21:48 | |
*** julim has quit IRC | 21:49 | |
*** timcl has quit IRC | 21:49 | |
mriedem | alright, so i'm going to take a stab at adding a multiattach api test to tempest | 21:49 |
mriedem | which will depend on the nova series | 21:49 |
openstackgerrit | Angela Smith proposed openstack/cinder: Adds HTTPS southbound connector for Brocade FC Zone Driver https://review.openstack.org/184799 | 21:50 |
hemna | ok cool | 21:50 |
*** porrua has quit IRC | 21:50 | |
mriedem | i won't really consider approving the nova series without tempest coverage of the api | 21:50 |
mriedem | since there are db, api, rpc, compute, driver impacts | 21:50 |
ildikov | got it | 21:51 |
ildikov | mriedem: I'm not saying I don't agree, I just cannot clone myself, so I really appreciate all your help! | 21:52 |
hemna | ildikov, talk to our PTL, somehow he figured out that problem | 21:52 |
hemna | :P | 21:52 |
e0ne | hemna, smcginnis: https://review.openstack.org/#/c/265925/ - functional job (voting!!!) for python-brick-cinderclient-ext | 21:52 |
ildikov | mriedem: beers on me in Austin :) | 21:52 |
*** mudassirlatif has joined #openstack-cinder | 21:54 | |
mriedem | i wouldn't promise beers yet | 21:54 |
ildikov | hemna: really? wow, I thought it's still only for sheeps, but good to know there's still hope :) | 21:54 |
ildikov | mriedem: I hoped at least it will work as motivation | 21:54 |
hemna | ildikov, just need to fork a job into a parallel universe. the hard part is merging the code back | 21:54 |
ildikov | :) | 21:55 |
smcginnis | e0ne: Nice! | 21:55 |
ildikov | hemna: lol :) | 21:55 |
smcginnis | hemna: Hah, just saw your comment. :) | 21:55 |
ildikov | hemna: if mriedem cannot get there to write up some tempest tests, do you have any cloned or real people in mind, who could help out? | 21:56 |
hemna | :P | 21:56 |
*** diogogmt has quit IRC | 21:56 | |
*** belmoreira has joined #openstack-cinder | 21:56 | |
mriedem | jungleboyj probably should | 21:57 |
* mriedem speaks for jay since we're in the same dept at work | 21:57 | |
mriedem | and knows he has minions | 21:57 |
*** jgregor has quit IRC | 21:58 | |
mriedem | anyway, i'll get at least a simple multiattach api test up in the next day or so | 21:58 |
mriedem | and iterate on it | 21:58 |
hemna | ooh yah get jungleboy on that :P | 21:58 |
hemna | I can twist his arm | 21:58 |
*** jgregor has joined #openstack-cinder | 21:58 | |
smcginnis | +1 :) | 21:58 |
*** [1]Thelo has joined #openstack-cinder | 22:02 | |
ildikov | +1 :) | 22:02 |
ildikov | mriedem: thanks, if we have a base then I can do parts too as I'm finished with the comments on the review in Nova | 22:03 |
*** Thelo has quit IRC | 22:04 | |
*** [1]Thelo is now known as Thelo | 22:04 | |
*** krtaylor has joined #openstack-cinder | 22:05 | |
*** baumann has left #openstack-cinder | 22:06 | |
*** salv-orl_ has joined #openstack-cinder | 22:09 | |
*** vgridnev has quit IRC | 22:12 | |
*** eharney has quit IRC | 22:12 | |
*** dustins has quit IRC | 22:12 | |
*** salv-orlando has quit IRC | 22:12 | |
*** ntpttr has quit IRC | 22:12 | |
*** sgotliv has joined #openstack-cinder | 22:12 | |
*** dustins has joined #openstack-cinder | 22:13 | |
*** ntpttr has joined #openstack-cinder | 22:13 | |
*** dims has quit IRC | 22:15 | |
*** cknight has joined #openstack-cinder | 22:16 | |
*** jamielennox|away is now known as jamielennox | 22:17 | |
*** dustins has quit IRC | 22:17 | |
*** diogogmt has joined #openstack-cinder | 22:20 | |
openstackgerrit | Alex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (managed) https://review.openstack.org/255002 | 22:20 |
openstackgerrit | Alex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (unmanaged) https://review.openstack.org/255544 | 22:21 |
*** jgregor has quit IRC | 22:27 | |
hemna | ok I gave up on debmirror | 22:29 |
hemna | utter failure | 22:29 |
smcginnis | hemna: Heh, that's where I got with my attempts. :/ | 22:30 |
hemna | single threaded, sequential pull of the canonical mirrors | 22:30 |
hemna | what a pile. | 22:30 |
hemna | trying apt-mirror now instead. | 22:30 |
hemna | 20 threads. | 22:30 |
* hemna waits for a call from IT asking wtf I'm doing..... | 22:30 | |
smcginnis | hehe | 22:30 |
*** belmoreira has quit IRC | 22:36 | |
*** ociuhandu has joined #openstack-cinder | 22:36 | |
*** ntpttr has quit IRC | 22:38 | |
*** jungleboyj has joined #openstack-cinder | 22:38 | |
*** diablo_rojo has quit IRC | 22:38 | |
mtanino | Hi, I want to get feedback for https://review.openstack.org/#/c/258649/ Does anyone have interested in Glance-Cinder metadata property relation? | 22:47 |
smcginnis | mtanino: Is there any glance work that needs to be done for that? | 22:48 |
mriedem | ildikov: smcginnis: hemna: here is the first crack at a multiattach test in tempest https://review.openstack.org/#/c/266605/ | 22:49 |
mtanino | smcginnis: We don't need glance change. Just few change in Cinder side. then done! | 22:49 |
mriedem | i have to write the devstack change tomorrow to enable it | 22:49 |
mriedem | or tonight | 22:49 |
smcginnis | mriedem: Thanks, I'll take a look! | 22:49 |
smcginnis | mtanino: OK, thanks. Taking a look now. | 22:49 |
mtanino | smcginnis: Thank you :) | 22:50 |
ildikov | mriedem: thanks! | 22:50 |
mtanino | smcginnis: If we will aim to set this parameter from Horizon view, I think we need to add this to glance metadata json but we can try this after Cinder fix. | 22:51 |
hemna | ildikov, have you been turned into a vampire ? you are still awake?! | 22:53 |
hemna | mriedem, nice job | 22:54 |
hemna | thanks! | 22:54 |
*** mriedem has quit IRC | 22:54 | |
ildikov | as I annoyed mriedem so much, I had to use the opportunity to discuss the patches, etc, so I thought to quick fix the comments he added to the patches | 22:55 |
ildikov | there might come up something while I'm hacking, etc. | 22:55 |
ildikov | also I have 5 mins till midnight, when I usually give it up :) | 22:56 |
hemna | :) | 22:56 |
hemna | reminds me of one of my favorite iron maiden songs.... | 22:56 |
mtanino | smcginnis: Thank you for the comment. so how about the explanation in commit message? Does the use-case make sence for you? | 22:58 |
smcginnis | mtanino: I think they may just need to have the new config option name pointed out. | 22:58 |
ildikov | hemna: :) | 22:58 |
smcginnis | mtanino: To be honest I've not been good about it, but I've seen recent comments from that team that a stand alone DocImpact tag without any details can cause them problems. | 22:59 |
smcginnis | mtanino: Then someone on that team needs to look into the patch (and understand what it does) to know what doc change needs to be made. | 22:59 |
mtanino | smcginnis: I see. I will add some detail after DocImpact tag. | 23:00 |
smcginnis | mtanino: Thanks! | 23:00 |
mtanino | smcginnis: so how about the purpose of this patch? Is it acceptable? my concern is this point. | 23:01 |
smcginnis | mtanino: I think so. At any rate, I don't think it hurts to keep that metadata. | 23:02 |
smcginnis | mtanino: It will be good to get some other input on it though. | 23:02 |
mtanino | smcginnis: Yes, I also asked the review to DuncanT to get some feedback. | 23:03 |
mtanino | just waiting :) | 23:03 |
smcginnis | mtanino: Cool | 23:03 |
mtanino | smcginnis: Anyway, thank you for your quick review. I'll push new patch set. | 23:03 |
*** ntpttr has joined #openstack-cinder | 23:03 | |
*** rlrossit has quit IRC | 23:05 | |
openstackgerrit | Apoorva Deshpande proposed openstack/cinder: Tintri image direct clone https://review.openstack.org/261126 | 23:05 |
*** jungleboyj has quit IRC | 23:12 | |
*** edtubill has quit IRC | 23:13 | |
*** dave-mccowan has quit IRC | 23:15 | |
*** mragupat has quit IRC | 23:15 | |
*** kfarr has quit IRC | 23:17 | |
mc_nair | smcginnis: was looking into https://bugs.launchpad.net/cinder/+bug/1531502 and noticed that we can't actually enforce child default quota values (because we can't get a handle to the parent_project_id). Talked with raildo and we were thinking of listening for the keystone project create event notification and explicitly creating a cinder quota for the new project at that point. I didn't see any precedence in Cinder for adding a listener | 23:18 |
openstack | Launchpad bug 1531502 in Cinder "Child project's default quota not enforced" [High,New] - Assigned to Ryan McNair (rdmcnair) | 23:18 |
smcginnis | mc_nair: Really, there's no way to get the parent_project_id? That seems odd. | 23:19 |
smcginnis | mc_nair: Not saying that's not the case, it just seems odd. :) | 23:20 |
mc_nair | smcginnis: basically the way we're doing that for the "quota update" path is asking Keystone for the project, but for enforcement with something like the create volume path, the user may not be an admin so we can't retrieve the project in that case | 23:20 |
smcginnis | mc_nair: Unfortunately I haven't done much in that area. We should see if someone with more experience has any feedback on that. | 23:21 |
smcginnis | mc_nair: Are you able to attend the meeting this week? You could bring it up there and see if you can get some input. | 23:22 |
mc_nair | yea definitely. I'll add it to the agenda | 23:24 |
mc_nair | smcginnis: thanks for the help | 23:24 |
smcginnis | mc_nair: Cool, thanks! | 23:24 |
*** e0ne has quit IRC | 23:26 | |
*** xyang1 has quit IRC | 23:27 | |
*** ntpttr has quit IRC | 23:36 | |
*** ntpttr has joined #openstack-cinder | 23:38 | |
ildikov | hemna: I got those patches up so, my vampire me calls it a day finally :) | 23:41 |
openstackgerrit | Tom Swanson proposed openstack/cinder: Dell SC: Adding logging to httpclient https://review.openstack.org/266543 | 23:41 |
*** logan2 has joined #openstack-cinder | 23:42 | |
hemna | ildikov, nice! | 23:42 |
hemna | ildikov, great job | 23:42 |
ildikov | hemna: I'm tempted to tell my boss I already called today a day (it's already tomorrow here) :) | 23:42 |
hemna | ildikov, I approve! :) | 23:42 |
hemna | if that helps... | 23:42 |
ildikov | hemna: tnx :) | 23:42 |
*** logan2 is now known as logan- | 23:42 | |
ildikov | I hope the tempest tests will be fine and then we can get this in | 23:42 |
ildikov | have a nice rest of the day :) | 23:43 |
*** akshai has quit IRC | 23:44 | |
hemna | ok you too :) | 23:44 |
openstackgerrit | Patrick East proposed openstack/cinder: Remove DB calls from Pure Volume Driver CG methods https://review.openstack.org/266611 | 23:48 |
*** smoriya_ has joined #openstack-cinder | 23:48 | |
openstackgerrit | Merged openstack/python-cinderclient: Make _discover_extensions public https://review.openstack.org/259250 | 23:51 |
*** martyturner has quit IRC | 23:52 | |
*** merooney has joined #openstack-cinder | 23:55 | |
*** yhayashi has joined #openstack-cinder | 23:55 | |
openstackgerrit | Mitsuhiro Tanino proposed openstack/cinder: Support image_volume_type in image metadata https://review.openstack.org/258649 | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!