Wednesday, 2015-06-24

*** cknight has quit IRC00:10
*** jasonsb has joined #openstack-manila01:02
openstackgerritli,chen proposed openstack/manila: Implement versioned object for share export locations  https://review.openstack.org/17369201:37
*** echoingumesh has quit IRC02:55
*** echoingumesh has joined #openstack-manila02:55
*** echoingumesh has quit IRC02:59
*** rkhanbikov has quit IRC03:05
*** rkhanbikov has joined #openstack-manila03:06
*** rcallawa has quit IRC03:09
*** sgotliv has joined #openstack-manila03:38
*** DericHorn-HP has joined #openstack-manila03:46
*** cknight has joined #openstack-manila03:53
*** cknight has quit IRC03:58
*** cknight has joined #openstack-manila03:59
*** DericHorn-HP has quit IRC04:00
*** rcallawa has joined #openstack-manila04:10
*** gregsfortytwo1 has quit IRC04:16
*** chen12 has quit IRC04:16
*** chen12 has joined #openstack-manila04:16
*** DericHorn-HP has joined #openstack-manila04:21
*** gregsfortytwo has joined #openstack-manila04:22
*** gregsfortytwo has quit IRC04:24
*** DericHorn-HP has quit IRC04:24
*** cknight has quit IRC04:29
*** gregsfortytwo has joined #openstack-manila04:31
*** BitSmith is now known as [BitSmith]04:35
*** [BitSmith] has quit IRC04:36
*** shausy has joined #openstack-manila04:49
*** rcallawa has quit IRC05:02
*** nkrinner has joined #openstack-manila05:05
*** DericHorn-HP has joined #openstack-manila05:10
*** DericHorn-HP has quit IRC05:16
*** lpetrut has joined #openstack-manila05:51
*** esker has joined #openstack-manila05:58
*** rcallawa has joined #openstack-manila05:58
*** rcallawa has quit IRC06:03
*** sgotliv has quit IRC06:07
*** zaitcev has quit IRC06:12
*** esker has quit IRC06:27
*** esker has joined #openstack-manila06:27
*** esker has quit IRC06:31
*** deepakcs has joined #openstack-manila06:34
*** gregsfortytwo has quit IRC07:01
*** gregsfortytwo has joined #openstack-manila07:08
*** esker has joined #openstack-manila07:28
csabau_glide: ping07:30
u_glidecsaba: pong07:30
*** lpetrut has quit IRC07:32
csabau_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 tested07:33
*** sgotliv has joined #openstack-manila07:34
u_glidecsaba: in most tempest tests, your 3rd party CI should run all tests07:36
u_glidecsaba: for example http://dcf901611175aa43f968-c54047c910227e27e1d6f03bb1796fd7.r95.cf5.rackcdn.com/34/177834/13/check/manila-cDOT-no-ss/1cc9f0f/testr_results.html07:37
csabau_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_glidecsaba: but you should disable all features, which driver doesn't support via contrib/tempest/tempest/config_share.py config07:38
u_glidecsaba: please look at contrib/ci/pre_test_hook.sh and contrib/ci/post_test_hook.sh in manila07:40
csabau_glide: OK, thx07:40
csabau_glide: I also have questions about manila-server-image.07:41
u_glidecsaba: also https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/manila.yaml#L158-L20807:41
u_glidecsaba: please go ahead :)07:41
csabau_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_glideno, 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 DISTRO07:45
u_glideit's very useful because manila is distributed by different companies07:46
csabau_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_glidecsaba: yes https://github.com/openstack/diskimage-builder07:47
u_glidecurrently image is based on minimal ubuntu image07:48
u_glidebut it could be changed07:48
u_glidealso you should understand that we can't produce small image without custom linux-kernel07:49
csabaah OK, I knew of image builder, but earlier I had the superficial impression that it's Ubuntu specific07:50
csabawhat's wrong with using a standard kernel with carefully selected trimmed down set of modules?07:51
u_glidecsaba: default kernel's are extremely large, just consider default trusty kernel package http://packages.ubuntu.com/trusty/linux-image-generic07:53
u_glideit's ~200Mb07:53
u_glideit's possible to have 5-10Mb kernel without tons of crap :)07:54
u_glidebut it requires additional efforts07:56
csabau_glide: in the package you refer to the vmlinuz image itself is 5.6Mb07:57
u_glideyes, but http://packages.ubuntu.com/trusty/linux-image-extra-3.13.0-55-generic07:58
u_glideis required dependency07:58
*** rraja has joined #openstack-manila08:01
u_glidecsaba: 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-core08:02
u_glides/hot/how08:02
csabahmm OK08:02
csabaI thought of just deploying a custom kernel tarball instead of the full package -- I don't know if that has any difficulties with this framework08:05
u_glidewe couldn't do so with ubuntu08:06
u_glidebecause it volatiles Ubuntu license08:06
u_glidebut we could do so with Debian and probably Fedora08:06
csabau_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_glidecsaba: http://www.ubuntu.com/about/about-ubuntu/licensing08:13
u_glideand http://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy08: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 modified08:17
csabau_glide: ah yeah I see08:25
csabaso the one used in manila-ubuntu-core is an unmodified official image?08:25
csabau_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 IRC08:25
*** openstack has joined #openstack-manila08:26
csabayeah but at image level, adding extra stuff is still a modification,  even if the packages themselves are not modified...08:26
u_glidecsaba: if my understanding is right, it's not forbidden by ubuntu license08:28
csabau_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_glidecsaba: probably... I'm not an expert in legal staff08:37
csabau_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 up08:40
u_glidecsaba: I think it's good idea to switch to Debian and do everything we want without any legal issues08:42
u_glideso if you are going to create more minimalistic os-element for manila-image-elements it should be based on Debian08:45
*** esker has joined #openstack-manila08:49
csabau_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_glidecsaba: 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
csabau_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_glideoh, Yes such customizations already available09:03
u_glidehttps://github.com/openstack/manila-image-elements/blob/add7e2ccd0bd7c4e8eaa16cf47301eca9ed4e8e5/bin/manila-image-create#L35-L3609:04
*** shausy has quit IRC09:07
*** shausy has joined #openstack-manila09:08
csabau_glide: thanks for your time and patience. I'll check it, I've got to now!09:09
u_glidecsaba: np09:09
*** esker has quit IRC09:12
openstackgerritzhongjun proposed openstack/manila: Delete redundant period in ManilaException messages  https://review.openstack.org/19263709:25
*** rcallawa has joined #openstack-manila09:29
openstackgerritzhongjun proposed openstack/manila: Huawei driver support storage pools  https://review.openstack.org/18833209:31
*** shausy has quit IRC09:32
openstackgerritzhongjun proposed openstack/manila: Huawei driver support storage pools  https://review.openstack.org/18833209:33
*** rcallawa has quit IRC09:33
*** esker has joined #openstack-manila09:39
*** shausy has joined #openstack-manila09:48
*** esker has quit IRC10:05
openstackgerritSergey Vilgelm proposed openstack/manila: Switch to oslo.service  https://review.openstack.org/19502110:06
*** chen12 has quit IRC10:16
*** chen12 has joined #openstack-manila10:17
*** BitSmith has joined #openstack-manila10:17
*** esker has joined #openstack-manila10:31
*** BitSmith has quit IRC10:44
*** esker has quit IRC10:49
*** rcallawa has joined #openstack-manila11:08
*** esker has joined #openstack-manila11:16
*** esker has quit IRC11:24
*** sgotliv has quit IRC11:29
*** BitSmith has joined #openstack-manila11:48
*** deepakcs has quit IRC11:53
*** rcallawa has quit IRC11:55
*** timcl has joined #openstack-manila12:05
*** porrua has joined #openstack-manila12:06
*** esker has joined #openstack-manila12:21
*** resker has joined #openstack-manila12:23
*** bswartz has quit IRC12:24
*** esker has quit IRC12:26
*** resker has quit IRC12:27
*** akerr has joined #openstack-manila12:29
*** sgotliv has joined #openstack-manila12:50
*** cknight has joined #openstack-manila12:53
*** eharney has joined #openstack-manila12:57
*** timcl1 has joined #openstack-manila12:59
*** porrua has quit IRC13:00
*** timcl has quit IRC13:02
*** xyang1 has joined #openstack-manila13:13
*** esker has joined #openstack-manila13:24
*** amoturi has joined #openstack-manila13:24
*** rcallawa has joined #openstack-manila13:28
*** esker has quit IRC13:28
*** rcallawa has quit IRC13:31
*** rcallawa has joined #openstack-manila13:31
*** dustins has joined #openstack-manila13:31
*** rcallawa_ has joined #openstack-manila13:33
*** rcallawa has quit IRC13:36
*** rcallawa_ has quit IRC13:41
*** cknight has quit IRC13:49
*** nkrinner has quit IRC13:59
*** rushil has joined #openstack-manila13:59
*** dustins_ has joined #openstack-manila14:01
openstackgerritMerged openstack/manila: Use loopingcall from oslo.service  https://review.openstack.org/19288514:02
*** dustins has quit IRC14:03
*** absubram has joined #openstack-manila14:03
*** cknight has joined #openstack-manila14:04
openstackgerritJulia Varlamova proposed openstack/manila: Add PoolWeigher for Manila scheduler  https://review.openstack.org/18405314:05
*** logan2 has quit IRC14:08
*** zaitcev has joined #openstack-manila14:10
*** logan2 has joined #openstack-manila14:31
*** esker has joined #openstack-manila14:33
*** esker has quit IRC14:38
*** esker has joined #openstack-manila14:41
*** eduardo has joined #openstack-manila14:45
*** absubram has quit IRC14:48
*** timcl has joined #openstack-manila14:59
*** timcl1 has quit IRC15:00
*** logan2 has quit IRC15:07
*** esker has quit IRC15:16
*** esker has joined #openstack-manila15:16
*** logan2 has joined #openstack-manila15:18
*** bswartz has joined #openstack-manila15:21
*** bswartz1 has joined #openstack-manila15:24
*** bswartz has quit IRC15:26
*** dustins_ has quit IRC15:30
*** bswartz1 has quit IRC15:31
*** rushil has quit IRC15:31
*** logan2 has quit IRC15:39
*** BitSmith has quit IRC15:41
*** jasonsb has quit IRC15:42
*** amoturi has quit IRC15:47
*** juzuluag has joined #openstack-manila15:49
openstackgerritSebastien Badia proposed openstack/puppet-manila: keystone/auth: make service description configurable  https://review.openstack.org/19516415:56
*** erlon has joined #openstack-manila16:00
*** DericHorn-HP has joined #openstack-manila16:07
*** shausy has quit IRC16:08
*** rraja has quit IRC16:13
*** chen12 has quit IRC16:15
*** chen12 has joined #openstack-manila16:22
*** jasonsb has joined #openstack-manila16:52
*** dontalton has joined #openstack-manila16:53
*** jasonsb has quit IRC16:57
*** jasonsb has joined #openstack-manila17:01
*** marcusvrn has quit IRC17:01
*** cknight has quit IRC17:01
*** cknight has joined #openstack-manila17:02
*** amoturi has joined #openstack-manila17:07
*** dustins has joined #openstack-manila17:10
openstackgerritSebastien Badia proposed openstack/puppet-manila: Fix Beaker CI according recent puppetlabs-rabbitmq change.  https://review.openstack.org/19520317:15
*** marcusvrn has joined #openstack-manila17:23
*** jasonsb has quit IRC17:31
*** jasonsb has joined #openstack-manila17:31
*** DericHorn-HP has quit IRC17:33
*** DericHorn-HP has joined #openstack-manila17:34
*** openstackgerrit has quit IRC17:38
*** openstackgerrit has joined #openstack-manila17:38
*** sage has quit IRC17:42
*** lpetrut has quit IRC17:42
*** bswartz has joined #openstack-manila17:44
*** sage has joined #openstack-manila17:53
*** jasonsb has quit IRC17:57
*** jasonsb has joined #openstack-manila17:57
*** logan2 has joined #openstack-manila18:00
*** jasonsb has quit IRC18:01
*** echoingumesh has joined #openstack-manila18:01
*** lpetrut has joined #openstack-manila18:02
*** jasonsb has joined #openstack-manila18:14
*** DericHorn-HP has quit IRC18:31
*** DericHorn-HP has joined #openstack-manila18:33
*** logan2 has quit IRC18:46
*** dustins has quit IRC18:48
*** absubram has joined #openstack-manila18:49
*** rcallawa has joined #openstack-manila19:07
*** rcallawa_ has joined #openstack-manila19:10
*** DericHorn-HP has quit IRC19:12
*** rcallawa has quit IRC19:13
*** rcallawa_ has quit IRC19:16
*** jasonsb has quit IRC19:30
*** nkrinner has joined #openstack-manila19:34
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/19511419:52
*** DericHorn-HP has joined #openstack-manila19:59
*** timcl has quit IRC20:02
*** dustins has joined #openstack-manila20:04
*** amoturi has quit IRC20:14
*** nkrinner has quit IRC20:29
*** DericHorn-HP has quit IRC20:43
*** akerr has quit IRC20:44
*** DericHorn-HP has joined #openstack-manila20:44
*** DericHorn-HP has quit IRC20:46
*** jasonsb has joined #openstack-manila21:03
*** jasonsb has quit IRC21:05
*** jasonsb has joined #openstack-manila21:06
*** DericHorn-HP has joined #openstack-manila21:12
*** dustins has quit IRC21:14
*** erlon has quit IRC21:20
*** lpetrut has quit IRC21:22
*** esker has quit IRC21:22
*** jasonsb has quit IRC22:06
openstackgerritSebastien Badia proposed openstack/puppet-manila: Fix Beaker CI according recent puppetlabs-rabbitmq change.  https://review.openstack.org/19520322:11
*** chen12 has quit IRC22:22
*** cknight has quit IRC22:40
*** esker has joined #openstack-manila22:53
*** esker has quit IRC23:02
*** akerr has joined #openstack-manila23:22
*** akerr_ has joined #openstack-manila23:23
*** echoingumesh has quit IRC23:25
*** echoingumesh has joined #openstack-manila23:25
*** akerr has quit IRC23:27
*** echoingumesh has quit IRC23:30
*** xyang1 has quit IRC23:32
*** mtanino has joined #openstack-manila23:50
*** BitSmith has joined #openstack-manila23:50
*** DericHorn-HP has quit IRC23:51
*** esker has joined #openstack-manila23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!