*** a-pugachev has quit IRC | 00:53 | |
-openstackstatus- NOTICE: Zuul was restarted to workaround a memory issue. If your jobs are not running they may need to be rechecked | 01:03 | |
*** FL1SK has joined #openstack-manila | 01:30 | |
*** gcb has joined #openstack-manila | 01:42 | |
*** markstur has quit IRC | 01:56 | |
*** junboli has joined #openstack-manila | 02:28 | |
openstackgerrit | junbo.li proposed openstack/manila master: Fix the incorrect reference links https://review.openstack.org/547699 | 03:05 |
---|---|---|
*** masuberu has quit IRC | 03:11 | |
*** haobing has joined #openstack-manila | 03:17 | |
*** masuberu has joined #openstack-manila | 03:33 | |
*** masuberu has quit IRC | 03:38 | |
openstackgerrit | junbo.li proposed openstack/manila master: Fix the incorrect reference links https://review.openstack.org/547699 | 04:10 |
*** masuberu has joined #openstack-manila | 04:13 | |
*** eharney has quit IRC | 04:14 | |
*** masber has joined #openstack-manila | 04:15 | |
*** masuberu has quit IRC | 04:18 | |
openstackgerrit | junbo.li proposed openstack/manila master: Add docs for quota_class_set API https://review.openstack.org/535272 | 06:46 |
*** lpetrut has joined #openstack-manila | 06:57 | |
openstackgerrit | junbo.li proposed openstack/python-manilaclient master: Fix 'List' command filters do not accept unicode symbols https://review.openstack.org/533889 | 07:36 |
*** masber has quit IRC | 07:39 | |
*** junboli has quit IRC | 07:42 | |
*** haobing has quit IRC | 07:56 | |
*** lpetrut has quit IRC | 08:57 | |
*** lpetrut has joined #openstack-manila | 09:28 | |
*** gcb has quit IRC | 09:55 | |
openstackgerrit | junbo.li proposed openstack/python-manilaclient master: Fix 'List' command filters do not accept unicode symbols https://review.openstack.org/533889 | 10:11 |
*** vivsoni has quit IRC | 11:14 | |
*** vivsoni has joined #openstack-manila | 11:42 | |
*** vivsoni has quit IRC | 11:59 | |
*** vivsoni has joined #openstack-manila | 12:00 | |
*** masber has joined #openstack-manila | 12:37 | |
*** lpetrut has quit IRC | 12:53 | |
*** sapcc-bot1 has quit IRC | 13:33 | |
*** sapcc-bot has joined #openstack-manila | 13:33 | |
*** masber has quit IRC | 13:48 | |
*** vivsoni_ has joined #openstack-manila | 14:01 | |
*** vivsoni has quit IRC | 14:10 | |
*** holo_ has joined #openstack-manila | 14:52 | |
holo_ | Hello, im trying to start some test share with manilla but im getting error: | 14:53 |
holo_ | Unhandled error: ManilaException: Config opt 'driver_handles_share_servers' has improper value - 'None'. Please define it as boolean. | 14:53 |
holo_ | i created share types and set this value on true why it is happening? | 14:53 |
holo_ | i created share types and set this value on true, why it is happening? | 14:53 |
holo_ | what should i check? | 14:54 |
tpsilva | holo_: check with manila type-list command if you set the correct value for that | 15:05 |
tpsilva | you can set the value with manila type-key command | 15:05 |
holo_ | checking | 15:05 |
tpsilva | manila type-key <share_type> set driver_handles_share_servers=True | 15:05 |
tpsilva | for example | 15:05 |
holo_ | i have it setted up (i did it via Horizon interface) | 15:06 |
holo_ | http://pastebin.pl/view/f673baaa | 15:07 |
tpsilva | I'm not sure if this is case sensitive or not, but that might be it | 15:08 |
tpsilva | try changing true to True | 15:08 |
tpsilva | with an uppercase T | 15:08 |
holo_ | ok | 15:08 |
holo_ | changed now need to check Horizon | 15:09 |
holo_ | Still that same | 15:11 |
holo_ | i created new share and end up with same error | 15:11 |
holo_ | i installed it with kolla-ansible (not using ceph) | 15:11 |
holo_ | "pike" version, in global config i just enabled enable_manila: "yes" and horizon_manila set up on yes | 15:15 |
holo_ | should i do something more? | 15:15 |
holo_ | anything else what i can check? | 15:19 |
holo_ | or it is a bug? | 15:20 |
tbarron | holo_: when you create the share are you supplying that share type, 'test'? If not, then you need to create a default share type with driver_handles_share_servers set | 16:19 |
tbarron | holo_: usually the default share type is named 'default' but check /etc/manila/manila.conf to see | 16:20 |
holo_ | i just created share type from admin console in Horizon | 16:25 |
holo_ | and choosing it in form when creating share | 16:25 |
holo_ | so it should use that test type as im pointing to it | 16:25 |
holo_ | which manila.conf should i check? | 16:27 |
holo_ | [root@ctrl00 ~]# find /etc/kolla/ -iname manila.conf | 16:27 |
holo_ | [root@ctrl00 ~]# | 16:27 |
holo_ | http://pastebin.pl/view/78f45a8a | 16:27 |
holo_ | hmm.. in https://docs.openstack.org/kolla-ansible/latest/reference/manila-guide.html is writen "ceph" is required. Do i need it? | 16:28 |
tbarron | holo_: yes if you choose the share type when you create then the default share type shouldn't be relevant. | 16:29 |
tbarron | holo_: I'm not particularly familiar with kolla install, let me look at that reference | 16:29 |
holo_ | i find out: manila-share/manila.conf:default_share_type = default_share_type | 16:29 |
holo_ | but anyway it should not take default when im pointing to other one | 16:30 |
tbarron | holo_: right, so that would be a bug, likely with kolla-ansible setup since we don't generally see that error | 16:30 |
tbarron | holo_: and no, 'ceph' share types, etc. are not required if you are not deploying with a ceph backend | 16:31 |
holo_ | oo so i need to create bug in kolla-ansible launchpad not Yours? | 16:31 |
holo_ | tbarron: | 16:32 |
tbarron | holo_: well I don't think any of the manila regulars are using kolla_ansible to install. You could create in both places and cross reference. | 16:32 |
tbarron | That doc is a bit weird, saying that ceph is *required* for the generic driver. | 16:33 |
tbarron | generic driver uses a cinder back end. | 16:33 |
tbarron | cinder has to have its own back end, which *can* be ceph (rbd) but typically people just use | 16:33 |
tbarron | the default lvm back end | 16:34 |
tbarron | when they're deploying generic b/c they are in my experience just trying to see how it works with | 16:34 |
tbarron | a reference driver | 16:34 |
tbarron | Whoever wrote the kolla doc had something more ambitious in mind perhaps. We should connect with | 16:35 |
tbarron | that author. | 16:35 |
tbarron | holo_: That doc is using generic back end and does rely on default share type for a CLI share create operation. | 16:36 |
tbarron | holo_: have you tried following that guide and CLI share creation relying on default share type? | 16:37 |
holo_ | thanks for explenation like You wrote in my case i just want to test OpenStack services not install whole ceph cluster right now | 16:37 |
tbarron | holo_: and then cli with your 'test' share type? | 16:37 |
tbarron | holo_: I'm curious whether the bug is somehow in the horizon deployment or more basic. | 16:38 |
holo_ | i see i did not uncomment that generic driver for manilla.. maybe that is the root cause will rebuild cluster and check | 16:38 |
tbarron | holo_: ack, that might be it then. | 16:38 |
tbarron | holo_: That doc doesn't say it so far as I can see but be sure and restart manila services after you modify /etc/kolla/config/manila-share.conf | 16:39 |
holo_ | tbarron: i created all the things from Horizn. Will rebuild my cluster with this option uncommented and will back to You if that helped | 16:39 |
tbarron | holo_: iiuc kolla_ansible deploys services running in containers. These each have their own view of manila.conf but -- I'm guessing now -- these are probably bind mounted into the containers from /etc/kolla/ocnfig/manila-share.conf so | 16:43 |
tbarron | that changing that on the host and restarting the container will cause the services to pick up the new config. | 16:43 |
holo_ | oo yes i know, but want to install swift too to test it and need to reconfigure my "storage" disk for all of them (right now only cinder using whole disk) so need to rebuild it anyway | 16:44 |
tbarron | holo_: but I'm not authoritative on how kolla works. If that's pretty much right you should be able to 'docker exec -it <containerid> /bin/bash' and look around to see if the config was updated for the container | 16:44 |
tbarron | holo_: ok, I'm going to to be offline, traveling to PTG, but do get back to us if you have problems. I'd very much like | 16:45 |
tbarron | kolla-ansible deployment of manila to be smooth sailing. | 16:45 |
holo_ | tbarron: thank You for helping. For sure will get back with some feedback if success or not | 16:47 |
*** lpetrut has joined #openstack-manila | 17:02 | |
*** caowei has quit IRC | 17:25 | |
*** caowei has joined #openstack-manila | 17:25 | |
*** erlon has joined #openstack-manila | 17:34 | |
*** erlon has quit IRC | 17:52 | |
*** lpetrut has quit IRC | 17:58 | |
*** caowei_ has joined #openstack-manila | 18:06 | |
*** caowei has quit IRC | 18:07 | |
*** caowei_ is now known as caowei | 18:07 | |
openstackgerrit | Simon Dodsley proposed openstack/manila master: Add basic driver for Pure Storage FlashBlade array. https://review.openstack.org/547778 | 18:37 |
*** holo_ has quit IRC | 18:42 | |
*** holo_ has joined #openstack-manila | 18:43 | |
openstackgerrit | Simon Dodsley proposed openstack/manila master: Add basic driver for Pure Storage FlashBlade array. https://review.openstack.org/547778 | 19:04 |
openstackgerrit | Simon Dodsley proposed openstack/manila master: Add basic driver for Pure Storage FlashBlade array. https://review.openstack.org/547778 | 19:17 |
*** lpetrut has joined #openstack-manila | 19:35 | |
holo_ | tbarron: after reinstall with this opiton added looks like it passed but right now i have other error.. need to go our so will back to it tommorow | 20:22 |
holo_ | go out * | 20:22 |
holo_ | thank You for helping :) | 20:22 |
*** holo_ has quit IRC | 20:23 | |
*** lpetrut has quit IRC | 20:51 | |
*** vivsoni_ has quit IRC | 21:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!