*** cknight has quit IRC | 00:10 | |
*** jasonsb has joined #openstack-manila | 01:02 | |
openstackgerrit | li,chen proposed openstack/manila: Implement versioned object for share export locations https://review.openstack.org/173692 | 01:37 |
---|---|---|
*** echoingumesh has quit IRC | 02:55 | |
*** echoingumesh has joined #openstack-manila | 02:55 | |
*** echoingumesh has quit IRC | 02:59 | |
*** rkhanbikov has quit IRC | 03:05 | |
*** rkhanbikov has joined #openstack-manila | 03:06 | |
*** rcallawa has quit IRC | 03:09 | |
*** sgotliv has joined #openstack-manila | 03:38 | |
*** DericHorn-HP has joined #openstack-manila | 03:46 | |
*** cknight has joined #openstack-manila | 03:53 | |
*** cknight has quit IRC | 03:58 | |
*** cknight has joined #openstack-manila | 03:59 | |
*** DericHorn-HP has quit IRC | 04:00 | |
*** rcallawa has joined #openstack-manila | 04:10 | |
*** gregsfortytwo1 has quit IRC | 04:16 | |
*** chen12 has quit IRC | 04:16 | |
*** chen12 has joined #openstack-manila | 04:16 | |
*** DericHorn-HP has joined #openstack-manila | 04:21 | |
*** gregsfortytwo has joined #openstack-manila | 04:22 | |
*** gregsfortytwo has quit IRC | 04:24 | |
*** DericHorn-HP has quit IRC | 04:24 | |
*** cknight has quit IRC | 04:29 | |
*** gregsfortytwo has joined #openstack-manila | 04:31 | |
*** BitSmith is now known as [BitSmith] | 04:35 | |
*** [BitSmith] has quit IRC | 04:36 | |
*** shausy has joined #openstack-manila | 04:49 | |
*** rcallawa has quit IRC | 05:02 | |
*** nkrinner has joined #openstack-manila | 05:05 | |
*** DericHorn-HP has joined #openstack-manila | 05:10 | |
*** DericHorn-HP has quit IRC | 05:16 | |
*** lpetrut has joined #openstack-manila | 05:51 | |
*** esker has joined #openstack-manila | 05:58 | |
*** rcallawa has joined #openstack-manila | 05:58 | |
*** rcallawa has quit IRC | 06:03 | |
*** sgotliv has quit IRC | 06:07 | |
*** zaitcev has quit IRC | 06:12 | |
*** esker has quit IRC | 06:27 | |
*** esker has joined #openstack-manila | 06:27 | |
*** esker has quit IRC | 06:31 | |
*** deepakcs has joined #openstack-manila | 06:34 | |
*** gregsfortytwo has quit IRC | 07:01 | |
*** gregsfortytwo has joined #openstack-manila | 07:08 | |
*** esker has joined #openstack-manila | 07:28 | |
csaba | u_glide: ping | 07:30 |
u_glide | csaba: pong | 07:30 |
*** lpetrut has quit IRC | 07:32 | |
csaba | u_glide: can you please let me know which are the tempest test for generic driver? I see now Netapp and HP has their vendor CI sections on the Jenkins list but I can't tell by myself where generic driver is getting tested | 07:33 |
*** sgotliv has joined #openstack-manila | 07:34 | |
u_glide | csaba: in most tempest tests, your 3rd party CI should run all tests | 07:36 |
u_glide | csaba: for example http://dcf901611175aa43f968-c54047c910227e27e1d6f03bb1796fd7.r95.cf5.rackcdn.com/34/177834/13/check/manila-cDOT-no-ss/1cc9f0f/testr_results.html | 07:37 |
csaba | u_glide: that's OK. I'd just like to go through the tempest implementation for generic driver so that I can use that as a base for our drivers. | 07:38 |
u_glide | csaba: but you should disable all features, which driver doesn't support via contrib/tempest/tempest/config_share.py config | 07:38 |
u_glide | csaba: please look at contrib/ci/pre_test_hook.sh and contrib/ci/post_test_hook.sh in manila | 07:40 |
csaba | u_glide: OK, thx | 07:40 |
csaba | u_glide: I also have questions about manila-server-image. | 07:41 |
u_glide | csaba: also https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/manila.yaml#L158-L208 | 07:41 |
u_glide | csaba: please go ahead :) | 07:41 |
csaba | u_glide: earlier the relatively big size of a standard distro image was seen as problem. Now, AFAICS, manila-server-image also produces ubuntu based images. Does that mean that focus on the small size is gone? | 07:42 |
csaba | [ permalink for u_glide's last link: https://github.com/openstack-infra/project-config/blob/3bad17f/jenkins/jobs/manila.yaml#L158-L208 ] | 07:45 |
u_glide | no, it isn't gone. But reproducibility and versatility are more important. With new manila-image-elements project we able to produce manila-service-image based on any DISTRO | 07:45 |
u_glide | it's very useful because manila is distributed by different companies | 07:46 |
csaba | u_glide: just trying to think -- does this mean it implements / operates through a generic mechanism for injecting files to a base image? | 07:47 |
u_glide | csaba: yes https://github.com/openstack/diskimage-builder | 07:47 |
u_glide | currently image is based on minimal ubuntu image | 07:48 |
u_glide | but it could be changed | 07:48 |
u_glide | also you should understand that we can't produce small image without custom linux-kernel | 07:49 |
csaba | ah OK, I knew of image builder, but earlier I had the superficial impression that it's Ubuntu specific | 07:50 |
csaba | what's wrong with using a standard kernel with carefully selected trimmed down set of modules? | 07:51 |
u_glide | csaba: default kernel's are extremely large, just consider default trusty kernel package http://packages.ubuntu.com/trusty/linux-image-generic | 07:53 |
u_glide | it's ~200Mb | 07:53 |
u_glide | it's possible to have 5-10Mb kernel without tons of crap :) | 07:54 |
u_glide | but it requires additional efforts | 07:56 |
csaba | u_glide: in the package you refer to the vmlinuz image itself is 5.6Mb | 07:57 |
u_glide | yes, but http://packages.ubuntu.com/trusty/linux-image-extra-3.13.0-55-generic | 07:58 |
u_glide | is required dependency | 07:58 |
*** rraja has joined #openstack-manila | 08:01 | |
u_glide | csaba: anyway if you know hot to overcome it, please feel free to hack https://github.com/openstack/manila-image-elements/tree/master/elements/manila-ubuntu-core | 08:02 |
u_glide | s/hot/how | 08:02 |
csaba | hmm OK | 08:02 |
csaba | I thought of just deploying a custom kernel tarball instead of the full package -- I don't know if that has any difficulties with this framework | 08:05 |
u_glide | we couldn't do so with ubuntu | 08:06 |
u_glide | because it volatiles Ubuntu license | 08:06 |
u_glide | but we could do so with Debian and probably Fedora | 08:06 |
csaba | u_glide: that's interesting I did not know of a such a legal limitation... what's there in the license that forbids this? | 08:10 |
u_glide | csaba: http://www.ubuntu.com/about/about-ubuntu/licensing | 08:13 |
u_glide | and http://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy | 08:17 |
u_glide | "Any redistribution of modified versions of Ubuntu must be approved, certified or provided by Canonical if you are going to associate it with the Trademarks. Otherwise you must remove and replace the Trademarks and will need to recompile the source code to create your own binaries. This does not affect your rights under any open source licence applicable to any of the components of Ubuntu. If you need us to approve, certify or provide modified | 08:17 |
csaba | u_glide: ah yeah I see | 08:25 |
csaba | so the one used in manila-ubuntu-core is an unmodified official image? | 08:25 |
csaba | u_glide: I read there "Provides minimalistic Ubuntu 14.04 LTS based on Ubuntu Core image." -- what's "based on" then and how is then "basing on" legaily feasible? | 08:25 |
*** openstack has quit IRC | 08:25 | |
*** openstack has joined #openstack-manila | 08:26 | |
csaba | yeah but at image level, adding extra stuff is still a modification, even if the packages themselves are not modified... | 08:26 |
u_glide | csaba: if my understanding is right, it's not forbidden by ubuntu license | 08:28 |
csaba | u_glide: OK so then, I imply, it would be possible to use an ubuntu based kernel (using those patches + config) if we are willing to go back to the source level and compile ourselves.. | 08:31 |
u_glide | csaba: probably... I'm not an expert in legal staff | 08:37 |
csaba | u_glide: I wonder that in general what would be the process of finding out about such things... in certain cases that can be quite important and I feel clueless when I don't know if I'm allowed to do what I plan up | 08:40 |
u_glide | csaba: I think it's good idea to switch to Debian and do everything we want without any legal issues | 08:42 |
u_glide | so if you are going to create more minimalistic os-element for manila-image-elements it should be based on Debian | 08:45 |
*** esker has joined #openstack-manila | 08:49 | |
csaba | u_glide: OK.. that leads through to the other question: do you have already any idea about the practice of creating and distributing custom images according to driver specific needs? | 08:58 |
u_glide | csaba: yes, I think in future manila will be distributed with vendor specific distros (Cannonical Openstack with Ubuntu, Suse with OpenSUSE and so on) | 09:00 |
csaba | u_glide: I thought of driver specific customizations from which aspect what seems to practical is just to make the necessary changes / additions on a base image instead of switching distros... | 09:02 |
u_glide | oh, Yes such customizations already available | 09:03 |
u_glide | https://github.com/openstack/manila-image-elements/blob/add7e2ccd0bd7c4e8eaa16cf47301eca9ed4e8e5/bin/manila-image-create#L35-L36 | 09:04 |
*** shausy has quit IRC | 09:07 | |
*** shausy has joined #openstack-manila | 09:08 | |
csaba | u_glide: thanks for your time and patience. I'll check it, I've got to now! | 09:09 |
u_glide | csaba: np | 09:09 |
*** esker has quit IRC | 09:12 | |
openstackgerrit | zhongjun proposed openstack/manila: Delete redundant period in ManilaException messages https://review.openstack.org/192637 | 09:25 |
*** rcallawa has joined #openstack-manila | 09:29 | |
openstackgerrit | zhongjun proposed openstack/manila: Huawei driver support storage pools https://review.openstack.org/188332 | 09:31 |
*** shausy has quit IRC | 09:32 | |
openstackgerrit | zhongjun proposed openstack/manila: Huawei driver support storage pools https://review.openstack.org/188332 | 09:33 |
*** rcallawa has quit IRC | 09:33 | |
*** esker has joined #openstack-manila | 09:39 | |
*** shausy has joined #openstack-manila | 09:48 | |
*** esker has quit IRC | 10:05 | |
openstackgerrit | Sergey Vilgelm proposed openstack/manila: Switch to oslo.service https://review.openstack.org/195021 | 10:06 |
*** chen12 has quit IRC | 10:16 | |
*** chen12 has joined #openstack-manila | 10:17 | |
*** BitSmith has joined #openstack-manila | 10:17 | |
*** esker has joined #openstack-manila | 10:31 | |
*** BitSmith has quit IRC | 10:44 | |
*** esker has quit IRC | 10:49 | |
*** rcallawa has joined #openstack-manila | 11:08 | |
*** esker has joined #openstack-manila | 11:16 | |
*** esker has quit IRC | 11:24 | |
*** sgotliv has quit IRC | 11:29 | |
*** BitSmith has joined #openstack-manila | 11:48 | |
*** deepakcs has quit IRC | 11:53 | |
*** rcallawa has quit IRC | 11:55 | |
*** timcl has joined #openstack-manila | 12:05 | |
*** porrua has joined #openstack-manila | 12:06 | |
*** esker has joined #openstack-manila | 12:21 | |
*** resker has joined #openstack-manila | 12:23 | |
*** bswartz has quit IRC | 12:24 | |
*** esker has quit IRC | 12:26 | |
*** resker has quit IRC | 12:27 | |
*** akerr has joined #openstack-manila | 12:29 | |
*** sgotliv has joined #openstack-manila | 12:50 | |
*** cknight has joined #openstack-manila | 12:53 | |
*** eharney has joined #openstack-manila | 12:57 | |
*** timcl1 has joined #openstack-manila | 12:59 | |
*** porrua has quit IRC | 13:00 | |
*** timcl has quit IRC | 13:02 | |
*** xyang1 has joined #openstack-manila | 13:13 | |
*** esker has joined #openstack-manila | 13:24 | |
*** amoturi has joined #openstack-manila | 13:24 | |
*** rcallawa has joined #openstack-manila | 13:28 | |
*** esker has quit IRC | 13:28 | |
*** rcallawa has quit IRC | 13:31 | |
*** rcallawa has joined #openstack-manila | 13:31 | |
*** dustins has joined #openstack-manila | 13:31 | |
*** rcallawa_ has joined #openstack-manila | 13:33 | |
*** rcallawa has quit IRC | 13:36 | |
*** rcallawa_ has quit IRC | 13:41 | |
*** cknight has quit IRC | 13:49 | |
*** nkrinner has quit IRC | 13:59 | |
*** rushil has joined #openstack-manila | 13:59 | |
*** dustins_ has joined #openstack-manila | 14:01 | |
openstackgerrit | Merged openstack/manila: Use loopingcall from oslo.service https://review.openstack.org/192885 | 14:02 |
*** dustins has quit IRC | 14:03 | |
*** absubram has joined #openstack-manila | 14:03 | |
*** cknight has joined #openstack-manila | 14:04 | |
openstackgerrit | Julia Varlamova proposed openstack/manila: Add PoolWeigher for Manila scheduler https://review.openstack.org/184053 | 14:05 |
*** logan2 has quit IRC | 14:08 | |
*** zaitcev has joined #openstack-manila | 14:10 | |
*** logan2 has joined #openstack-manila | 14:31 | |
*** esker has joined #openstack-manila | 14:33 | |
*** esker has quit IRC | 14:38 | |
*** esker has joined #openstack-manila | 14:41 | |
*** eduardo has joined #openstack-manila | 14:45 | |
*** absubram has quit IRC | 14:48 | |
*** timcl has joined #openstack-manila | 14:59 | |
*** timcl1 has quit IRC | 15:00 | |
*** logan2 has quit IRC | 15:07 | |
*** esker has quit IRC | 15:16 | |
*** esker has joined #openstack-manila | 15:16 | |
*** logan2 has joined #openstack-manila | 15:18 | |
*** bswartz has joined #openstack-manila | 15:21 | |
*** bswartz1 has joined #openstack-manila | 15:24 | |
*** bswartz has quit IRC | 15:26 | |
*** dustins_ has quit IRC | 15:30 | |
*** bswartz1 has quit IRC | 15:31 | |
*** rushil has quit IRC | 15:31 | |
*** logan2 has quit IRC | 15:39 | |
*** BitSmith has quit IRC | 15:41 | |
*** jasonsb has quit IRC | 15:42 | |
*** amoturi has quit IRC | 15:47 | |
*** juzuluag has joined #openstack-manila | 15:49 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-manila: keystone/auth: make service description configurable https://review.openstack.org/195164 | 15:56 |
*** erlon has joined #openstack-manila | 16:00 | |
*** DericHorn-HP has joined #openstack-manila | 16:07 | |
*** shausy has quit IRC | 16:08 | |
*** rraja has quit IRC | 16:13 | |
*** chen12 has quit IRC | 16:15 | |
*** chen12 has joined #openstack-manila | 16:22 | |
*** jasonsb has joined #openstack-manila | 16:52 | |
*** dontalton has joined #openstack-manila | 16:53 | |
*** jasonsb has quit IRC | 16:57 | |
*** jasonsb has joined #openstack-manila | 17:01 | |
*** marcusvrn has quit IRC | 17:01 | |
*** cknight has quit IRC | 17:01 | |
*** cknight has joined #openstack-manila | 17:02 | |
*** amoturi has joined #openstack-manila | 17:07 | |
*** dustins has joined #openstack-manila | 17:10 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-manila: Fix Beaker CI according recent puppetlabs-rabbitmq change. https://review.openstack.org/195203 | 17:15 |
*** marcusvrn has joined #openstack-manila | 17:23 | |
*** jasonsb has quit IRC | 17:31 | |
*** jasonsb has joined #openstack-manila | 17:31 | |
*** DericHorn-HP has quit IRC | 17:33 | |
*** DericHorn-HP has joined #openstack-manila | 17:34 | |
*** openstackgerrit has quit IRC | 17:38 | |
*** openstackgerrit has joined #openstack-manila | 17:38 | |
*** sage has quit IRC | 17:42 | |
*** lpetrut has quit IRC | 17:42 | |
*** bswartz has joined #openstack-manila | 17:44 | |
*** sage has joined #openstack-manila | 17:53 | |
*** jasonsb has quit IRC | 17:57 | |
*** jasonsb has joined #openstack-manila | 17:57 | |
*** logan2 has joined #openstack-manila | 18:00 | |
*** jasonsb has quit IRC | 18:01 | |
*** echoingumesh has joined #openstack-manila | 18:01 | |
*** lpetrut has joined #openstack-manila | 18:02 | |
*** jasonsb has joined #openstack-manila | 18:14 | |
*** DericHorn-HP has quit IRC | 18:31 | |
*** DericHorn-HP has joined #openstack-manila | 18:33 | |
*** logan2 has quit IRC | 18:46 | |
*** dustins has quit IRC | 18:48 | |
*** absubram has joined #openstack-manila | 18:49 | |
*** rcallawa has joined #openstack-manila | 19:07 | |
*** rcallawa_ has joined #openstack-manila | 19:10 | |
*** DericHorn-HP has quit IRC | 19:12 | |
*** rcallawa has quit IRC | 19:13 | |
*** rcallawa_ has quit IRC | 19:16 | |
*** jasonsb has quit IRC | 19:30 | |
*** nkrinner has joined #openstack-manila | 19:34 | |
openstackgerrit | Merged openstack/manila: Updated from global requirements https://review.openstack.org/195114 | 19:52 |
*** DericHorn-HP has joined #openstack-manila | 19:59 | |
*** timcl has quit IRC | 20:02 | |
*** dustins has joined #openstack-manila | 20:04 | |
*** amoturi has quit IRC | 20:14 | |
*** nkrinner has quit IRC | 20:29 | |
*** DericHorn-HP has quit IRC | 20:43 | |
*** akerr has quit IRC | 20:44 | |
*** DericHorn-HP has joined #openstack-manila | 20:44 | |
*** DericHorn-HP has quit IRC | 20:46 | |
*** jasonsb has joined #openstack-manila | 21:03 | |
*** jasonsb has quit IRC | 21:05 | |
*** jasonsb has joined #openstack-manila | 21:06 | |
*** DericHorn-HP has joined #openstack-manila | 21:12 | |
*** dustins has quit IRC | 21:14 | |
*** erlon has quit IRC | 21:20 | |
*** lpetrut has quit IRC | 21:22 | |
*** esker has quit IRC | 21:22 | |
*** jasonsb has quit IRC | 22:06 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-manila: Fix Beaker CI according recent puppetlabs-rabbitmq change. https://review.openstack.org/195203 | 22:11 |
*** chen12 has quit IRC | 22:22 | |
*** cknight has quit IRC | 22:40 | |
*** esker has joined #openstack-manila | 22:53 | |
*** esker has quit IRC | 23:02 | |
*** akerr has joined #openstack-manila | 23:22 | |
*** akerr_ has joined #openstack-manila | 23:23 | |
*** echoingumesh has quit IRC | 23:25 | |
*** echoingumesh has joined #openstack-manila | 23:25 | |
*** akerr has quit IRC | 23:27 | |
*** echoingumesh has quit IRC | 23:30 | |
*** xyang1 has quit IRC | 23:32 | |
*** mtanino has joined #openstack-manila | 23:50 | |
*** BitSmith has joined #openstack-manila | 23:50 | |
*** DericHorn-HP has quit IRC | 23:51 | |
*** esker has joined #openstack-manila | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!