*** chlong has joined #openstack-manila | 00:00 | |
*** rraja has quit IRC | 01:07 | |
*** cknight has joined #openstack-manila | 01:15 | |
*** cknight has quit IRC | 02:39 | |
*** zhonghua-lee has joined #openstack-manila | 02:49 | |
*** rraja has joined #openstack-manila | 03:22 | |
*** zhonghua-li has joined #openstack-manila | 03:43 | |
*** zhonghua-lee has quit IRC | 03:46 | |
*** haomaiwang has quit IRC | 04:02 | |
*** haomaiwang has joined #openstack-manila | 04:04 | |
*** DericHorn-HP has joined #openstack-manila | 04:26 | |
*** zhonghua-li has quit IRC | 04:26 | |
*** zhonghua-li has joined #openstack-manila | 04:35 | |
*** vbellur1 has quit IRC | 04:47 | |
*** Zhongjun has joined #openstack-manila | 05:02 | |
*** jasonsb has joined #openstack-manila | 05:18 | |
*** vbellur has joined #openstack-manila | 05:22 | |
*** BharatK has joined #openstack-manila | 05:33 | |
*** lpetrut has joined #openstack-manila | 05:34 | |
*** DericHorn-HP has quit IRC | 05:35 | |
*** deepakcs has joined #openstack-manila | 05:47 | |
*** nkrinner has joined #openstack-manila | 05:50 | |
*** zhonghua-li has quit IRC | 06:09 | |
*** sgotliv_ has quit IRC | 06:33 | |
*** vponomaryov has joined #openstack-manila | 07:00 | |
*** lpetrut has quit IRC | 07:09 | |
*** lpetrut has joined #openstack-manila | 07:16 | |
*** zhonghua-li has joined #openstack-manila | 07:28 | |
*** chlong has quit IRC | 07:28 | |
*** zhonghua-li has quit IRC | 07:43 | |
*** zhonghua-lee has joined #openstack-manila | 07:43 | |
*** lpetrut has quit IRC | 07:53 | |
openstackgerrit | Marc Koderer proposed openstack/manila: WiP: Use Tempest plugin interface https://review.openstack.org/201955 | 08:04 |
---|---|---|
*** sgotliv has joined #openstack-manila | 08:09 | |
*** Zhongjun has quit IRC | 08:12 | |
*** u_glide has joined #openstack-manila | 08:35 | |
*** lpetrut has joined #openstack-manila | 08:43 | |
*** dalgaaf has joined #openstack-manila | 08:45 | |
openstackgerrit | Marc Koderer proposed openstack/manila: WiP: Use Tempest plugin interface https://review.openstack.org/201955 | 09:25 |
*** lpetrut has quit IRC | 09:26 | |
*** lpetrut has joined #openstack-manila | 09:27 | |
kaisers | Hi! Can anybody drop me a quick line if this is the current way of running tempest tests for manila: https://wiki.openstack.org/wiki/Manila/docs/HOWTO_use_tempest_with_manila ? Or is there a newer version somewhere? | 09:39 |
vponomaryov | kaisers: yes, this doc is out-of-date, always proper info you can find here: https://github.com/openstack/manila/blob/master/contrib/ci/post_test_hook.sh | 10:03 |
*** u_glide has quit IRC | 10:05 | |
*** u_glide has joined #openstack-manila | 10:08 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add test coverage for periodic tasks https://review.openstack.org/205549 | 10:12 |
kaisers | vponomaryov: Thanks for the info! I'm currently trying to find out what exactly the tests to be run in our CI are. tempest.api.share.* & tempest.scenario.share.* it seems to me? | 10:20 |
vponomaryov | kaisers: not "tempest.scenario.share.*" - "tempest.scenario.*share*" | 10:23 |
vponomaryov | kaisers: it is up to you what to run and in how many jobs | 10:23 |
vponomaryov | kaisers: if driver allows to run all - great, do it | 10:24 |
kaisers | ok. Thanks ! | 10:25 |
mkoderer | vponomaryov: hi :) | 10:31 |
mkoderer | vponomaryov: about the tempest plugin porting.. should I spilt the commit into pieces or should I port all of them at once? | 10:32 |
vponomaryov | mkoderer: hello | 10:32 |
mkoderer | vponomaryov: I guess stepwise is easier to review | 10:32 |
mkoderer | It's mainly adapting the imports in the files... | 10:33 |
vponomaryov | mkoderer: imports is easy | 10:34 |
vponomaryov | mkoderer: also, if you do "move" of files, then there will be less changes | 10:35 |
vponomaryov | mkoderer: just renames + imports | 10:36 |
mkoderer | vponomaryov: ok.. so should I completly "move" them... that's also fine | 10:36 |
vponomaryov | mkoderer: imports you are talking about, you mean these "proxies"? | 10:36 |
vponomaryov | mkoderer: exceptions, config and manager? | 10:36 |
mkoderer | vponomaryov: mainly just renaming "import tempest.share" to "import manila_tempest_tests" | 10:37 |
vponomaryov | mkoderer: also one thing, why "manila_tempest_tests"? | 10:38 |
vponomaryov | mkoderer: just "tempest" sounds much better for me | 10:38 |
vponomaryov | mkoderer: it is obvious that it is "manila_*" | 10:38 |
mkoderer | vponomaryov: tempest namespace is already used by Tempest itself | 10:38 |
mkoderer | vponomaryov: it need an unique package name for stevedore | 10:39 |
*** zhonghua-lee has quit IRC | 10:42 | |
vponomaryov | mkoderer: ok, what do you think about keeping it in "contrib/tempest"? | 10:43 |
mkoderer | vponomaryov: so I would like to have "manila" in the name because if Tempest has several plugins activated it need to be obvious which plugin the test was from | 10:45 |
vponomaryov | mkoderer: name of module is the only way to get it know? | 10:45 |
vponomaryov | mkoderer: in that case may be useful to have dedicated thing to provide info about package? | 10:46 |
mkoderer | vponomaryov: mh, so the entry in setup.cfg gives a "plugin" name.. but this isn't really visibile while executing the tests | 10:48 |
vponomaryov | mkoderer: =) | 10:48 |
vponomaryov | mkoderer: test IDs are self-speaking | 10:48 |
mkoderer | vponomaryov: I mean I had a look where other projects usually put their tests and they usually start with PROJECT_foo_test... | 10:51 |
vponomaryov | mkoderer: can you provide links? | 10:51 |
vponomaryov | mkoderer: it also can be put as "functional' tests in manila/tests/fucntional/* | 10:51 |
vponomaryov | mkoderer: looks like it is good topic for midcycle meetup | 10:52 |
vponomaryov | mkoderer: are you going to attend it? | 10:52 |
vponomaryov | mkoderer: https://etherpad.openstack.org/p/manila-liberty-midcycle-meetup | 10:52 |
mkoderer | vponomaryov: no way... intercontinental trips need to get approved by CTO :) | 10:53 |
vponomaryov | mkoderer: it will be in google hang-out | 10:53 |
vponomaryov | mkoderer: all will be remote | 10:53 |
vponomaryov | mkoderer: except host - NetApp guys | 10:54 |
mkoderer | vponomaryov: ah.. ok.. I was a bit deatched in the last weeks and didn't follow the ML... | 10:54 |
mkoderer | vponomaryov: I hope I can join on Wednesday | 10:54 |
mkoderer | vponomaryov: ok I'll put it to the agenda | 10:56 |
vponomaryov | mkoderer: gooood | 10:56 |
*** zhonghua-lee has joined #openstack-manila | 11:03 | |
*** rraja has quit IRC | 11:16 | |
*** ganso_ has joined #openstack-manila | 11:21 | |
ganso_ | u_glide: ping | 11:24 |
u_glide | ganso_: pong | 11:25 |
ganso_ | u_glide: hello. I have posted a comment on your change last friday | 11:25 |
u_glide | ganso_: I saw your comment | 11:26 |
ganso_ | u_glide: I would like to understand better why it is returning only one entry | 11:27 |
u_glide | ganso_: please use get share instance with db_api.share_instance_get() as temporary workaround | 11:27 |
u_glide | ganso_: because Models is deattached from session | 11:27 |
u_glide | and don't reload information automatically | 11:28 |
u_glide | s/is/are | 11:28 |
ganso_ | u_glide: thanks! That should certainly fix my problem! :) | 11:28 |
u_glide | ganso_: I will update 2nd patch related to Share API with fix | 11:29 |
ganso_ | ok! thanks! | 11:31 |
u_glide | ganso_: u wellcome, feel free to ping me if you find any issues related to share instances code | 11:32 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Make coverage tox job fail when test coverage was reduced https://review.openstack.org/205025 | 11:45 |
*** deepakcs has quit IRC | 11:46 | |
openstackgerrit | zhongjun proposed openstack/manila: Support manage_existing in Huawei driver https://review.openstack.org/196680 | 11:47 |
*** gaurangt1 has joined #openstack-manila | 11:49 | |
*** gaurangt1 has left #openstack-manila | 11:50 | |
*** zhonghua-lee has quit IRC | 11:54 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Make coverage tox job fail when test coverage was reduced https://review.openstack.org/205025 | 11:56 |
*** BharatK has quit IRC | 11:57 | |
*** marcusvrn has joined #openstack-manila | 12:02 | |
*** rcallawa has quit IRC | 12:04 | |
ganso_ | u_glide: is it possible to have a db_api.share_instances_get_all_by_share(share_id)? | 12:04 |
*** vbellur has quit IRC | 12:04 | |
u_glide | ganso_: yes, I can add this method | 12:06 |
ganso_ | u_glide: thanks! | 12:07 |
*** bswartz has quit IRC | 12:13 | |
*** kaisers has quit IRC | 12:28 | |
*** chlong has joined #openstack-manila | 12:30 | |
*** timcl has joined #openstack-manila | 12:30 | |
*** vbellur has joined #openstack-manila | 12:37 | |
*** eharney has quit IRC | 12:37 | |
*** kaisers has joined #openstack-manila | 12:43 | |
*** zhonghua-lee has joined #openstack-manila | 12:44 | |
*** rcallawa has joined #openstack-manila | 12:45 | |
*** kaisers has quit IRC | 12:50 | |
*** kaisers1 has joined #openstack-manila | 12:50 | |
*** bswartz has joined #openstack-manila | 12:53 | |
*** cknight has joined #openstack-manila | 12:54 | |
*** akerr has joined #openstack-manila | 12:56 | |
*** kaisers1 has quit IRC | 13:00 | |
ganso_ | u_glide: found a small problem we need to discuss | 13:02 |
u_glide | ganso_: please share :) | 13:02 |
ganso_ | u_glide: delete_share_instance deletes all its share access rules | 13:04 |
ganso_ | u_glide: so I have 2 instances, I am deleting one instance. It deletes share's access rules, affecting the other instance | 13:06 |
u_glide | ganso_: thanks! I will fix it | 13:07 |
ganso_ | u_glide: you're welcome :) | 13:07 |
ganso_ | u_glide: theoretically, this is the last detail left to adjust so I can rebase Share Migration patch on top of Share Instances. Besides this access rule thing, migration is working great with share instances :) | 13:10 |
*** akshai has joined #openstack-manila | 13:16 | |
*** eharney has joined #openstack-manila | 13:22 | |
u_glide | ganso_: that's awesome! | 13:22 |
*** kaisers has joined #openstack-manila | 13:23 | |
*** chlong has quit IRC | 13:42 | |
csaba | bswartz: ping | 14:03 |
*** zhonghua-lee has quit IRC | 14:05 | |
*** erlon has joined #openstack-manila | 14:08 | |
*** absubram has joined #openstack-manila | 14:13 | |
*** xyang_ has joined #openstack-manila | 14:14 | |
*** vbellur has quit IRC | 14:16 | |
bswartz | csaba: pong | 14:33 |
csaba | bswartz: do we have a schedule for the meetup topics? it's not on the pad at least | 14:34 |
bswartz | csaba: soon, working on it | 14:36 |
csaba | bswartz: OK, cool! thx | 14:42 |
*** mtanino has joined #openstack-manila | 14:48 | |
*** pgbridge has joined #openstack-manila | 14:58 | |
*** nkrinner has quit IRC | 15:09 | |
*** vbellur has joined #openstack-manila | 15:14 | |
*** jasonsb has quit IRC | 15:18 | |
*** eharney has quit IRC | 15:20 | |
openstackgerrit | Merged openstack/puppet-manila: Add tag to package and service resources https://review.openstack.org/204650 | 15:34 |
openstackgerrit | Andrew Kerr proposed openstack/manila: Catch error_deleting state for more resources than just shares https://review.openstack.org/206116 | 15:35 |
*** eharney has joined #openstack-manila | 15:35 | |
*** ganso_ has quit IRC | 15:40 | |
*** nkrinner has joined #openstack-manila | 15:48 | |
openstackgerrit | Merged openstack/manila: Support shrink_share in Huawei driver https://review.openstack.org/197410 | 15:49 |
*** xyang_ has quit IRC | 15:55 | |
*** ganso_ has joined #openstack-manila | 16:23 | |
*** jasonsb has joined #openstack-manila | 16:34 | |
*** sgotliv has quit IRC | 16:49 | |
*** nkrinner has quit IRC | 16:54 | |
*** rcallawa_ has joined #openstack-manila | 17:03 | |
*** akshai has quit IRC | 17:04 | |
*** akshai has joined #openstack-manila | 17:05 | |
*** rcallaw__ has joined #openstack-manila | 17:06 | |
*** rcallawa_ has quit IRC | 17:06 | |
*** rcallawa has quit IRC | 17:07 | |
*** jasonsb has quit IRC | 17:07 | |
*** jasonsb has joined #openstack-manila | 17:21 | |
*** xyang_ has joined #openstack-manila | 17:25 | |
*** zaitcev has joined #openstack-manila | 17:31 | |
*** lpetrut has quit IRC | 17:37 | |
*** akshai has quit IRC | 17:44 | |
*** rcallaw__ has quit IRC | 17:45 | |
*** akshai has joined #openstack-manila | 17:50 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila: Updated from global requirements https://review.openstack.org/205657 | 17:55 |
*** rcallawa has joined #openstack-manila | 17:57 | |
*** casusbelli has joined #openstack-manila | 18:31 | |
*** sgotliv has joined #openstack-manila | 18:46 | |
openstackgerrit | Merged openstack/manila: Change _LE to _LW (at manila/share/manager.py) https://review.openstack.org/205447 | 18:52 |
*** casusbelli has quit IRC | 18:52 | |
*** lpetrut has joined #openstack-manila | 18:52 | |
*** zhonghua-lee has joined #openstack-manila | 19:00 | |
*** zhonghua-lee has quit IRC | 19:16 | |
*** lpetrut has quit IRC | 19:18 | |
*** xyang_ has quit IRC | 19:20 | |
*** xyang_ has joined #openstack-manila | 19:23 | |
*** lpetrut has joined #openstack-manila | 19:36 | |
*** lpabon has joined #openstack-manila | 19:42 | |
*** jasonsb has quit IRC | 20:04 | |
*** rcallawa has quit IRC | 20:07 | |
*** breitz has quit IRC | 20:19 | |
*** breitz has joined #openstack-manila | 20:19 | |
*** lpetrut has quit IRC | 20:31 | |
*** jasonsb has joined #openstack-manila | 20:32 | |
*** lpabon has quit IRC | 20:35 | |
*** eharney has quit IRC | 20:53 | |
*** bswartz has quit IRC | 20:54 | |
*** rcallawa has joined #openstack-manila | 21:03 | |
*** rcallawa has quit IRC | 21:04 | |
*** rcallawa has joined #openstack-manila | 21:05 | |
*** akerr has quit IRC | 21:11 | |
*** xyang_ has quit IRC | 21:21 | |
openstackgerrit | Andrew Kerr proposed openstack/manila: Catch error_deleting state for more resources than just shares https://review.openstack.org/206116 | 21:55 |
*** sgotliv has quit IRC | 21:55 | |
*** ganso_ has quit IRC | 22:00 | |
*** rraja has joined #openstack-manila | 22:02 | |
*** chlong has joined #openstack-manila | 22:09 | |
*** xyang_ has joined #openstack-manila | 22:11 | |
*** cknight has quit IRC | 22:19 | |
*** xyang_ has quit IRC | 22:24 | |
*** marcusvrn has quit IRC | 22:25 | |
*** rcallawa has quit IRC | 22:49 | |
*** rcallawa has joined #openstack-manila | 22:49 | |
*** DericHorn-HP has joined #openstack-manila | 22:51 | |
*** akshai has quit IRC | 22:55 | |
*** DericHorn-HP has quit IRC | 22:58 | |
*** DericHorn-HP has joined #openstack-manila | 23:05 | |
*** DericHorn-HP has quit IRC | 23:06 | |
*** absubram has quit IRC | 23:11 | |
*** rcallawa_ has joined #openstack-manila | 23:34 | |
*** rcallawa has quit IRC | 23:37 | |
*** erlon has quit IRC | 23:43 | |
*** DericHorn-HP has joined #openstack-manila | 23:44 | |
*** bswartz has joined #openstack-manila | 23:51 | |
*** absubram has joined #openstack-manila | 23:53 | |
*** absubram has quit IRC | 23:54 | |
*** absubram has joined #openstack-manila | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!