*** baojg has quit IRC | 00:33 | |
openstackgerrit | liuyamin proposed openstack/python-manilaclient master: TrivialFix flake8 and docs build in tox.ini https://review.openstack.org/497735 | 00:57 |
---|---|---|
*** gcb has joined #openstack-manila | 01:27 | |
openstackgerrit | chao liu proposed openstack/manila master: writing convention set to use "." to source script files https://review.openstack.org/498228 | 01:28 |
openstackgerrit | junbo.li proposed openstack/manila master: Fix incorrect literal_block error when build docs https://review.openstack.org/498284 | 01:51 |
*** hoonetorg has quit IRC | 02:43 | |
openstackgerrit | zhiguo.li proposed openstack/manila master: Update the documentation link for doc migration https://review.openstack.org/498292 | 02:49 |
*** hoonetorg has joined #openstack-manila | 03:00 | |
openstackgerrit | zhiguo.li proposed openstack/manila master: Update the documentation link for doc migration https://review.openstack.org/498292 | 04:29 |
*** dsariel has joined #openstack-manila | 04:55 | |
*** jprovazn has joined #openstack-manila | 06:19 | |
*** belmoreira has joined #openstack-manila | 06:34 | |
*** pcaruana has joined #openstack-manila | 06:36 | |
openstackgerrit | junbo.li proposed openstack/manila master: doc migration: update the doc link address https://review.openstack.org/498359 | 08:05 |
*** sumitshatwara has joined #openstack-manila | 08:11 | |
*** dsariel has quit IRC | 08:34 | |
openstackgerrit | junbo.li proposed openstack/manila master: doc migration: update the doc link address https://review.openstack.org/498359 | 08:39 |
*** lpetrut has joined #openstack-manila | 09:03 | |
*** ganso has joined #openstack-manila | 10:50 | |
*** gcb has quit IRC | 10:51 | |
openstackgerrit | junbo.li proposed openstack/manila master: Remove name and description from the search_options list. https://review.openstack.org/498419 | 10:56 |
*** baojg has joined #openstack-manila | 11:27 | |
openstackgerrit | Merged openstack/python-manilaclient master: TrivialFix flake8 and docs build in tox.ini https://review.openstack.org/497735 | 12:14 |
openstackgerrit | Merged openstack/manila master: Fix incorrect literal_block error when build docs https://review.openstack.org/498284 | 12:21 |
*** gouthamr has quit IRC | 12:24 | |
openstackgerrit | Jan Vondra proposed openstack/manila master: Closes-Bug: 1703581 https://review.openstack.org/498445 | 12:24 |
openstack | bug 1703581 in Manila "[Generic driver] CIFS extension failing because of volume in use thus unable to unmount" [Undecided,In progress] https://launchpad.net/bugs/1703581 - Assigned to Jan Vondra (janvondra) | 12:24 |
*** catintheroof has joined #openstack-manila | 12:36 | |
*** gouthamr has joined #openstack-manila | 12:45 | |
openstackgerrit | Jan Vondra proposed openstack/manila master: CIFS extension failing because of volume in use https://review.openstack.org/498445 | 12:58 |
*** dustins has joined #openstack-manila | 13:09 | |
openstackgerrit | Jan Vondra proposed openstack/manila master: CIFS extension failing because of volume in use https://review.openstack.org/498445 | 13:18 |
*** gcb has joined #openstack-manila | 13:38 | |
openstackgerrit | chao liu proposed openstack/manila master: Fix to use "." to source script files https://review.openstack.org/498228 | 13:50 |
*** baojg has quit IRC | 14:11 | |
*** baojg has joined #openstack-manila | 14:14 | |
*** xyang1 has joined #openstack-manila | 14:29 | |
*** belmoreira has quit IRC | 14:58 | |
*** belmoreira has joined #openstack-manila | 15:01 | |
*** belmoreira has quit IRC | 15:02 | |
openstackgerrit | Jan Vondra proposed openstack/manila master: CIFS user helper with Active directory support https://review.openstack.org/498490 | 15:03 |
*** dsariel has joined #openstack-manila | 15:04 | |
*** gcb has quit IRC | 15:15 | |
Reepicheep | I had manila working on openstack that I deployed with kolla-ansible using stable/ocata now that I update my kolla containers I seem to have broken it :| | 15:16 |
Reepicheep | I now get the "ServiceInstanceException: SSH connection has not been established to 10.254.0.70 in 300s. Giving up." when creating a new share | 15:16 |
Reepicheep | the manila image has not changed, does anyone have an idea where I could start digging to figure out where the issue is? | 15:18 |
Reepicheep | I seem to be getting no where | 15:18 |
Reepicheep | existing shares seem to be running fine, although I have not made any changes to them | 15:20 |
*** rhagarty has quit IRC | 15:21 | |
tbarron | Reepicheep: I haven't deployed with kolla but indicates inability to connect to a Service VM acting as share server. | 15:22 |
tbarron | Reepicheep: that message indicates ^^^ | 15:22 |
tbarron | Reepicheep: I take it you are running with the generic driver? | 15:23 |
*** eharney has joined #openstack-manila | 15:24 | |
*** rhagarty has joined #openstack-manila | 15:24 | |
Reepicheep | tbarron: yes it's generic driver | 15:25 |
Reepicheep | this SSH connection to the Service VM would come from where? | 15:27 |
Reepicheep | this is a new share network so it created a new subnet and a new manila-service-image in that subnet | 15:27 |
*** rraja has joined #openstack-manila | 15:28 | |
tbarron | the manila share service interacts with share servers to do basic share CRUD, access-allow/deny, etc. | 15:29 |
tbarron | in your case the share server is a nova VM | 15:29 |
tbarron | or should be | 15:30 |
tbarron | the manila database thinks it exists and is reacable at 10.254.0.70 | 15:30 |
tbarron | rechable | 15:30 |
tbarron | reachable :) | 15:30 |
Reepicheep | so I may need to understand Manila better :| is the "Share Server" and the "Service VM" the same thing? | 15:32 |
tbarron | with the generic driver, yes. 'share server' is the abstract concept realized with the generic driver via a Service VM | 15:33 |
tbarron | other backends implement share servers in other ways | 15:34 |
tbarron | in your shoes I would investigate whether this service VM existed prior to your upgrade and is now broken by the upgrade or whether | 15:35 |
Reepicheep | OK.. That is what I was thinking, I have only ever noticed these "manila-service-image" VMs show up as I created new shares in new share networks | 15:35 |
Reepicheep | this services image was a new nova instance .. I can remove the share and delete the image at which point when I create a new share it creates a new instance | 15:36 |
tbarron | so the "image" is a glance image used to boot up a nova instance is your Service VM | 15:37 |
Reepicheep | and the configs for manila have not changed through the "kolla-ansible upgrade" | 15:37 |
Reepicheep | yes the image is a glance image I created when I initially setup manila | 15:38 |
tbarron | iiuc, you see the service VMs (relevant nova instances) being created now, after your upgrade | 15:38 |
tbarron | but manila-share is not able to ssh to them | 15:38 |
tbarron | and you haven't changed the glance image used to boot up the service VMs | 15:39 |
Reepicheep | yeah.. It will create the sevice images fine .. manila reports it as "Creating" untill that 5 minute time out at which point I get that ServiceInstanceException in the manila-share.log | 15:41 |
Reepicheep | the glance image is the same one I created and uploaded to glance initially | 15:42 |
Reepicheep | the one that worked prior to me upgrading / brakeing it ;) | 15:43 |
Reepicheep | breaking that is ^ ^ | 15:43 |
Reepicheep | so this SSH if from the manila share to the manila service with the generic driver.. isn't that from it's self to it's self? | 15:44 |
Reepicheep | or is it from one of the other manila services ( manila-data, manila-scheduler, .. )? | 15:46 |
tbarron | the driver is part of a control plane service; the service VM is acting as a data plane back end; so no, not from and to itself | 15:47 |
*** pcaruana has quit IRC | 15:47 | |
tbarron | it's manila-share service to those service VMs | 15:47 |
Reepicheep | hmm.. let see if I can find this manile-share service in kolla.. I'm not seeing it at first glance | 15:48 |
tbarron | Reepicheep: here's an old bug about connectivity problems to service VM: https://bugs.launchpad.net/manila/+bug/1480870 | 15:49 |
openstack | Launchpad bug 1480870 in Manila "Service instance does not get ssh key with Generic driver" [Low,Confirmed] | 15:49 |
tbarron | Reepicheep: sounds like you probably need to raise a new one, that's just for reference | 15:49 |
Reepicheep | oh.. I see it it's on the network node.. I thought I was looking at a network node but I was looking at another controller | 15:50 |
tbarron | Reepicheep: I don't really know anything about kolla deployments, sorry | 15:51 |
Reepicheep | that makes sense .. I'm looking at the manila-share.log on the network nodes | 15:51 |
tbarron | but you could debug reachability of the SVMs on compute nodes from the relevant network node | 15:51 |
tbarron | as well as whether you can ssh into them using the key indicated in /etc/manila/manila.conf | 15:52 |
Reepicheep | tbarron: I appreciate your help.. I'm learning and I realize that I know less about manila then I should .. It kinda just worked when I intially set it up | 15:52 |
tbarron | others may know more aobut this than me, so hopefully someone more familiar with kolla and/or generic driver will chime in later. | 15:53 |
Reepicheep | I will do some more digging .. I understand now where the SSH is coming from so I can start looking at that maybe it's neutron or openvswitch | 15:57 |
tbarron | Reepicheep: yes, there are a lot of moving parts ... | 15:59 |
*** rraja has quit IRC | 15:59 | |
*** rraja has joined #openstack-manila | 16:00 | |
*** rraja has quit IRC | 16:00 | |
Reepicheep | tbarron: I'm leaning twards neutron atm, on the network nodes which are running manila_share I see routes to the networks: | 16:02 |
Reepicheep | 10.254.0.64/28 dev taped13dd29-3c proto kernel scope link src 10.254.0.72 | 16:02 |
Reepicheep | but I have no connectivity even to the existing shares that are working but probably can not be change the way it currently stands | 16:03 |
Reepicheep | tbarron: thanks again | 16:04 |
tbarron | Reepicheep: yw, and good luck! | 16:04 |
*** eharney has quit IRC | 16:20 | |
*** lpetrut has quit IRC | 16:30 | |
*** ociuhandu has joined #openstack-manila | 16:45 | |
*** dustins has quit IRC | 16:48 | |
*** dsariel has quit IRC | 16:49 | |
*** ociuhandu has quit IRC | 16:51 | |
*** chlong has joined #openstack-manila | 17:07 | |
*** lpetrut has joined #openstack-manila | 17:30 | |
*** carthaca_1 has joined #openstack-manila | 18:03 | |
*** carthaca_ has quit IRC | 18:03 | |
*** baojg has quit IRC | 18:09 | |
*** baojg has joined #openstack-manila | 18:14 | |
*** dustins has joined #openstack-manila | 18:14 | |
openstackgerrit | melissaml proposed openstack/python-manilaclient master: Fix to use "." to source script files https://review.openstack.org/498557 | 18:29 |
openstackgerrit | Merged openstack/manila master: [Doc] Fix access rule description in api-ref https://review.openstack.org/492817 | 18:38 |
*** eharney has joined #openstack-manila | 18:48 | |
*** lpetrut has quit IRC | 18:56 | |
*** catintheroof has quit IRC | 19:04 | |
*** catintheroof has joined #openstack-manila | 19:17 | |
*** jprovazn has quit IRC | 19:21 | |
*** dsariel has joined #openstack-manila | 19:37 | |
*** baojg_ has joined #openstack-manila | 20:07 | |
*** baojg has quit IRC | 20:09 | |
*** cknight has joined #openstack-manila | 20:32 | |
*** chlong has quit IRC | 20:53 | |
*** dsariel has quit IRC | 20:54 | |
*** ociuhandu has joined #openstack-manila | 20:57 | |
*** cknight has quit IRC | 20:59 | |
*** catintheroof has quit IRC | 21:09 | |
*** markstur has joined #openstack-manila | 21:22 | |
*** gouthamr has quit IRC | 21:23 | |
*** chlong has joined #openstack-manila | 21:26 | |
*** FL1SK has quit IRC | 21:29 | |
*** chlong has quit IRC | 21:31 | |
*** dustins has quit IRC | 21:38 | |
*** chlong has joined #openstack-manila | 21:43 | |
*** xyang1 has quit IRC | 21:54 | |
*** FL1SK has joined #openstack-manila | 21:59 | |
*** ganso has quit IRC | 22:20 | |
*** chlong has quit IRC | 23:34 | |
*** gouthamr has joined #openstack-manila | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!