Friday, 2015-08-28

*** breitz has quit IRC00:01
*** mtanino has quit IRC00:12
*** gouthamr has quit IRC00:12
*** gouthamr has joined #openstack-manila00:13
*** gouthamr has quit IRC00:26
*** akerr has joined #openstack-manila00:33
*** akerr_ has joined #openstack-manila00:38
*** cknight has quit IRC00:39
*** akerr has quit IRC00:42
*** esker has joined #openstack-manila00:43
*** EinstCrazy has joined #openstack-manila00:56
openstackgerritMerged openstack/manila: New Manila HDS HNAS Driver  https://review.openstack.org/20469201:12
openstackgerritMerged openstack/manila-ui: Fix set/unset extra specs for share type update form  https://review.openstack.org/21310601:16
*** akerr_ has quit IRC01:23
*** jasonsb has quit IRC01:25
*** Guest62749 has joined #openstack-manila01:34
*** Guest62749 has quit IRC01:36
*** akerr has joined #openstack-manila01:45
*** cknight has joined #openstack-manila01:45
*** cknight1 has joined #openstack-manila01:47
*** cknight has quit IRC01:49
*** haomaiwang has joined #openstack-manila02:23
*** jasonsb has joined #openstack-manila02:23
*** haomaiwang has quit IRC02:24
*** haomaiwang has joined #openstack-manila02:25
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/21696702:42
*** haomaiwang has quit IRC02:44
*** haomaiwang has joined #openstack-manila02:58
*** haomaiwang has quit IRC03:01
*** haomaiwang has joined #openstack-manila03:02
*** bill_az has quit IRC03:07
*** haomaiwang has quit IRC03:18
*** haomaiwang has joined #openstack-manila03:27
*** tbarron has quit IRC03:28
*** tbarron has joined #openstack-manila03:32
*** haomaiwang has quit IRC03:36
*** akerr is now known as akerr_away03:42
*** akerr_away is now known as akerr03:48
*** akerr has quit IRC03:49
*** martyturner has joined #openstack-manila04:18
*** baojg has joined #openstack-manila04:19
*** martyturner has quit IRC04:22
*** haomaiwang has joined #openstack-manila04:26
*** BharatK has joined #openstack-manila04:42
*** haomaiwang has quit IRC04:50
*** deepakcs has joined #openstack-manila04:56
*** cknight1 has quit IRC04:59
*** vbellur has quit IRC05:14
openstackgerritMerged openstack/manila: Fix Tempest tests targeting user based access rules  https://review.openstack.org/21762305:26
*** haomaiwang has joined #openstack-manila05:33
*** haomaiwang has quit IRC05:35
*** BharatK has quit IRC05:51
*** anubhav has joined #openstack-manila05:59
*** haomaiwang has joined #openstack-manila06:02
*** vbellur has joined #openstack-manila06:06
*** BharatK has joined #openstack-manila06:06
*** haomaiwang has quit IRC06:23
openstackgerritMerged openstack/manila: glusterfs_native: Add create share from snapshot  https://review.openstack.org/21503306:29
*** baojg has quit IRC06:33
*** nkrinner has joined #openstack-manila06:48
mkoderervponomaryov: thx for fixing the rally plugin06:48
mkoderervponomaryov: do you think we can get rid of all noqa flags?06:49
openstackgerritThomas Bechtold proposed openstack/manila: Ignore unavailable volumes when deleting a share  https://review.openstack.org/21786306:50
openstackgerritMarc Koderer proposed openstack/manila: Use Tempest plugin interface  https://review.openstack.org/20195507:01
openstackgerritMarc Koderer proposed openstack/manila: Use Tempest plugin interface  https://review.openstack.org/20195507:03
openstackgerritMarc Koderer proposed openstack/manila: Ignore git backup merge files  https://review.openstack.org/21812307:06
*** EinstCrazy has quit IRC07:13
*** haomaiwang has joined #openstack-manila07:38
u_glidetoabctl: ping07:39
csabau_glide: ping07:40
u_glidecsaba: pong07:40
toabctlu_glide: pong07:40
u_glidetoabctl: Could you please review this patch https://review.openstack.org/#/c/209487/ ?07:41
csabau_glide: I tried to update the master branch to get the fix you referred  to, but it involved a db upgrade and that broke: http://paste.openstack.org/show/429947/07:42
toabctlu_glide: have you had a look why some of the non-voting jobs are failing?07:43
*** sgotliv has joined #openstack-manila07:44
*** haomaiwang has quit IRC07:44
*** haomaiwa_ has joined #openstack-manila07:45
u_glidetoabctl: scenario and glusterfs jobs not so stable yet07:45
u_glide toabctl: sometimes they pass, sometimes fail07:45
toabctlu_glide: ok. so unrelated to your changeset I guess07:46
u_glide csaba: could you please fill bug on launchpad?07:47
*** haomaiw__ has joined #openstack-manila07:49
*** haomaiwa_ has quit IRC07:50
csabau_glide: sure07:56
*** haomaiw__ has quit IRC07:58
openstackgerritYusuke Hayashi proposed openstack/manila: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/21344308:01
*** sgotliv has quit IRC08:11
toabctlu_glide: do we need an API for share_instances? isn't it enough to be able to get the share instances per share? so /share/%shareid/instances and something like /share/%sharedid/instance/%instanceid/ ?08:19
toabctlu_glide: what's the usecase to list all share instances independent from the shares ?08:20
u_glide toabctl: for example admin could retrieve all share instances with error state or get all instances in specific AZ, etc08:22
chen12vponomaryov, ping08:24
toabctlu_glide: but if a instance from a share is in error state, the share itself is in eror state, too. isn't it ?08:25
toabctlu_glide: and for the AZ, aren't the share_instances of a share all in the same AZ as the share?08:26
chen12vponomaryov,  could you help me review https://review.openstack.org/#/c/218092/, this enables multi-backends test for HDFS CI.  Thanks!08:26
toabctlu_glide: I thought share_instances are somewhow just an implementaion detail...but maybe I'm wrong.08:27
u_glideu_glide: with replication share will have instances in different AZ's08:27
u_glidetoabctl: ^08:28
toabctlyeah :)08:28
toabctlu_glide: hm.ok. but I still think you don't need to get share_instances independent from shares...08:29
toabctlu_glide: should I add this question to the review comment and see what others think about it?08:29
u_glidetoabctl: sure08:30
toabctlu_glide: I'm unsure. you are the one who's implementing it. I'm not to deep into that :)08:31
u_glide toabctl: from my perspective it's useful for driver developers and functional tests08:31
u_glidebecause drivers now interact only with share instances08:32
u_glideso admin or developer could filter share instances on specific host08:33
*** lpetrut has joined #openstack-manila08:34
u_glidecurrently value of this api for admins small, but with replication it will increase08:34
*** lpetrut has left #openstack-manila08:39
vponomaryovchen12: looks ok08:47
chen12vponomaryov, thanks!08:47
*** amit213 has quit IRC08:50
*** amit213 has joined #openstack-manila08:51
*** baojg has joined #openstack-manila08:53
openstackgerritMerged openstack/manila: Ignore unavailable volumes when deleting a share  https://review.openstack.org/21786308:58
vponomaryovmkoderer: "noqa" was set to avoid false pep errors related to grouping imports by third-partyness09:21
vponomaryovmkoderer: so, having "plugin"-approach we should not have this problem anymore09:22
vponomaryovmkoderer: if I am not mistaken09:22
vponomaryovmkoderer: also, have you seen that bug we want to reproduce from time to time appears in our voting Tempest jobs?09:22
vponomaryovmkoderer: for example, https://review.openstack.org/#/c/217624/ can not be merged, because it faces this bug - http://logs.openstack.org/24/217624/3/gate/gate-manila-tempest-dsvm-neutron-multibackend/c8bd843/logs/screen-m-shr.txt.gz?level=TRACE09:23
*** baojg has quit IRC09:26
*** haomaiwang has joined #openstack-manila09:34
openstackgerritMerged openstack/manila-ui: Remove overrides reference from Manila-UI plug-in  https://review.openstack.org/21578109:35
openstackgerritYusuke Hayashi proposed openstack/manila: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/21344309:37
openstackgerritSilvan Kaiser proposed openstack/manila: Corrects capabilities returned by Quobyte Manila driver  https://review.openstack.org/21555609:38
*** haomaiwang has quit IRC10:01
*** haomaiwa_ has joined #openstack-manila10:02
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Disable button 'create snapshot' if share not snapshottable  https://review.openstack.org/21324210:17
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Disable button 'create snapshot' if share not snapshottable  https://review.openstack.org/21324210:19
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Disable button 'create snapshot' if share not snapshottable  https://review.openstack.org/21324210:20
*** lpetrut1 has joined #openstack-manila10:25
*** haomaiwa_ has quit IRC10:27
*** jasonsb has quit IRC10:27
*** tbarron has quit IRC10:27
*** jwang has quit IRC10:27
*** lpetrut1 is now known as lpetrut10:27
*** tbarron has joined #openstack-manila10:29
*** jwang has joined #openstack-manila10:29
*** lpetrut is now known as 18VAAKDGR10:29
*** haomaiwa_ has joined #openstack-manila10:30
*** jasonsb has joined #openstack-manila10:30
*** haomaiwa_ has quit IRC10:30
*** jasonsb has quit IRC10:30
*** jasonsb has joined #openstack-manila10:32
csabau_glide: https://bugs.launchpad.net/manila/+bug/148982710:36
openstackLaunchpad bug 1489827 in Manila "db upgrade fails in "add_availability_zones_table"" [Undecided,New]10:36
u_glidecsaba: thanks!10:36
openstackgerritMerged openstack/manila: Tempest: wait for access rule to be deleted  https://review.openstack.org/21762411:21
csabavponomaryov: ping11:31
*** porrua has joined #openstack-manila11:39
*** esker has quit IRC11:40
*** rraja has quit IRC11:43
*** porrua has quit IRC11:46
*** tpsilva has joined #openstack-manila11:59
openstackgerritAlin Balutoiu proposed openstack/manila: Tempest: wrong assertion on the number of shares created  https://review.openstack.org/21822912:01
openstackgerritRodrigo Barbieri proposed openstack/manila: Share Migration support in generic driver  https://review.openstack.org/17979112:02
openstackgerritRodrigo Barbieri proposed openstack/manila: Add Share Migration feature  https://review.openstack.org/17979012:02
openstackgerritTiago Pasqualini da Silva proposed openstack/manila: Fix HDS HNAS snapshot creation always succeeding  https://review.openstack.org/21527112:02
vponomaryovcsaba: pong12:07
*** deepakcs has quit IRC12:14
openstackgerritIgor Malinovskiy proposed openstack/manila: Fix data copying issue in DB migration 1f0bd302c1a6  https://review.openstack.org/21823912:18
*** martyturner has joined #openstack-manila12:20
u_glidecsaba: fix for DB migration issue https://review.openstack.org/#/c/218239/12:22
csabavponomaryov: I had a weird issue on devstack with generic driver -- that is, the share server did not got the keys injected. it's available on the network, but can't login with ssh. Do you know anything of this issue?12:22
vponomaryovcsaba: we suffer from this issue for a while, see https://bugs.launchpad.net/manila/+bug/148087012:23
openstackLaunchpad bug 1480870 in Manila "tempest scenario job is unstable" [High,In progress] - Assigned to Valeriy Ponomaryov (vponomaryov)12:23
csabau_glide: thanks. So I should just check this out and re-run db sync?12:23
vponomaryovcsaba: so, would be great to know "steps to reproduce"12:23
csabavponomaryov: does it happen non-deterministically?12:25
vponomaryovcsaba: it is unstable12:25
csabavponomaryov: is there a workaround?12:25
vponomaryovcsaba: we do not know the reason12:26
vponomaryovcsaba: no workaround12:26
csabavponomaryov: so if this occurs I should just ditch the devstack setup and try from scratch hoping for more luck?12:26
vponomaryovcsaba: why devstack? just recreate share-server12:27
vponomaryovcsaba: no need to reinstall env12:28
*** akerr has joined #openstack-manila12:28
*** vbellur has quit IRC12:29
csabavponomaryov: OK sounds better12:31
*** chlong has joined #openstack-manila12:34
ganso_u_glide: ping12:40
u_glideganso_: pong12:41
u_glidecsaba: yes, you can cherry-pick this fix12:42
ganso_u_glide: hi, I am thinking about adding a try-catch block inside loop in line 751 here: https://review.openstack.org/#/c/179790/26/manila/share/api.py12:42
*** BharatK has quit IRC12:42
ganso_u_glide: if I am trying to deny a certain access rule, I have 2 instance, only one has the access rule and the other does not, it fails and does not remove the access rule from the one that has, because it fails to get the access_mapping for the one that does not have12:43
ganso_u_glide: this is random because it depends on which instance the access_mapping is obtained first12:43
*** gouthamr has joined #openstack-manila12:44
ganso_u_glide: I am thinking about saving the exception and throwing it as the loop ends12:45
*** haomaiwa_ has joined #openstack-manila12:45
ganso_u_glide: I believe that NotFound or InvalidAccessRule errors/exceptions should be thrown, although I debate if it is really an error when I try to delete an access rule and it is already not there...12:46
u_glideganso_: I think you should catch exception and log it12:47
ganso_u_glide: There are other ways I can fix this in share migration without changes to the API, but I would like to know your opinion on this12:47
ganso_u_glide: ok so you agree NotFound/InvalidAccessRule exceptions on access_deny should not be thrown?12:48
openstackgerritMarc Koderer proposed openstack/manila: Ignore git backup merge files  https://review.openstack.org/21812312:48
u_glide ganso_: I'm agree that NotFound exceptions on access_deny should not be thrown12:49
ganso_u_glide: ok, I will include it in my patch12:50
ganso_u_glide: what about the loop in access_allow? if ShareAccessExists error happens for one instance, but not the other, do you think should it also be logged and not thrown?12:50
u_glideganso_: yes, it should be just logged12:51
ganso_u_glide: thanks!12:51
u_glide ganso_: because it shouldn't affect anything, but we should notify admin12:52
*** timcl has joined #openstack-manila12:53
*** nkrinner has quit IRC12:58
*** dustins has joined #openstack-manila13:00
*** haomaiwa_ has quit IRC13:01
*** haomaiwang has joined #openstack-manila13:02
openstackgerritIgor Malinovskiy proposed openstack/manila: Add Share instances Admin API  https://review.openstack.org/20948713:02
*** dzamboni has joined #openstack-manila13:02
*** nkrinner has joined #openstack-manila13:03
*** pgbridge has joined #openstack-manila13:14
ganso_u_glide, vponomaryov: Could you please take a look at https://review.openstack.org/#/c/215271/ ? It is a small patch needed to close the blueprint13:14
*** anubhav has quit IRC13:16
openstackgerritIgor Malinovskiy proposed openstack/manila: Use Share Instance ID in 'name' property  https://review.openstack.org/21826313:20
*** cknight has joined #openstack-manila13:25
ganso_vponomaryov: ping13:27
*** breitz has joined #openstack-manila13:28
*** bill_az has joined #openstack-manila13:34
vponomaryovganso_: pong13:36
ganso_vponomaryov: hi. Patch https://review.openstack.org/#/c/215271/ complements the driver because the driver does not track whether snapshot creation succeeds or not. I know the title says "Fix...", should it really be considered a bug? At first I thought it would be a feature because "tracking snapshot creation" is a functionality that should have been13:39
ganso_included in the driver and was not13:39
vponomaryovganso_: then it is not "fix", it is implementation13:39
vponomaryovganso_: so, either wording should be changed or reference to bug added13:39
ganso_vponomaryov: ok, we will change the commit message and description13:39
ganso_vponomaryov: thanks13:40
openstackgerritTiago Pasqualini da Silva proposed openstack/manila: Implement snapshot tracking in HDS HNAS driver  https://review.openstack.org/21527113:46
ganso_vponomaryov: ^13:47
*** eharney has joined #openstack-manila13:53
tpsilvacknight: Could you please take a look at https://review.openstack.org/#/c/215271/? I fixed your comments...13:54
*** haomaiwang has quit IRC14:01
*** haomaiwang has joined #openstack-manila14:02
*** kaisers has quit IRC14:02
cknighttpsilva: Yes.14:23
*** vbellur has joined #openstack-manila14:27
*** timcl has quit IRC14:33
*** mtanino has joined #openstack-manila14:44
*** timcl has joined #openstack-manila14:46
*** haomaiwang has quit IRC15:01
openstackgerritChuck Fouts proposed openstack/python-manilaclient: Manila REST API Microversion Support for Client  https://review.openstack.org/21833215:02
*** haomaiwang has joined #openstack-manila15:02
*** mtanino has quit IRC15:03
*** lpabon has joined #openstack-manila15:03
*** ayma has joined #openstack-manila15:07
aymahi, I was going over the presentation here: https://www.youtube.com/watch?v=1zUSFzbhThM (vBrownBag 2014 OpenStack Paris - Bill Owen, Csaba Henk – Supporting NFS Ganesha in Manila) and am a bit confused about how things should be configured.15:09
cFoutsvponomaryov:  https://review.openstack.org/218332  Contains the changes for bug #1489450 that you opened. Would really appreciate your review15:10
openstackbug 1489450 in python-manilaclient "manilaclient is unable to provide microversion header" [High,In progress] https://launchpad.net/bugs/1489450 - Assigned to Chuck Fouts (fchuck)15:10
vponomaryovcFouts: actually I already did it15:11
vponomaryovcFouts: =)15:11
aymai see this: http://docs.openstack.org/developer/manila/devref/ganesha.html which seems to be a lib for manila to use to support ganesha...looking at the http://docs.openstack.org/developer/manila/devref/glusterfs_driver.html I see that there is a spot for glusterfs_nfs_server_type where I can specify ganesha.    However I'm a bit confused abut how this service VM that has the nfs-ganesha server and gluster FSAL contained in it15:15
aymaalso a bit confused about where install NFS-Ganesha 2.1 or higher...Should it belong in:  a) my glusterFS VM since the rest of the config options in the manila glusterfsShareDriver points to tags like glusterfs_target and then I just add the ganesha_config_dir to the gluster section15:21
vponomaryovayma: csaba and rraja are best people to help you15:21
aymab) my devstack  or c) a service VM that I manually spawn?15:21
aymavponomaryov: thanks for the reference, i guess i'll need to wait for them to respond...or how best to contact them?15:24
vponomaryovayma: here - in IRC, but also it would be useful for lots of other people if mail-list is used15:27
aymaoh how to use the mail-list...is there a link on how to use that for manila?15:32
vponomaryovayma: https://wiki.openstack.org/wiki/Mailing_Lists15:33
aymavponomaryov:thx15:34
*** timcl has quit IRC15:36
*** chlong has quit IRC15:39
cFoutsvponomaryov: regarding being able to set the api version in the client. Clinton was wanting the same thing but there is an issue that currently the client is always written to work with the latest manila api15:41
cFoutsvponomaryov: if we allow the client user to specify the api version to send in the header then the Manger classes in the client would also need to support creating requests and handling responses for versions15:42
cFoutsvponomaryov: what do you think?15:42
vponomaryov cFouts: it is definitely use case for users - they should be able to use any new client being able to work with old server that does not support cleint's fixed version15:44
vponomaryovcFouts: we should answer question "how will we do it?", not "will we do it in general?".15:45
*** lpabon has quit IRC15:46
*** mtanino has joined #openstack-manila15:46
cFoutsvponomaryov: yes, agree15:46
vponomaryovcFouts: so, yes, look slike client needs versioning too. And, for the moment, there are too few changes to worry15:46
*** markstur_ has quit IRC15:47
cFoutsvponomaryov: I can go ahead and provide the option to override the version sent in the header. I'll also bring this up as a topic in the next manila meeting15:47
vponomaryovcFouts: also, client should restrict setting/usage of version that is newer that it knows15:47
cknightvponomaryov: Can we merge the client with the hard-coded version now to unblock everyone, and follow up ASAP with a configurable version?15:48
vponomaryovcFouts: because there could be different behaviour15:48
cFoutsvponomaryov: manila api will throw an error if the version is newer than known15:48
cFoutsvponomaryov: oh, I see what you are saying. need to adhere to max supported version15:49
vponomaryovcFouts: server could be newer than client, and newer server version can differ than client old client expects15:50
vponomaryovcFouts: that is why client should be ceiling version15:50
vponomaryovshould have*15:51
*** lpabon has joined #openstack-manila15:52
vponomaryovcFouts: why do you need IRC discussion?15:54
vponomaryovcFouts: I guess all people will be for having "range of supported versions by client"15:54
*** markstur has joined #openstack-manila15:54
vponomaryovcFouts: so, client will know how to work with specific set of versions known to it15:55
vponomaryovcFouts: and possibility to define it either using env var or optional param is common approach15:55
*** haomaiwang has quit IRC15:58
*** haomaiwang has joined #openstack-manila15:58
cFoutsvponomaryov: ok, so it is up to the user to know that when they are using Kilo Manila to specify --os-share-api-version 1.0 or to be able to set it as an env variable15:59
cFoutsvponomaryov: and the user for Liberty wouldn't have to do anything for the client released with Liberty15:59
cFoutsvponomaryov: is that the end user experience?16:00
*** haomaiwang has quit IRC16:01
u_glidecFouts: it's better than current experience because we should force users to use latest versions of API16:01
vponomaryovcFouts: possibility to support "range" of APIs by client allows users to use "one" package with different servers - old and new16:01
cFoutsu_glide: agree with that. I am fairly new so I'm just asking questions to understand what is needed. not disagreeing with anything :)16:02
*** haomaiwang has joined #openstack-manila16:02
u_glidevponomaryov: +1 good point16:02
cFoutsvponomaryov, u_glide: need to step out for a bit. thanks for the feedback so far16:03
vponomaryovcFouts: also we will be able to use new client with bugfixes when new version was released16:03
vponomaryovcFouts: against the same old server16:03
*** jasonsb has quit IRC16:04
*** jasonsb has joined #openstack-manila16:05
u_glide vponomaryov, cknight, markstur, toabctl: ping https://review.openstack.org/#/c/209487/ still needs review16:06
*** jasonsb has quit IRC16:10
ganso_vponomaryov: hi, how do I start jenkins again to merge https://review.openstack.org/#/c/215271/ ?16:15
vponomaryovganso_: comment "recheck"16:15
ganso_vponomaryov: thanks, I was not sure if it would trigger merging16:16
vponomaryovganso_: if there is "workflow+1" it does16:16
18VAAKDGRHi guys. We are almost ready with the Windows SMB CI. We run jobs for both cases: when the driver handles the share servers and when it doesn't. Here are some logs: http://64.119.130.115/manila/179790/26/ The next runs will include logs for both scenarios.16:19
*** 18VAAKDGR is now known as lpetrut116:20
vponomaryovlpetrut1: everything is skipped there16:20
lpetrut1whops, well, we're still working on it :)16:22
*** chlong has joined #openstack-manila16:22
*** timcl has joined #openstack-manila16:26
ganso_cknight: ping16:30
*** lpabon has quit IRC16:30
*** lpabon has joined #openstack-manila16:35
*** esker has joined #openstack-manila16:37
*** esker has quit IRC16:38
*** esker has joined #openstack-manila16:39
*** chlong has quit IRC16:45
*** gouthamr has quit IRC16:52
*** dzamboni has quit IRC16:52
*** timcl has quit IRC16:59
*** mtanino has quit IRC17:00
*** haomaiwang has quit IRC17:01
*** haomaiwang has joined #openstack-manila17:02
*** lpabon has quit IRC17:12
*** timcl has joined #openstack-manila17:15
*** lpabon has joined #openstack-manila17:18
*** lpetrut1 has quit IRC17:19
cknightganso_: pong17:47
ganso_cknight: Hi, I am trying to implement experimental microversion in Share Migration, more specifically, I am adding "@wsgi.Controller.api_version("1.2", None, True)" in line 118 https://review.openstack.org/#/c/179790/26/manila/api/contrib/admin_actions.py17:48
ganso_cknight: I am sending Curl with -H "X-OpenStack-Manila-API-Version: 1.1" -H "X-OpenStack-Manila-API-Experimental: True" and it still runs the method17:48
ganso_cknight: it should block method execution instead17:49
cknightganso_: There is already a decorator on that method.  Did you add the microversion as the outermost decorator?17:49
ganso_yes, above "@wsgi.action('os-migrate_share')"17:50
cknightganso_: Oh, wait.  That's an extension API, right?17:50
ganso_cknight: yes17:50
cknightganso_: Microversions only apply to core APIs.  Extensions have always been, and remain, unversioned.17:50
ganso_cknight: ok so you think it is a good idea to move share migration to core api with experimental=true or leave it as extension?17:51
cknightganso_: You will want to implement the migration APIs as versioned, experimental core APIs.17:51
ganso_cknight: ok, thanks17:51
cknightganso_: That is Ben's direction for migration, consistency groups, replication, etc. in their first iterations.17:51
ganso_cknight: I will include that in the next patch17:51
ganso_cknight: should be done today17:51
*** jasonsb has joined #openstack-manila17:52
cknightganso_: Great, thanks.  And I'm working on the /v2 thing, hopefully also up today.17:52
ganso_cknight: great! :)17:53
*** haomaiwang has quit IRC18:01
*** esker has quit IRC18:01
*** 20WABZC7L has joined #openstack-manila18:02
*** timcl has quit IRC18:13
*** lpabon has quit IRC18:15
*** lpabon has joined #openstack-manila18:17
ganso_cknight: extend is as extension also... shouldn't a patch to make it as microversioned core API be in the works until next thursday? or can it be done until L-4?18:18
*** lpabon has quit IRC18:19
ganso_cknight: same for allow/deny18:19
cknightganso_: All the extensions that existed prior to addition of microversions are effectively part of core already.  The plan is to move all of those into core in Mitaka.18:19
ganso_cknight: got it18:19
ganso_cknight: thanks18:19
*** lpabon has joined #openstack-manila18:20
*** lpabon has quit IRC18:22
*** lpabon has joined #openstack-manila18:23
*** mtanino has joined #openstack-manila18:23
cknightganso_: But extensions have a slightly different URL, so each one that moves into core will be a microversion bump.18:29
*** xyang1 has joined #openstack-manila18:52
*** timcl has joined #openstack-manila18:56
*** 20WABZC7L has quit IRC19:01
*** haomaiwang has joined #openstack-manila19:02
*** tpsilva has quit IRC19:12
*** pgbridge has quit IRC19:14
*** lpabon has quit IRC19:16
*** jasonsb has quit IRC19:21
*** lpabon has joined #openstack-manila19:22
*** jasonsb has joined #openstack-manila19:22
*** jasonsb has quit IRC19:26
*** devlaps has joined #openstack-manila19:37
ganso_cknight: is there a patch for manilaclient to work with microversioned API?19:40
*** rushil has joined #openstack-manila19:42
*** eharney has quit IRC19:43
*** bill_az has quit IRC19:51
openstackgerritRodrigo Barbieri proposed openstack/manila: Share Migration support in generic driver  https://review.openstack.org/17979119:53
openstackgerritRodrigo Barbieri proposed openstack/manila: Add Share Migration feature  https://review.openstack.org/17979019:53
*** rushil has quit IRC19:54
*** rushil has joined #openstack-manila19:54
*** lpetrut has joined #openstack-manila19:56
cknightganso_: Yes: https://review.openstack.org/#/c/218332/19:59
*** lpabon has quit IRC19:59
*** haomaiwang has quit IRC20:01
*** haomaiwang has joined #openstack-manila20:02
ganso_cknight: thanks!20:03
openstackgerritMerged openstack/manila: Implement snapshot tracking in HDS HNAS driver  https://review.openstack.org/21527120:04
cknightganso_: The version the client is requesting is currently hard-coded, and you'll probably have to bump that manually when testing migration.20:04
*** lpabon has joined #openstack-manila20:04
*** pgbridge has joined #openstack-manila20:10
*** rushil has quit IRC20:13
*** akerr has quit IRC20:19
*** bill_az has joined #openstack-manila20:20
*** jasonsb has joined #openstack-manila20:27
*** lpetrut has quit IRC20:36
*** pgbridge has quit IRC20:39
*** dustins_ has joined #openstack-manila20:44
*** lpabon has quit IRC20:44
*** dustins has quit IRC20:45
*** dustins_ is now known as dustins20:45
*** lpabon has joined #openstack-manila20:52
*** esker has joined #openstack-manila20:58
*** esker has quit IRC20:58
*** timcl has quit IRC20:58
*** esker has joined #openstack-manila20:59
*** haomaiwang has quit IRC21:01
*** haomaiwang has joined #openstack-manila21:01
*** dustins has quit IRC21:10
*** dustins has joined #openstack-manila21:10
*** dustins has quit IRC21:11
*** eharney has joined #openstack-manila21:28
*** jasonsb has quit IRC21:29
*** martyturner has quit IRC21:36
*** lpabon has quit IRC21:41
*** lpabon has joined #openstack-manila21:44
*** martyturner has joined #openstack-manila21:46
*** martyturner has left #openstack-manila21:49
*** lpabon has quit IRC21:54
*** lpabon has joined #openstack-manila21:59
*** xyang1 has quit IRC22:00
*** alyson_ has quit IRC22:00
*** haomaiwang has quit IRC22:01
*** haomaiwang has joined #openstack-manila22:02
*** ganso_ has quit IRC22:25
*** lpabon has quit IRC22:26
*** ayma has quit IRC22:40
openstackgerritMerged openstack/manila: Tempest: wrong assertion on the number of shares created  https://review.openstack.org/21822922:42
*** eharney has quit IRC22:47
*** lpabon has joined #openstack-manila22:55
*** lpabon has quit IRC23:00
*** haomaiwang has quit IRC23:01
*** haomaiwa_ has joined #openstack-manila23:02
*** mtanino has quit IRC23:21
*** david-lyle has quit IRC23:24
openstackgerritRodrigo Barbieri proposed openstack/manila: Share Migration support in generic driver  https://review.openstack.org/17979123:35
openstackgerritRodrigo Barbieri proposed openstack/manila: Add Share Migration feature  https://review.openstack.org/17979023:35
*** ganso_ has joined #openstack-manila23:35
openstackgerritOpenStack Proposal Bot proposed openstack/manila: Updated from global requirements  https://review.openstack.org/21851823:43

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