*** yangyapeng has quit IRC | 00:03 | |
*** chlong has joined #openstack-manila | 00:26 | |
*** chlong has quit IRC | 00:30 | |
*** chlong has joined #openstack-manila | 00:41 | |
*** yangyapeng has joined #openstack-manila | 01:09 | |
*** yangyapeng has quit IRC | 01:09 | |
*** yangyapeng has joined #openstack-manila | 01:10 | |
*** chlong has quit IRC | 01:10 | |
*** cknight has joined #openstack-manila | 01:17 | |
*** chlong has joined #openstack-manila | 01:23 | |
*** chlong has quit IRC | 01:28 | |
*** chlong has joined #openstack-manila | 01:30 | |
*** liyifeng has joined #openstack-manila | 01:52 | |
*** yangyape_ has joined #openstack-manila | 02:03 | |
*** yangyapeng has quit IRC | 02:03 | |
*** cknight has quit IRC | 02:56 | |
*** amitkqed has quit IRC | 03:38 | |
*** amitkqed has joined #openstack-manila | 03:38 | |
*** yangyape_ has quit IRC | 03:54 | |
*** yangyapeng has joined #openstack-manila | 03:55 | |
*** nidhimittalhada has joined #openstack-manila | 03:58 | |
*** shausy has joined #openstack-manila | 03:58 | |
nidhimittalhada | @vponomaryov @gouthamr @cknight @markstur https://review.openstack.org/#/c/315012/ kindly have a look for review | 03:58 |
---|---|---|
*** chlong has quit IRC | 04:15 | |
*** chlong has joined #openstack-manila | 04:31 | |
*** gouthamr has quit IRC | 04:35 | |
*** rraja has joined #openstack-manila | 04:44 | |
*** lpetrut has joined #openstack-manila | 05:20 | |
*** nidhimittalhada has quit IRC | 06:17 | |
*** dsariel has joined #openstack-manila | 06:18 | |
*** nkrinner_afk is now known as nkrinner | 06:26 | |
*** lpetrut has quit IRC | 06:27 | |
openstackgerrit | Marc Koderer proposed openstack/manila: Make port_binding_extension mandatory if host_id is specified https://review.openstack.org/341327 | 06:35 |
*** chlong has quit IRC | 06:59 | |
*** chlong has joined #openstack-manila | 07:11 | |
*** chlong has quit IRC | 07:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila-ui: Imported Translations from Zanata https://review.openstack.org/349405 | 08:31 |
*** akapil has joined #openstack-manila | 09:22 | |
*** cbader has quit IRC | 09:25 | |
*** cbader has joined #openstack-manila | 09:26 | |
*** akapil has quit IRC | 09:26 | |
*** akapil has joined #openstack-manila | 09:46 | |
*** akapil has quit IRC | 09:50 | |
openstackgerrit | zhongjun proposed openstack/python-manilaclient: Add snapshot instances admin APIs https://review.openstack.org/304449 | 10:11 |
*** yangyapeng has quit IRC | 10:21 | |
*** lpetrut has joined #openstack-manila | 10:34 | |
*** zhonghua-lee has joined #openstack-manila | 11:02 | |
*** ganso has joined #openstack-manila | 11:17 | |
*** alyson_ has joined #openstack-manila | 11:19 | |
*** akapil has joined #openstack-manila | 11:25 | |
*** akapil has quit IRC | 11:26 | |
*** akapil has joined #openstack-manila | 11:30 | |
openstackgerrit | Marc Koderer proposed openstack/manila: Add neutron driver for binding https://review.openstack.org/283494 | 11:35 |
openstackgerrit | zhongjun proposed openstack/manila: Implement share backup https://review.openstack.org/343980 | 11:44 |
zhongjun_ | ganso: ping | 11:52 |
ganso | zhongjun_: pong | 11:52 |
zhongjun_ | ganso: hi | 11:52 |
ganso | zhongjun_: hello | 11:52 |
zhongjun_ | ganso: In https://review.openstack.org/#/c/343980/9/manila/share/manager.py code line 2930 | 11:52 |
zhongjun_ | ganso: Does you means: Don't use the preserve_metadata to decide witch service should do backup job? | 11:53 |
ganso | zhongjun_: yes | 11:53 |
ganso | zhongjun_: there are related comments in share/api.py as well | 11:54 |
*** tpsilva has joined #openstack-manila | 11:54 | |
zhongjun_ | ganso: What is your opinion? | 11:55 |
ganso | zhongjun_: you are assuming if that if the user chooses to preserve-metadata, you will choose the driver approach and not the data-service | 11:56 |
zhongjun_ | ganso: How about I use share_service first, if the share_service can not support the backup, then I use the data_service to do backup job? | 11:56 |
ganso | zhongjun_: it is highly likely that the users will always choose to preserve-metadata | 11:56 |
ganso | zhongjun_: yes | 11:56 |
ganso | zhongjun_: the code you have today will display more failures every time preserve-metadata is true, users will prefer it, then, we may not have driver implementation, and we may have driver implementation not supporting preserve-metadata | 11:57 |
ganso | zhongjun_: so my suggestion is to try driver approach first always | 11:58 |
ganso | zhongjun_: similar to migration | 11:58 |
openstackgerrit | Marc Koderer proposed openstack/manila: Add binding_profile option for backends https://review.openstack.org/284034 | 11:58 |
openstackgerrit | Marc Koderer proposed openstack/manila: Add multi-segment support https://review.openstack.org/277731 | 11:58 |
openstackgerrit | Marc Koderer proposed openstack/manila: Add neutron driver for binding https://review.openstack.org/283494 | 11:58 |
*** timcl has joined #openstack-manila | 12:02 | |
zhongjun_ | ganso: OK, I try to modify the code according to this logic | 12:02 |
*** yangyapeng has joined #openstack-manila | 12:02 | |
openstackgerrit | Merged openstack/manila-ui: Imported Translations from Zanata https://review.openstack.org/349405 | 12:08 |
*** akapil has quit IRC | 12:08 | |
*** akshai has joined #openstack-manila | 12:12 | |
*** akapil has joined #openstack-manila | 12:13 | |
openstackgerrit | zhongjun proposed openstack/manila: Implement share backup https://review.openstack.org/343980 | 12:14 |
openstackgerrit | zhongjun proposed openstack/manila: Implement share backup https://review.openstack.org/343980 | 12:16 |
*** gouthamr has joined #openstack-manila | 12:19 | |
*** scottda_vacation is now known as scottda | 12:33 | |
*** liyifeng has quit IRC | 12:33 | |
*** mtanino has joined #openstack-manila | 13:00 | |
openstackgerrit | Csaba Henk proposed openstack/manila: glusterfs-native: use Heketi layout via self-signing https://review.openstack.org/282101 | 13:02 |
openstackgerrit | Csaba Henk proposed openstack/manila: glusterfs: heketi: Add support for JWT Auth https://review.openstack.org/280486 | 13:02 |
openstackgerrit | Csaba Henk proposed openstack/manila: glusterfs: introducing Heketi layout https://review.openstack.org/279090 | 13:02 |
*** bill_az has joined #openstack-manila | 13:06 | |
*** xyang1 has joined #openstack-manila | 13:07 | |
openstackgerrit | Ramana Raja proposed openstack/manila: add access_key to share_access_map https://review.openstack.org/343306 | 13:07 |
*** faiz89 has joined #openstack-manila | 13:11 | |
*** akapil has quit IRC | 13:13 | |
*** akapil has joined #openstack-manila | 13:13 | |
*** dustins has joined #openstack-manila | 13:21 | |
tpsilva | gouthamr: ping | 13:22 |
gouthamr | tpsilva: hey Tiago.. | 13:22 |
tpsilva | gouthamr: hey Goutham, good morning | 13:22 |
tpsilva | gouthamr: bothering you again :P | 13:23 |
gouthamr | tpsilva: Goodmorning! nope :) | 13:23 |
tpsilva | gouthamr: I'm having a hard time changing that snapshot access_list from POST to GET | 13:24 |
tpsilva | gouthamr: I need to add that new method to router.py right? | 13:24 |
gouthamr | tpsilva: yep.. it can no longer be an action.. | 13:24 |
gouthamr | tpsilva: what's your current thought on the endpoint? there're a few examples in v2/router.py | 13:26 |
tpsilva | gouthamr: /snapshots/{snapshot_id}/access_list? | 13:28 |
tpsilva | no wait | 13:29 |
tpsilva | gouthamr: yeah I figured what's wrong | 13:30 |
gouthamr | tpsilva: good stuff.. however, /snapshots/{snapshot_id}/access-list instead.. | 13:30 |
tpsilva | gouthamr: yep | 13:30 |
*** merooney has joined #openstack-manila | 13:30 | |
tpsilva | gouthamr: just a sec | 13:30 |
*** porrua has joined #openstack-manila | 13:32 | |
openstackgerrit | Marc Koderer proposed openstack/manila: Add MTU information in DB and API https://review.openstack.org/349506 | 13:35 |
tpsilva | gouthamr: ok, so, the problem is, how exactly I map this to my method on the controller? | 13:38 |
tpsilva | gouthamr: the examples on router.py are mapping to index, detail, etc, which are default GET methods | 13:38 |
gouthamr | tpsilva: https://github.com/openstack/manila/blob/master/manila/api/v2/router.py#L161 <-- example | 13:39 |
gouthamr | tpsilva: in your case action could be 'access_list', which will be the name of your method in the API module.. | 13:41 |
*** dustins has quit IRC | 13:42 | |
tpsilva | gouthamr: ok, so action is the name of my method on the controller? | 13:43 |
*** shausy has quit IRC | 13:43 | |
gouthamr | tpsilva: yep | 13:44 |
tpsilva | gouthamr: oh, right, cause I defined it on the decorator | 13:45 |
tpsilva | gouthamr: cool | 13:45 |
gouthamr | tpsilva: you won't need the wsgi.action decorator anymore... | 13:46 |
tpsilva | gouthamr: that's what I thought, but I get a not found error | 13:46 |
gouthamr | tpsilva: this won't be a /action API | 13:46 |
rraja | ganso: hi! about your review comment on https://review.openstack.org/#/c/343306/ about having a "view" for share_accesses. were you looking for this, https://review.openstack.org/#/c/343306/7/manila/api/views/share_accesses.py? | 13:50 |
*** akerr has joined #openstack-manila | 13:52 | |
*** yangyapeng has quit IRC | 13:53 | |
*** yangyapeng has joined #openstack-manila | 13:53 | |
*** ganso has quit IRC | 14:03 | |
*** amit213 has quit IRC | 14:04 | |
*** ameade has quit IRC | 14:04 | |
*** DuncanT has quit IRC | 14:04 | |
*** tpsilva has quit IRC | 14:04 | |
*** erlon has quit IRC | 14:04 | |
*** scottda has quit IRC | 14:04 | |
*** rhefner has quit IRC | 14:04 | |
*** draynium has quit IRC | 14:08 | |
*** faiz89 has quit IRC | 14:11 | |
openstackgerrit | Gaurang Tapase proposed openstack/manila: Refactor GPFS driver for NFS ganesha support https://review.openstack.org/328829 | 14:12 |
*** faiz89 has joined #openstack-manila | 14:13 | |
*** draynium has joined #openstack-manila | 14:15 | |
*** tpsilva has joined #openstack-manila | 14:15 | |
*** ganso has joined #openstack-manila | 14:16 | |
*** dustins has joined #openstack-manila | 14:16 | |
*** erlon has joined #openstack-manila | 14:18 | |
*** DuncanT has joined #openstack-manila | 14:18 | |
*** timcl has quit IRC | 14:18 | |
*** amit213 has joined #openstack-manila | 14:19 | |
*** rhefner has joined #openstack-manila | 14:19 | |
*** scottda has joined #openstack-manila | 14:19 | |
*** ameade has joined #openstack-manila | 14:19 | |
*** akapil has quit IRC | 14:20 | |
*** dustins_ has joined #openstack-manila | 14:22 | |
*** dustins has quit IRC | 14:22 | |
*** akapil has joined #openstack-manila | 14:23 | |
*** tpsilva_ has joined #openstack-manila | 14:24 | |
*** chlong has joined #openstack-manila | 14:26 | |
*** eharney has joined #openstack-manila | 14:26 | |
*** chlong is now known as chlong|gone | 14:27 | |
*** chlong|gone has quit IRC | 14:32 | |
*** chlong|gone has joined #openstack-manila | 14:33 | |
*** chlong|gone is now known as chlong | 14:34 | |
*** timcl has joined #openstack-manila | 14:35 | |
*** nkrinner is now known as nkrinner_afk | 14:59 | |
*** MikeG451 has quit IRC | 15:00 | |
*** pgbridge has joined #openstack-manila | 15:13 | |
*** akapil has quit IRC | 15:23 | |
*** faiz89 has quit IRC | 15:24 | |
*** timcl has quit IRC | 15:29 | |
*** faiz89 has joined #openstack-manila | 15:29 | |
*** MikeG451 has joined #openstack-manila | 15:42 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: [ZFSonLinux] Fix snapshot deletion error https://review.openstack.org/349575 | 15:48 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: [ZFSonLinux] Fix replicated snapshot deletion error https://review.openstack.org/349575 | 15:49 |
*** rraja has quit IRC | 15:52 | |
*** faiz89 has quit IRC | 16:06 | |
*** eharney has quit IRC | 16:07 | |
*** timcl has joined #openstack-manila | 16:10 | |
*** tpsilva_ has quit IRC | 16:18 | |
openstackgerrit | Merged openstack/manila: Add snapshot instances admin APIs https://review.openstack.org/234658 | 16:39 |
*** vbellur has joined #openstack-manila | 16:52 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: [Tempest] Fix concurrency in "test_show_share_server" test https://review.openstack.org/349599 | 17:01 |
vponomaryov | ganso: ^ | 17:02 |
vponomaryov | it is fix of mentioned new bug in https://review.openstack.org/#/c/348829/ | 17:02 |
ganso | vponomaryov: great! thanks a lot :) | 17:02 |
ganso | vponomaryov: will wait for jenkins and then review | 17:02 |
vponomaryov | ganso: you don't beleive me? )) | 17:03 |
vponomaryov | ganso: hurry up, amount of reviews is limited! | 17:03 |
ganso | vponomaryov: lol | 17:03 |
ganso | vponomaryov: the earlier it is fixed, the earlier it is more stable for other patches | 17:03 |
ganso | vponomaryov: code looks alright | 17:04 |
*** cbader has quit IRC | 17:04 | |
vponomaryov | ganso: jenkins is very busy today, too many visitors | 17:05 |
vponomaryov | ganso: you will wait very long time, don't you want to make a non-shaving bet? )) | 17:05 |
vponomaryov | and come to summit with huge beard | 17:06 |
ganso | vponomaryov: isn't it "point-shaving" ? I just googled for "non-shaving bet" and I found things related to... shaving | 17:06 |
ganso | vponomaryov: oh | 17:07 |
ganso | vponomaryov: lol | 17:07 |
ganso | vponomaryov: now I get it | 17:07 |
ganso | vponomaryov: definitely not | 17:07 |
vponomaryov | mustaches? | 17:07 |
vponomaryov | at least | 17:08 |
ganso | vponomaryov: that would make my life difficult in other situations xD | 17:08 |
*** Suyi_ has joined #openstack-manila | 17:08 | |
vponomaryov | ganso: then just believe me )) | 17:08 |
ganso | vponomaryov: I do believe you, I just don't like skipping jenkins :) | 17:09 |
*** cknight has joined #openstack-manila | 17:09 | |
*** lpetrut has quit IRC | 17:14 | |
*** cknight1 has joined #openstack-manila | 17:31 | |
*** dsariel has quit IRC | 17:33 | |
*** cknight has quit IRC | 17:35 | |
*** eharney has joined #openstack-manila | 17:45 | |
*** adrianofr has joined #openstack-manila | 17:48 | |
*** vbellur1 has joined #openstack-manila | 17:59 | |
*** vbellur has quit IRC | 17:59 | |
openstackgerrit | Merged openstack/manila: Replaces httplib with requests lib in Quobyte RPC layer https://review.openstack.org/345219 | 18:08 |
*** lpetrut has joined #openstack-manila | 18:13 | |
*** gouthamr has quit IRC | 18:20 | |
*** permalac has joined #openstack-manila | 18:23 | |
*** faiz89 has joined #openstack-manila | 18:25 | |
*** vbellur1 has quit IRC | 18:30 | |
*** gouthamr has joined #openstack-manila | 18:34 | |
*** dustins_ is now known as dustins | 18:37 | |
*** vbellur has joined #openstack-manila | 18:48 | |
*** JoseMello has joined #openstack-manila | 18:49 | |
*** lpetrut has quit IRC | 18:56 | |
openstackgerrit | Tiago Pasqualini da Silva proposed openstack/manila: Add mountable snapshots support https://review.openstack.org/345526 | 19:04 |
*** lpetrut has joined #openstack-manila | 19:12 | |
*** harlowja has quit IRC | 19:14 | |
*** harlowja has joined #openstack-manila | 19:15 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/manila: NetApp cDOT vserver deletion fails if no lifs present https://review.openstack.org/348912 | 19:22 |
openstackgerrit | Clinton Knight proposed openstack/manila: Implement share revert to snapshot https://review.openstack.org/340502 | 19:25 |
*** vbellur has quit IRC | 19:27 | |
openstackgerrit | Clinton Knight proposed openstack/python-manilaclient: Support share revert to snapshot in Manila client https://review.openstack.org/340556 | 19:28 |
*** cknight1 has quit IRC | 19:41 | |
*** cknight has joined #openstack-manila | 19:41 | |
*** tpsilva has quit IRC | 19:42 | |
*** vbellur has joined #openstack-manila | 19:43 | |
*** eharney has quit IRC | 19:48 | |
*** eharney has joined #openstack-manila | 19:49 | |
*** porrua has quit IRC | 20:07 | |
*** merooney has quit IRC | 20:15 | |
*** akerr has quit IRC | 20:16 | |
*** cknight1 has joined #openstack-manila | 20:21 | |
*** cknight has quit IRC | 20:23 | |
*** tpsilva has joined #openstack-manila | 20:24 | |
*** tpsilva has quit IRC | 20:32 | |
*** timcl has quit IRC | 20:36 | |
*** vbellur has quit IRC | 20:37 | |
*** tpsilva has joined #openstack-manila | 20:44 | |
*** akshai has quit IRC | 20:57 | |
jseiler | Hi, I'm developing a new driver and am running the tempest tests. | 21:03 |
jseiler | In manila_tempest_tests.tests.api.test_rules.ShareIpRulesForNFSTest, the test - test_create_delete_access_rule_with_cidr is failing because of an error is reported by our file system. | 21:04 |
jseiler | The test is using an IP address with cidr notation of '1.2.3.4/32'. | 21:04 |
jseiler | The error from our file system is - "The network prefix length provided '32' is invalid or not applicable for networkId '1.2.3.4'. The prefix should be in range 1..31 for IPv4 or 1..127 for IPv6 network." | 21:04 |
jseiler | So, our file system is expecting the network prefix to be in the range of 1..31 | 21:04 |
jseiler | I'm not going to claim to be an IP Address guru, and I'm not any good at wading through the RFCs. But the table in this wiki article seems to indicate a prefix of /32 is valid - https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing | 21:04 |
jseiler | A couple of questions (because I'm guessing my file system developers will ask) | 21:04 |
jseiler | 1. Is there a valid use case for an IP address with a network prevfix of 32 (i.e., meaning there will be only one host in a network). | 21:05 |
jseiler | 2. Do all the other file system vendors support a network prefix of 32 for IPv4 addresses? | 21:05 |
*** cknight1 has quit IRC | 21:06 | |
openstackgerrit | Tiago Pasqualini da Silva proposed openstack/manila: Add Hitachi HSP driver https://review.openstack.org/329134 | 21:18 |
openstackgerrit | Tiago Pasqualini da Silva proposed openstack/manila: Add Hitachi HSP driver https://review.openstack.org/329134 | 21:18 |
tpsilva | jseiler: you can disable this test for your CI | 21:22 |
tpsilva | jseiler: if your backend does not support it | 21:22 |
jseiler | tpsilva: As a test, I changed the IP Address in the test to '1.2.3.4/31', then the test and the other IP Address access tests passed. | 21:23 |
*** MikeG451 has quit IRC | 21:23 | |
tpsilva | jseiler: you can disable this single test (test_create_delete_access_rule_with_cidr) on your vendor CI | 21:24 |
tpsilva | jseiler: since your backend does not support /32 CIDRs | 21:24 |
tpsilva | jseiler: I don't know how to do that though... someone else here can help you | 21:25 |
tpsilva | jseiler: maybe ganso? | 21:25 |
tpsilva | ganso: ^ | 21:25 |
*** akapil has joined #openstack-manila | 21:25 | |
jseiler | tpsilva: OK. Thanks. I'm new to this. I was thinking that our driver would have to pass all the tempest tests. I did not realize it was an option to disable a single test (at least as far as having a reporting CI goes). | 21:27 |
tpsilva | jseiler: yes, there is an option that you can configure to disable some tests | 21:27 |
openstackgerrit | Alex O'Rourke proposed openstack/manila: 3PAR: Add update_access support https://review.openstack.org/339795 | 21:28 |
jseiler | tpsilva: I did see the manila.conf [share] option - enable_ip_rules_for_protocols = nfs. That looks like it would disable all IP rules tests for NFS. | 21:29 |
tpsilva | jseiler: yes, that's not the option | 21:29 |
tpsilva | jseiler: just a sec, I can help you in a bit | 21:29 |
jseiler | tpsilva: Thank you | 21:29 |
openstackgerrit | Tiago Pasqualini da Silva proposed openstack/manila: Add mountable snapshots support https://review.openstack.org/345526 | 21:30 |
tpsilva | jseiler: sorry, I can't find the option and my colleagues already left | 21:36 |
tpsilva | jseiler: I can find out this option tomorrow morning | 21:36 |
tpsilva | jseiler: I'll ping you then :) | 21:36 |
jseiler | tpsilva: OK. Thank you and thanks for checking. | 21:37 |
jseiler | tpsilva: I'm still developing the driver and am currently running the tempest tests to check functionality. We're not at the point of setting up the CI yet. | 21:37 |
tpsilva | jseiler: alright... is this for newton? | 21:38 |
jseiler | tpsilva: No. We're targeting ocata. | 21:38 |
tpsilva | jseiler: ok, the deadling for newton is close | 21:38 |
tpsilva | s/deadling/deadline | 21:39 |
jseiler | tpsilva: We originally hoped for Newton, but we have other dependencies we have to get into our file system before we can support manila | 21:39 |
jseiler | tpsilva: right. Newton deadline is close. We're hoping for early ocata. (the earlier the better - right) | 21:39 |
jseiler | tpsilva: I realize this may be too early for ocata. | 21:40 |
tpsilva | jseiler: but you're right, the earlier the better | 21:40 |
*** JoseMello has quit IRC | 21:40 | |
jseiler | tpsilva: thanks for your help | 21:40 |
tpsilva | jseiler: no problem | 21:40 |
*** akapil has quit IRC | 21:42 | |
*** eharney has quit IRC | 21:44 | |
*** lpetrut has quit IRC | 21:46 | |
openstackgerrit | Dustin Schoenbrun proposed openstack/manila: Check for usage of same Cephx ID as manila service https://review.openstack.org/349718 | 22:01 |
*** MikeG451 has joined #openstack-manila | 22:03 | |
openstackgerrit | Dustin Schoenbrun proposed openstack/manila: Check for usage of same Cephx ID as manila service https://review.openstack.org/349718 | 22:04 |
*** dustins has quit IRC | 22:05 | |
*** tpsilva has quit IRC | 22:05 | |
*** alkhodos has joined #openstack-manila | 22:16 | |
*** xyang1 has quit IRC | 22:21 | |
*** akapil has joined #openstack-manila | 22:25 | |
openstackgerrit | Alexey Khodos proposed openstack/manila: Nexenta: adding share drivers for NexentaStor https://review.openstack.org/309286 | 22:28 |
*** akapil has quit IRC | 22:29 | |
jseiler | tpsilva: I think I figured out my problem with the 1.2.3.4/32 address from the tempest test. It's really just an access for a single IP address. Our file system supports that - I was sending it down wrong. | 22:53 |
jseiler | tpsilva: So I probably won't need to know how to disable that specific test right now. But if you do find out, I'd still appreciate knowing how to do so. | 22:56 |
jseiler | tpsilva: I'm having problems running the scenario tests. Our driver does not support snapshots yet. And an error in the scheduler seems to be pointing towards a request being made for a backend that supports_snapshots=true. | 22:57 |
*** liyifeng has joined #openstack-manila | 22:57 | |
*** alyson_ has quit IRC | 23:03 | |
*** tpsilva has joined #openstack-manila | 23:07 | |
openstackgerrit | Tiago Pasqualini da Silva proposed openstack/manila: Add Hitachi HSP driver https://review.openstack.org/329134 | 23:14 |
*** gouthamr has quit IRC | 23:15 | |
*** faiz89 has quit IRC | 23:17 | |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Share migration Newton improvements https://review.openstack.org/328431 | 23:37 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Fix Share Migration improper behavior for drivers https://review.openstack.org/332267 | 23:37 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add share type change to Share Migration https://review.openstack.org/345142 | 23:37 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Base Data Copy changes https://review.openstack.org/329174 | 23:39 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Driver Data Service Helper https://review.openstack.org/295836 | 23:39 |
ganso | jseiler: Hi. Sorry for noticing it late | 23:42 |
ganso | jseiler: you should not be disabling individual tempest tests | 23:42 |
ganso | jseiler: it is possible to disable individual tempest tests through regex, but your driver should have a CI and have them all enabled, for the best OpenStack consistency across different vendors, we advise to try handling in your driver whenever possible | 23:43 |
ganso | jseiler: regarding "supports_snapshot", your driver should report the appropriate capability value, which is False in your case, and when running tempest you should disable snapshot_support as well | 23:44 |
ganso | jseiler: see manila_tempest_tests/config.py | 23:44 |
*** alkhodos has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!