*** erlon has quit IRC | 00:29 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - xpt with ovn https://review.openstack.org/628742 | 02:02 |
---|---|---|
*** hth has quit IRC | 05:13 | |
*** baojg has joined #openstack-manila | 06:48 | |
*** arne_wiebalck has joined #openstack-manila | 07:16 | |
*** pcaruana has joined #openstack-manila | 08:14 | |
*** pcaruana has quit IRC | 08:24 | |
*** pcaruana has joined #openstack-manila | 08:46 | |
*** baojg has quit IRC | 08:54 | |
*** carlos_silva has joined #openstack-manila | 09:48 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila master: Separate APIs for share & replica export locations https://review.openstack.org/628069 | 09:51 |
*** luizbag has joined #openstack-manila | 09:52 | |
*** luizbag has quit IRC | 09:52 | |
*** luizbag has joined #openstack-manila | 09:53 | |
*** ganso has joined #openstack-manila | 09:53 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila-tempest-plugin master: Add tests for export location changes in APIv 2.47 https://review.openstack.org/628921 | 09:54 |
*** lseki has joined #openstack-manila | 10:17 | |
*** tpsilva has joined #openstack-manila | 10:43 | |
*** pcaruana has quit IRC | 11:11 | |
*** pcaruana has joined #openstack-manila | 11:16 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - xpt with ovn https://review.openstack.org/628742 | 11:18 |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 11:40 |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - debug log sqlalchemy? https://review.openstack.org/628938 | 11:54 |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - debug log sqlalchemy? https://review.openstack.org/628938 | 11:58 |
*** zigo has quit IRC | 12:31 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 12:49 |
openstackgerrit | Merged openstack/manila stable/rocky: Adjust ssh timeouts https://review.openstack.org/628729 | 12:58 |
*** zul has joined #openstack-manila | 13:26 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/puppet-manila stable/rocky: Updating nova and neutron configuration https://review.openstack.org/628963 | 13:30 |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/puppet-manila stable/queens: Updating nova and neutron configuration https://review.openstack.org/628964 | 13:39 |
openstackgerrit | Tom Barron proposed openstack/manila stable/rocky: Improve service instance module debug logging https://review.openstack.org/628965 | 13:42 |
openstackgerrit | Tom Barron proposed openstack/manila stable/queens: Adjust ssh timeouts https://review.openstack.org/628966 | 13:42 |
*** e0ne has joined #openstack-manila | 14:12 | |
*** irclogbot_1 has quit IRC | 14:14 | |
*** e0ne has quit IRC | 14:19 | |
openstackgerrit | kay proposed openstack/python-manilaclient master: Add missing organizational unit (--ou) parameter in manila cli https://review.openstack.org/613298 | 14:38 |
*** irclogbot_1 has joined #openstack-manila | 14:40 | |
*** e0ne has joined #openstack-manila | 14:46 | |
*** e0ne has quit IRC | 14:47 | |
*** irclogbot_1 has quit IRC | 15:01 | |
*** irclogbot_1 has joined #openstack-manila | 15:11 | |
*** openstackgerrit has quit IRC | 15:22 | |
*** e0ne has joined #openstack-manila | 15:42 | |
*** e0ne has quit IRC | 15:50 | |
*** zul has quit IRC | 16:11 | |
*** openstackgerrit has joined #openstack-manila | 16:15 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 16:15 |
*** pcaruana has quit IRC | 16:21 | |
*** zul has joined #openstack-manila | 16:22 | |
*** zul has quit IRC | 17:07 | |
ganso | gouthamr: ping | 18:21 |
gouthamr | ganso: pong | 18:22 |
ganso | hey gouthamr | 18:22 |
ganso | when you deploy manila with python 3 | 18:22 |
ganso | are you able to do a simple "manila list" ? | 18:22 |
ganso | I am getting error 500 | 18:22 |
gouthamr | ganso: check if the wsgi server has started... that was an issue in teh gate job | 18:23 |
ganso | gouthamr: hmm has it already been fixed upstream? | 18:24 |
gouthamr | ganso: yes, tbarron added PYTHON3_VERSION to the local.conf | 18:26 |
gouthamr | ganso: with which, the right version of mod_wsgi was installed | 18:26 |
ganso | gouthamr: oh I see, so that parameter is in fact needed for wsgi, not the other services | 18:27 |
gouthamr | ganso: may not be, afaict we're one of the only services using/testing mod-wsgi on the gate with devstack | 18:28 |
gouthamr | ganso: so we might either decide to clean that up, or just switch to testing with uwsgi like the rest | 18:28 |
*** jmlowe has quit IRC | 18:32 | |
gouthamr | ganso: in your case, just installing mod-wsgi for python3 and restarting apache should do it | 18:32 |
ganso | gouthamr: hmm ok, will try that! thanks! | 18:33 |
*** jmlowe has joined #openstack-manila | 18:50 | |
*** jmlowe has quit IRC | 18:58 | |
*** jmlowe has joined #openstack-manila | 18:59 | |
*** lseki has quit IRC | 19:13 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 19:18 |
openstackgerrit | Goutham Pacha Ravi proposed openstack/python-manilaclient master: Add support for replica export location APIs https://review.openstack.org/628335 | 19:40 |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 19:42 |
gouthamr | ganso: looking to get the tempest results from a "dr" replication implementation on https://review.openstack.org/#/q/topic:bp/export-locations-az+(status:open+OR+status:merged) | 19:43 |
gouthamr | ganso: saw that you guys have turned on tests for manila-tempest-plugin, but the job's failing: https://review.openstack.org/#/c/628921/ | 19:43 |
gouthamr | ganso: would be great if you can take a look at these patches/test with the ntap driver when possible :) | 19:44 |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 19:58 |
*** luizbag has quit IRC | 19:59 | |
*** jmlowe has quit IRC | 20:01 | |
*** jmlowe has joined #openstack-manila | 20:03 | |
*** luizbag has joined #openstack-manila | 20:04 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 20:11 |
*** luizbag has quit IRC | 20:26 | |
openstackgerrit | Merged openstack/puppet-manila stable/rocky: Updating nova and neutron configuration https://review.openstack.org/628963 | 20:31 |
openstackgerrit | Merged openstack/puppet-manila stable/queens: Updating nova and neutron configuration https://review.openstack.org/628964 | 20:31 |
*** e0ne has joined #openstack-manila | 20:40 | |
*** jmlowe has quit IRC | 20:42 | |
*** tpsilva has quit IRC | 20:44 | |
*** carlos_silva has quit IRC | 21:04 | |
*** ganso has quit IRC | 21:21 | |
*** jmlowe has joined #openstack-manila | 21:27 | |
*** e0ne has quit IRC | 21:44 | |
*** e0ne has joined #openstack-manila | 22:02 | |
*** luizbag has joined #openstack-manila | 22:09 | |
*** luizbag has quit IRC | 22:09 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 22:29 |
*** e0ne has quit IRC | 22:32 | |
*** ianychoi has quit IRC | 23:21 | |
openstackgerrit | Tom Barron proposed openstack/manila master: DNM - WIP for legacy job conversion https://review.openstack.org/628934 | 23:47 |
-openstackstatus- NOTICE: The Etherpad service at https://etherpad.openstack.org/ has been offline since 23:22 UTC due to a hypervisor issue in our service provider, but should hopefully return to service shortly. | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!