Thursday, 2018-12-06

*** tommylikehu_ has joined #openstack-manila01:10
openstackgerritZhenyu Zheng proposed openstack/manila master: Add priority for access rule  https://review.openstack.org/57228302:26
openstackgerritZhenyu Zheng proposed openstack/manila master: Add priority for access rule  https://review.openstack.org/57228302:26
*** markstur has joined #openstack-manila05:03
*** markstur has quit IRC05:07
*** markstur has joined #openstack-manila05:12
*** markstur has quit IRC06:18
*** markstur has joined #openstack-manila07:23
*** markstur has quit IRC07:28
*** e0ne has joined #openstack-manila07:38
*** pcaruana has joined #openstack-manila07:58
*** pcaruana is now known as muttley07:58
openstackgerritMaurice Schreiber proposed openstack/manila master: NetApp cDOT store port IDs and addresses at share server backend details  https://review.openstack.org/61957308:03
*** markstur has joined #openstack-manila08:25
*** markstur has quit IRC08:30
*** tommylikehu_ has quit IRC08:40
*** ganso has joined #openstack-manila09:49
carlos_silvagouthamr: i tried both09:57
carlos_silvatbarron: i'm using the 16.04 version09:58
carlos_silvagouthamr: i tried reaching the server manually after the error, it took a very long time for the ssh to go through, but it works09:59
*** luizbag has joined #openstack-manila10:20
*** arne_wiebalck_ has joined #openstack-manila10:24
*** e0ne has quit IRC10:24
*** e0ne has joined #openstack-manila10:27
*** erlon has joined #openstack-manila10:31
*** markstur has joined #openstack-manila10:45
*** markstur has quit IRC10:50
*** arne_wiebalck_ has quit IRC11:39
*** luizbag has quit IRC12:24
*** luizbag has joined #openstack-manila12:28
*** erlon has quit IRC12:29
*** markstur has joined #openstack-manila12:36
*** markstur has quit IRC12:40
*** erlon has joined #openstack-manila12:43
*** luizbag has quit IRC12:44
*** tpsilva has joined #openstack-manila12:48
*** arne_wiebalck_ has joined #openstack-manila12:53
*** eharney has quit IRC12:54
*** arne_wiebalck_ has quit IRC12:58
*** arne_wiebalck_ has joined #openstack-manila13:03
tbarroncarlos_silva: I read that paramiko has a 15s timeout, wonder if it can be tweaked.13:04
tbarroncarlos_silva: thanks for raising https://bugs.launchpad.net/manila/+bug/180712613:04
openstackLaunchpad bug 1807126 in Manila "Cannot create shares using generic driver" [Undecided,New]13:04
*** markstur has joined #openstack-manila13:07
*** muttley has quit IRC13:08
*** markstur has quit IRC13:12
*** muttley has joined #openstack-manila13:21
*** muttley has quit IRC13:25
*** muttley has joined #openstack-manila13:26
*** muttley has quit IRC13:29
*** vollman has joined #openstack-manila13:30
*** pcaruana has joined #openstack-manila13:34
*** pcaruana has quit IRC13:39
*** markstur has joined #openstack-manila13:39
*** pcaruana has joined #openstack-manila13:43
*** markstur has quit IRC13:44
*** pcaruana has quit IRC13:47
*** arne_wiebalck_ has quit IRC13:57
*** eharney has joined #openstack-manila14:01
*** markstur has joined #openstack-manila14:11
*** markstur has quit IRC14:16
*** markstur has joined #openstack-manila14:42
*** markstur has quit IRC14:47
*** jgrosso has joined #openstack-manila15:09
*** markstur has joined #openstack-manila15:14
*** markstur has quit IRC15:19
*** zul has joined #openstack-manila15:52
*** markstur has joined #openstack-manila15:58
*** markstur has quit IRC16:03
gouthamrcarlos_silva: if you're willing, can you try the code in this comment in your env, i am curious to see what paramiko's debug logs show - https://bugs.launchpad.net/manila/+bug/1786059/comments/716:03
openstackLaunchpad bug 1786059 in Manila "Cannot Connect to Share Server when Creating Share with Generic Driver (DHSS=True)" [Undecided,Invalid]16:03
tbarrongouthamr: bswartz: ganso: carlos_silva: I guess 'Error reading SSH protocol headers" *could* be an auth issue but I was thinking that this16:03
tbarronhttps://stackoverflow.com/questions/25609153/paramiko-error-reading-ssh-protocol-banner16:03
tbarronnot that ^^16:03
tbarronI was thinking that this:16:03
tbarronhttps://stackoverflow.com/questions/25609153/paramiko-error-reading-ssh-protocol-banner16:04
tbarronyeah that16:04
tbarronfit more with carlos_silva seeing that ssh works manually but takes a real long time16:04
gouthamrhmmm, "banner_timeout" isn't configurable through manila16:04
gouthamrbut if it works locally, no harm adding it16:05
tbarronbut yeah, try gouthamr's suggestion16:05
bswartztbarron: As I mentioned a few weeks ago, I'd recommend extreme caution when reading error messages from paramiko16:07
tbarrongouthamr: I already pointed to youe comment#7 yesterday and I think he's tried those suggestions :)16:07
tbarronbswartz: ack16:07
bswartzWhen paramiko works, it works great, but when it fails, it fails spectacularly and spews errors sometimes unrelated to the actual problem16:07
gouthamrtbarron: paramiko's logs are helpful - atleast were in understanding why the last failure occurred16:08
bswartzgouthamr: I'm not sure about that16:08
bswartzIs there a way to make paramiko log verbosely?16:09
gouthamryes16:09
gouthamrparamiko.common.logging.basicConfig(level=paramiko.common.DEBUG)16:09
gouthamrcode snippet with manila's utils method in https://bugs.launchpad.net/manila/+bug/1786059/comments/716:09
openstackLaunchpad bug 1786059 in Manila "Cannot Connect to Share Server when Creating Share with Generic Driver (DHSS=True)" [Undecided,Invalid]16:09
*** takamatsu has quit IRC16:10
bswartzgouthamr: do we do this by default?16:12
bswartzor does it have to be turned on by the user?16:12
gouthamrbswartz: we don't, it's too noisy16:12
gouthamrbswartz: we could allow configuring it16:12
bswartzThat's what I thought16:12
bswartzPerhaps debug logging would help find the problems16:12
* gouthamr remembers kazoo's logging issues :s16:12
bswartzStepping through the code in a debugger definitely helps find the problems, and they're not the same as what the python exceptions say they are16:13
gouthamrcarlos_silva: could you please share your devstack local.conf on the bug report?16:16
carlos_silvagouthamr: ok, i will share it16:19
*** e0ne has quit IRC16:30
carlos_silvaThis is the output after running the code present here: https://bugs.launchpad.net/manila/+bug/1786059/comments/7 https://www.irccloud.com/pastebin/a1TnKndJ/16:31
openstackLaunchpad bug 1786059 in Manila "Cannot Connect to Share Server when Creating Share with Generic Driver (DHSS=True)" [Undecided,Invalid]16:31
carlos_silvagouthamr: ^16:31
carlos_silvagouthamr: i added a comment with the local.conf file16:35
gouthamrcarlos_silva: thank you.. will take a look16:45
gouthamrthe weirdness may be explained by this: https://github.com/paramiko/paramiko/issues/1192#issuecomment-38287628516:56
gouthamrokay, so we're able to see that the SSH socket is open, but when we use paramiko it blows up17:47
gouthamrself._ssh_exec(server, ['sudo', 'exportfs'])17:47
*** jmlowe has quit IRC17:49
*** eharney has quit IRC17:52
*** e0ne has joined #openstack-manila18:08
*** e0ne has quit IRC18:09
*** jmlowe has joined #openstack-manila18:17
*** jmlowe has quit IRC18:37
*** eharney has joined #openstack-manila18:42
gouthamrtbarron: https://github.com/openstack/manila-image-elements/blob/master/elements/manila-ssh/install.d/fetch-public-ssh-keys.sh18:50
*** jmlowe has joined #openstack-manila18:56
*** vollman has quit IRC19:04
gouthamrtbarron: http://logs.openstack.org/82/556982/4/check/manila-tempest-dsvm-mysql-generic/4c2ca8d/logs/screen-m-shr.txt.gz?level=ERROR19:20
tbarronbswartz: ganso: for the record, gouthamr and I saw huge delay during key exchange for ssh to the service vm but no delay when we went from a service vm ssh client to itself.  Maybe an ssh version issue?21:07
tbarronor some other key/crypto packages21:09
bswartztbarron: maaaaaybe21:13
bswartzMore likely networking issue, either routing or DNS21:13
tbarronbswartz: the delay is always at the key exchange21:14
tbarronsame spot every time21:14
bswartzdoes it eventually succeed?21:14
tbarronyes21:14
bswartzwhat test method are you using21:14
tbarronjust ssh from host to VM, and ssh from VM to VM at 127.0.0.121:15
bswartzIs this just ssh -vvv from the command line?21:15
tbarronthe latter has no delay, the former about 60s at the key xchg21:15
tbarronyes, no paramiko involved, just cmd line ssh21:15
*** jmlowe has quit IRC21:16
*** ganso has quit IRC21:18
bswartzI can't explain that21:18
bswartzIt's not something I've observed before21:18
bswartzIs the nova image still that pathetically old ubuntu image?21:18
gouthamrunsure how old it is, but its running Xenial21:20
tbarroni thought I'd make a bionic one since we're running bionic now for the VM21:25
tbarronit's a way to get the latest packages :)21:25
tbarronprobably not a bad idea even if it doesn't fix the issue21:26
gouthamrtbarron: ++ it was part of the plan for stein, never tried this but the code suggests you set MANILA_IMG_OS_VER to the release name, in this case bionic21:26
*** luizbag has joined #openstack-manila21:29
*** luizbag has quit IRC21:29
tbarrongouthamr: yup, that works locally, I'm going to push the review21:32
gouthamrtbarron: yay, easy peasy21:33
gouthamr:P21:33
openstackgerritTom Barron proposed openstack/manila-image-elements master: Update manila-service-image default to bionic  https://review.openstack.org/62333021:34
tbarrongouthamr: bswartz ^^21:35
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Test bionic manila service image  https://review.openstack.org/62333221:36
gouthamrtbarron: ty, ^ should work with our hook21:36
bswartz#zorilla21:37
*** jgrosso has quit IRC21:47
*** jmlowe has joined #openstack-manila21:55
tbarronnice, but you are supposed to be studying gouthamr22:00
gouthamr:D i'm here 24x7 too :P22:00

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