Thursday, 2017-05-11

*** chlong has quit IRC00:08
*** scottda has quit IRC00:10
*** markstur has joined #openstack-manila00:44
*** kaisers has quit IRC01:21
*** markstur has quit IRC01:29
zhongjunbswartz: Hi,  Could I rebase this patch: https://review.openstack.org/#/c/444479/. It will help me to test IPv601:48
*** markstur has joined #openstack-manila02:09
openstackgerrityankee proposed openstack/manila master: Fix tap device disappear after node restart  https://review.openstack.org/46243802:13
*** markstur has quit IRC02:14
openstackgerrityankee proposed openstack/manila master: Fix tap device disappear after node restart  https://review.openstack.org/46243802:27
*** catintheroof has joined #openstack-manila02:43
openstackgerritYuYang proposed openstack/manila master: Manila:quick-start doc update  https://review.openstack.org/46388402:48
*** dustins has quit IRC03:05
*** kaisers has joined #openstack-manila03:09
*** markstur has joined #openstack-manila03:25
*** catintheroof has quit IRC03:35
*** markstur has quit IRC03:46
*** pcaruana has joined #openstack-manila04:52
*** pcaruana has quit IRC05:03
*** dsariel has joined #openstack-manila06:11
*** jprovazn has joined #openstack-manila06:24
*** kaisers has quit IRC06:44
*** kaisers has joined #openstack-manila06:45
*** pcaruana has joined #openstack-manila06:47
*** a-pugachev has joined #openstack-manila06:56
openstackgerritNidhiMittalHada proposed openstack/python-manilaclient master: delete bash_completion in subcommand  https://review.openstack.org/46392006:57
openstackgerritNidhiMittalHada proposed openstack/python-manilaclient master: Incorrect case, parenthesis & periods in CLI Guide  https://review.openstack.org/46346807:03
openstackgerritTommyLike proposed openstack/manila master: Fix: [LVM] Can't extend share when snapshots exist  https://review.openstack.org/43131507:03
*** akulshin has joined #openstack-manila07:09
akulshinHi everybody!07:10
akulshini seek for an information about security services07:10
akulshinthe way how it works is not clear from documentation...07:10
akulshincan someone here to answer couple of questions in that field for clarification?07:11
akulshinno one can help with this?07:33
*** a-pugachev has quit IRC07:51
*** dsariel has quit IRC07:56
*** a-pugachev has joined #openstack-manila08:04
*** dsariel has joined #openstack-manila08:18
*** dsariel_ has joined #openstack-manila08:23
*** lpetrut has joined #openstack-manila08:27
*** gcb has quit IRC08:35
*** gcb has joined #openstack-manila08:48
*** gcb has quit IRC09:23
*** a-pugachev_ has joined #openstack-manila09:34
*** gcb has joined #openstack-manila09:35
openstackgerritzhongjun proposed openstack/manila master: Add export-location filter in share and share instance list API  https://review.openstack.org/46171209:36
*** a-pugachev has quit IRC09:36
*** a-pugachev_ is now known as a-pugachev09:36
*** gcb has quit IRC09:44
*** gcb has joined #openstack-manila10:01
*** DuncanT has quit IRC10:15
*** DuncanT has joined #openstack-manila10:16
*** dsariel has quit IRC10:50
*** dsariel_ has quit IRC10:50
*** cargonza has quit IRC10:56
*** cargonza has joined #openstack-manila10:56
*** a-pugachev has quit IRC10:59
*** dsariel_ has joined #openstack-manila11:28
*** dsariel has joined #openstack-manila11:28
*** akulshin has quit IRC11:32
*** winston-d_ has quit IRC11:47
*** winston-d_ has joined #openstack-manila11:47
*** yankee has quit IRC12:00
openstackgerritYuYang proposed openstack/manila master: Manila:quick-start doc update  https://review.openstack.org/46388412:10
openstackgerritYuYang proposed openstack/manila master: Manila:quick-start doc update  https://review.openstack.org/46388412:13
openstackgerritYuYang proposed openstack/manila master: Manila:quick-start doc update  https://review.openstack.org/46388412:17
openstackgerritYuYang proposed openstack/manila master: Manila:quick-start doc update  https://review.openstack.org/46388412:19
*** scottda has joined #openstack-manila12:19
*** a-pugachev has joined #openstack-manila12:27
*** chlong has joined #openstack-manila12:33
*** catintheroof has joined #openstack-manila12:42
*** jprovazn has quit IRC12:54
*** cknight has joined #openstack-manila13:05
*** dsariel_ has quit IRC13:11
*** dsariel has quit IRC13:11
*** jmlowe has joined #openstack-manila13:15
*** ociuhandu has joined #openstack-manila13:22
*** jprovazn has joined #openstack-manila13:28
*** catintheroof has quit IRC13:39
*** tommylikehu has quit IRC13:44
*** tommylikehu has joined #openstack-manila13:44
bswartzzhongjun: I was not really happy with the direction that patch was going14:10
bswartzRather than making a huge change to support multiple IPs everywhere I'm considering splitting apart the LVM stuff so that just it can work14:11
*** dustins has joined #openstack-manila14:11
toabctlbswartz, if init_host() fails (because a driver init failed) the share service does not exit but is also not usable. is that the expected behavior?14:14
*** gouthamr has joined #openstack-manila14:15
*** cknight has quit IRC14:18
openstackgerritValeriy Ponomaryov proposed openstack/manila master: [TEST2] Specify network explicitly for nova instances  https://review.openstack.org/46382814:19
toabctlvponomaryov, I guess you know the answer for that question ?:)14:20
bswartztoabctl: I don't think so14:22
bswartzif the driver fails to init then the best thing to do is crash14:23
toabctlbswartz, that is also my understanding. or at least loop a couple of times over the init_host() method before crashing14:24
bswartzwhy loop?14:24
toabctlbswartz, could be that the backend is not ready or so14:25
vponomaryovtoabctl, bswartz: it retries periodically. Use case - back end has not get network connectivity yet14:25
toabctlbut in the end, systemd/pacemaker would also do the loop if configured for that14:25
bswartzmost backends will just work on the first try -- for anything with a backend that's expected to be unreachable periodically, the retry logic should go in the driver14:25
vponomaryovin case of generic driver, it was slowlyness of Nova14:26
vponomaryovs/it was/it is/14:26
bswartzvponomaryov: I'd rather see a retry look in the driver code than in the manager code14:27
toabctlvponomaryov, it does not retry. see http://git.openstack.org/cgit/openstack/manila/tree/manila/share/manager.py#n28014:27
toabctlafaiu, it catches the exception and returns. that's it14:27
vponomaryovit does14:27
vponomaryovwhole method is retried14:28
vponomaryovjust look at your logs14:28
vponomaryovof manila-share14:28
vponomaryovit retries endlessly14:28
toabctlvponomaryov, I do.14:28
vponomaryovtoabctl: do confirm or do look and do NOT confirm? )14:29
toabctlvponomaryov, http://paste.openstack.org/show/609379/14:29
toabctlvponomaryov, in that log, there is "Error encountered during initialization of driver" only once.14:30
toabctlthe rest is from the periodic_task job14:30
*** ociuhandu has quit IRC14:32
toabctlvponomaryov, and to solve the problem from that log, a manila-share restart helped. so it seems that it does not loop14:33
*** ociuhandu has joined #openstack-manila14:33
*** gouthamr has quit IRC14:34
vponomaryovtoabctl: could be that it does not work correctly14:34
vponomaryovtoabctl: but you asked about expected behaviour14:35
toabctlvponomaryov, I know that it is not working. I wanted to confirm that this is not expected :)14:35
toabctlvponomaryov, I'll fill a bug14:35
vponomaryovok )14:36
toabctlfor the record: https://bugs.launchpad.net/manila/+bug/169015914:46
openstackLaunchpad bug 1690159 in Manila "cephfs (possibly others): manila-share does not retry/restart if init_host() fails " [Undecided,New]14:46
*** gouthamr has joined #openstack-manila14:47
*** cknight has joined #openstack-manila14:51
*** jmlowe has quit IRC14:56
*** ociuhandu has quit IRC14:58
*** jmlowe has joined #openstack-manila15:05
*** lpetrut has quit IRC15:15
*** ociuhandu has joined #openstack-manila15:17
*** pcaruana has quit IRC15:18
*** zhonghua2 has quit IRC15:24
openstackgerritMerged openstack/python-manilaclient master: Incorrect case, parenthesis & periods in CLI Guide  https://review.openstack.org/46346815:35
*** jmlowe has quit IRC15:42
*** catintheroof has joined #openstack-manila15:54
*** ociuhandu has quit IRC15:55
*** gouthamr has quit IRC16:12
*** catintheroof has quit IRC16:17
*** cknight has quit IRC16:23
*** dsariel has joined #openstack-manila16:32
*** dsariel_ has joined #openstack-manila16:33
*** dsariel has quit IRC16:51
*** dsariel_ has quit IRC16:51
*** dsariel has joined #openstack-manila17:00
*** dsariel_ has joined #openstack-manila17:00
*** catintheroof has joined #openstack-manila17:06
*** jmlowe has joined #openstack-manila17:08
*** dsariel has quit IRC17:11
*** dsariel_ has quit IRC17:11
*** catintheroof has quit IRC17:25
-openstackstatus- NOTICE: The Launchpad/UbuntuOne SSO OpenID provider is offline, preventing logins to review.openstack.org, wiki.openstack.org, et cetera; ETA for fix is unknown17:26
*** ChanServ changes topic to "The Launchpad/UbuntuOne SSO OpenID provider is offline, preventing logins to review.openstack.org, wiki.openstack.org, et cetera; ETA for fix is unknown"17:26
*** jmlowe has quit IRC17:46
*** dsariel has joined #openstack-manila17:48
*** dsariel_ has joined #openstack-manila17:48
*** lpetrut has joined #openstack-manila17:52
*** lpetrut_ has joined #openstack-manila17:52
*** a-pugachev has quit IRC18:25
*** ChanServ changes topic to "OpenStack Shared File Systems | Manila"18:39
-openstackstatus- NOTICE: OpenID authentication through LP/UO SSO is working again18:39
*** eharney has joined #openstack-manila18:54
*** jprovazn has quit IRC19:11
*** eharney has quit IRC19:22
*** kaisers has quit IRC19:22
*** lpetrut_ has quit IRC19:38
*** lpetrut has quit IRC19:38
*** kaisers has joined #openstack-manila19:52
*** a-pugachev has joined #openstack-manila19:58
*** kaisers has quit IRC20:20
*** kaisers has joined #openstack-manila21:15
*** catintheroof has joined #openstack-manila21:53
*** scottda has quit IRC22:08
openstackgerritShaun Edwards proposed openstack/manila master: Implement update_access in Isilon Driver.  https://review.openstack.org/46148722:17
*** a-pugachev has quit IRC22:19
*** dustins has quit IRC22:46
*** jmlowe has joined #openstack-manila22:55
*** winston-d_ has quit IRC22:57
*** harlowja has quit IRC22:57
*** harlowja has joined #openstack-manila22:57
*** gouthamr has joined #openstack-manila23:40

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