*** tinwood has quit IRC | 02:10 | |
*** tinwood has joined #openstack-manila | 02:11 | |
*** erlon has joined #openstack-manila | 04:10 | |
*** erlon has quit IRC | 05:26 | |
*** pcaruana has joined #openstack-manila | 07:04 | |
*** e0ne has joined #openstack-manila | 08:42 | |
*** luizbag has joined #openstack-manila | 10:18 | |
*** ganso has joined #openstack-manila | 10:53 | |
*** luizbag has quit IRC | 11:01 | |
*** luizbag has joined #openstack-manila | 11:02 | |
*** erlon has joined #openstack-manila | 11:29 | |
*** erlon has quit IRC | 12:07 | |
*** openstackgerrit has joined #openstack-manila | 12:07 | |
openstackgerrit | kay proposed openstack/python-manilaclient master: Add missing organizational unit (--ou) parameter in manila cli https://review.openstack.org/613298 | 12:07 |
---|---|---|
*** zul has joined #openstack-manila | 12:19 | |
*** pcaruana has quit IRC | 12:26 | |
*** pcaruana has joined #openstack-manila | 12:39 | |
*** erlon has joined #openstack-manila | 12:51 | |
*** dustins has joined #openstack-manila | 13:04 | |
*** eharney has joined #openstack-manila | 13:19 | |
*** pcaruana has quit IRC | 13:37 | |
*** erlon has quit IRC | 13:46 | |
*** erlon has joined #openstack-manila | 14:25 | |
-openstackstatus- NOTICE: Zuul and Nodepool services are being restarted to migrate them to a new Zookeeper cluster. THis brings us an HA database running on newer servers. | 14:39 | |
openstackgerrit | kay proposed openstack/python-manilaclient master: Add missing organizational unit (--ou) parameter in manila cli https://review.openstack.org/613298 | 14:42 |
bswartz | tbarron: meeting today/ | 15:02 |
bswartz | ? | 15:02 |
gouthamr | bswartz: canceled :) | 15:02 |
bswartz | Oh that's right | 15:02 |
bswartz | I couldn't find the email | 15:02 |
gouthamr | bswartz: 's one: http://lists.openstack.org/pipermail/openstack-dev/2018-October/135894.html | 15:03 |
*** erlon has quit IRC | 15:13 | |
openstackgerrit | kay proposed openstack/python-manilaclient master: Add missing organizational unit (--ou) parameter in manila cli https://review.openstack.org/613298 | 15:15 |
-openstackstatus- NOTICE: The Zuul and Nodepool database transition is complete. Changes updated during the Zuul outage may need to be rechecked. | 15:31 | |
*** e0ne has quit IRC | 15:59 | |
*** jiaopengju has quit IRC | 16:18 | |
*** jiaopengju has joined #openstack-manila | 16:21 | |
*** erlon has joined #openstack-manila | 16:57 | |
*** pcaruana has joined #openstack-manila | 17:03 | |
*** eharney has quit IRC | 17:11 | |
*** eharney has joined #openstack-manila | 17:26 | |
openstackgerrit | Maurice Schreiber proposed openstack/manila master: NeutronBindNetworkPlugin: fix multi segment neutron data save. https://review.openstack.org/593111 | 17:30 |
*** eharney has quit IRC | 17:35 | |
*** eharney has joined #openstack-manila | 17:49 | |
ganso | gouthamr: ping | 17:55 |
gouthamr | ganso: pong | 17:55 |
ganso | gouthamr: hey Goutham! good afternoon | 17:56 |
ganso | gouthamr: I have a quick question | 17:56 |
gouthamr | hey ganso | 17:56 |
gouthamr | sure | 17:56 |
ganso | gouthamr: have you ever configured a DHSS=True driver with the admin network parameters? | 17:56 |
gouthamr | ganso: yep, ONTAP at some point with the standalone network plugin | 17:57 |
ganso | gouthamr: ok, with the standalone plugin it seems to work (haven't tested yet), but I am trying the regular NeutronNetworkPlugin | 17:57 |
ganso | gouthamr: with admin network | 17:57 |
*** dustins has quit IRC | 17:58 | |
ganso | https://www.irccloud.com/pastebin/FEBMH6Mg/ | 17:59 |
ganso | gouthamr: when creating a share server, the manager tries to do that ^ | 17:59 |
gouthamr | ganso: oh, don't remember trying it - i wanted connectivity and didn't do a neutron provider network anytime with my lab | 17:59 |
ganso | gouthamr: but does not supply the share network parameter. Thus the plugin fails immediatelly on the first check saying that a share network wasn't supplied | 17:59 |
gouthamr | !! | 17:59 |
openstack | gouthamr: Error: "!" is not a valid command. | 17:59 |
gouthamr | oh wait, looking | 18:00 |
ganso | gouthamr: so either this never worked, or never intended to work with this plugin. I believe I can use the driver with NeutronNetworkPlugin and combine it with the standalone network plugin just for the admin network, as I can specify a separate plugin when defining the admin parameters | 18:01 |
ganso | gouthamr: there is no mention of this in the docs, neither in the DOG (as far as I could tell) | 18:01 |
gouthamr | ganso: yes, you should be able to do both | 18:02 |
gouthamr | ganso: but this may just be an omission | 18:02 |
ganso | gouthamr: ok, I will try combining them and see how it works | 18:02 |
ganso | gouthamr: thanks! | 18:02 |
gouthamr | ganso: you're welcome | 18:03 |
*** dustins has joined #openstack-manila | 18:04 | |
*** dustins has quit IRC | 18:06 | |
*** dustins has joined #openstack-manila | 18:06 | |
*** dustins has quit IRC | 18:08 | |
*** dustins has joined #openstack-manila | 18:10 | |
gouthamr | ganso: the NeutronNetworkPlugin shouldn't expect the share network in all cases (which is why the default's None). we may have broken this with the ipv6 work perhaps? do you have the failing log to isolate? | 18:12 |
ganso | gouthamr: http://paste.openstack.org/show/733064/ | 18:14 |
ganso | gouthamr: by reading the code it looks like it works with the NeutronSingleNetworkPlugin. Was going to test it now | 18:14 |
ganso | gouthamr: I checked how the generic driver works. I implemented this in the generic driver without using plugins, and Valeriy implemented a generic approach for all drivers using the plugins. So, following the same design idea I used for the generic driver, it makes total sense to combine the NeutronNetworkPlugin and the NeutronSingleNetworkPlugin just for the admin network (since it is a single extra network) | 18:16 |
gouthamr | true, isn't the plugin supposed to be a "single network" | 18:19 |
gouthamr | i.e, the admin can only configure one for a backend | 18:20 |
ganso | gouthamr: yes | 18:20 |
ganso | gouthamr: it worked with NeutronSingleNetworkPlugin. Also, the admin net is tested in the gate with the dummy driver: http://logs.openstack.org/40/602140/4/check/manila-tempest-minimal-dsvm-dummy/077e83e/logs/etc/manila/manila.conf.txt.gz | 19:08 |
gouthamr | ganso: yep, nice | 19:09 |
*** markstur has joined #openstack-manila | 19:44 | |
*** irclogbot_1 has joined #openstack-manila | 20:02 | |
*** luizbag has quit IRC | 20:14 | |
*** irclogbot_1 has quit IRC | 20:22 | |
*** erlon has quit IRC | 21:03 | |
*** irclogbot_1 has joined #openstack-manila | 21:16 | |
*** dustins has quit IRC | 21:47 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila stable/queens: DNM https://review.openstack.org/592700 | 22:39 |
*** tpsilva has quit IRC | 22:47 | |
*** eharney has quit IRC | 22:48 | |
*** markstur has quit IRC | 23:07 | |
*** ganso has quit IRC | 23:21 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!