Thursday, 2020-05-14

*** brinzhang has joined #openstack-manila00:00
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: CIFS extension failing because of volume in use  https://review.opendev.org/49844500:12
openstackgerritGoutham Pacha Ravi proposed openstack/manila-tempest-plugin master: DNM: Testing CIFS extend/shrink failures  https://review.opendev.org/72789500:15
*** andrebeltrami has quit IRC01:33
*** brinzhang_ has joined #openstack-manila01:35
*** brinzhang has quit IRC01:38
openstackgerritGoutham Pacha Ravi proposed openstack/manila-tempest-plugin master: DNM: Testing CIFS extend/shrink failures  https://review.opendev.org/72789502:39
openstackgerritGoutham Pacha Ravi proposed openstack/manila-tempest-plugin master: DNM: Testing CIFS extend/shrink failures  https://review.opendev.org/72789502:41
openstackgerritGoutham Pacha Ravi proposed openstack/manila-tempest-plugin master: DNM: Testing CIFS extend/shrink failures  https://review.opendev.org/72789502:46
*** maaritamm has joined #openstack-manila04:26
*** tosky has joined #openstack-manila07:31
*** lpetrut has joined #openstack-manila11:25
*** lseki has quit IRC11:51
*** tkajinam has quit IRC12:01
*** lpetrut has quit IRC12:36
*** lseki has joined #openstack-manila12:41
*** lpetrut has joined #openstack-manila12:48
*** andrebeltrami has joined #openstack-manila13:03
*** hoonetorg has quit IRC13:16
*** hoonetorg has joined #openstack-manila13:22
openstackgerritChris MacNaughton (icey) proposed openstack/manila stable/ussuri: Monkey patch original current_thread _active  https://review.opendev.org/72807913:32
*** lpetrut has quit IRC13:46
*** brinzhang_ has quit IRC14:02
*** brinzhang_ has joined #openstack-manila14:03
dviroelgouthamr: sup!14:41
dviroelregarding this https://bugs.launchpad.net/manila/+bug/169985614:41
openstackLaunchpad bug 1699856 in OpenStack Shared File Systems Service (Manila) "Tempest tests missing adding Security service to share-network" [Medium,Triaged] - Assigned to Douglas Viroel (dviroel)14:41
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-tempest-plugin master: Add native zuulv3 job for cephfs nfs  https://review.opendev.org/72608814:41
dviroelif we provide a pre-created security service to tempest, will be an scenario where it won't be accessible to an user? I mean. is there a scenario where not admin users try to set up a share network, and we automatically associate  the pre-created sec service, and it goes bad?14:43
dviroelwe didn't face that issue yet, I'm trying to anticipate that14:44
dviroeladmin won't face issues when trying to associate pre-created sec services14:45
*** felipe_rodrigues has joined #openstack-manila15:04
*** e0ne has joined #openstack-manila15:12
e0nehi. I'm trying to get manila working on  my env. for now, test_list_share_export_locations_by_member tests fails permanently. is there any config option in tempest plugin or manila I should check?15:13
gouthamrdviroel: sorry, i noticed this now - we'll speak about it in the meeting if you want..15:17
dviroelgouthamr: ok15:17
gouthamre0ne: we're in #openstack-meeting-alt for the weekly manila meeting - please feel free to join us there, it's likely your issue is recently caused - are you running with the latest manila-tempest-plugin?15:18
e0negouthamr: actually, not15:18
e0neI'll try to check it with the latest tempest plugin15:20
e0negouthamr: I used incorrect version of tempest plugin. my fail :(15:23
gouthamrnp e0ne! good to know it's resolved15:25
*** vhari has quit IRC15:27
*** vhari has joined #openstack-manila15:42
*** brinzhang_ has quit IRC15:44
*** brinzhang_ has joined #openstack-manila15:45
*** hoonetorg has quit IRC15:56
dviroelgouthamr: lunch time, will be back in a hour, and we can continue to discuss about that bug16:00
gouthamrdviroel: sure thing16:00
*** gregwork has joined #openstack-manila16:03
*** hoonetorg has joined #openstack-manila16:08
*** gouthamr has left #openstack-manila16:43
*** gouthamr has joined #openstack-manila16:43
*** vhari has quit IRC17:04
*** hoonetorg has quit IRC17:05
*** vhari has joined #openstack-manila17:11
*** brinzhang_ has quit IRC17:13
*** brinzhang_ has joined #openstack-manila17:14
dviroelgouthamr: hey, when you some minutes..17:17
*** hoonetorg has joined #openstack-manila17:19
gouthamrdviroel: hi, again17:24
gouthamrdviroel: so, you can expect the security service to be accessible via the external network for now17:24
gouthamrdviroel: that way, it's available to all project networks that route to it... project networks are setup with one by default..17:25
gouthamrone = router with external network gateway17:26
dviroelgouthamr: should we worry about credentials issues when associating this pre-created security service to dynamic share networks?17:32
gouthamrdviroel: what kind?17:32
dviroelgouthamr: test classes are creating share networks that can be used on different tests, when we were trying to configure associate a pre-created security service to all of them17:33
dviroelgouthamr: let me rephrase, we are running tests with a single pre-created security service, provided via tempest.conf17:37
dviroelgouthamr: this means that all projects will be using the same security service, and so far we don't face any issue with that (api testing)17:37
gouthamrdviroel: why would we share the security service?17:39
gouthamrdviroel: we/the test accounts/credentials17:39
gouthamrdviroel: we could create a new security service every time a new network is created?17:39
dviroelgouthamr: yeah, this might be the correct approach,17:40
gouthamrdviroel: they'll all refer to the same security service backend, but in the tests, each network gets its own manila security service17:40
dviroelgouthamr: in that case, each test will create a new manila security service, using the info got from the pre-created one?17:41
gouthamrdviroel: each network perhaps - sometimes we end up sharing networks across tests in a test class... the info'll be from config17:42
dviroelgouthamr: true17:44
dviroelgouthamr: from config?  one config per sec service param?17:45
gouthamrdviroel: or one dictopt if that's better to document17:46
gouthamrdviroel: we'll need *all* values, so perhaps dictopt's better17:46
dviroelgouthamr: we were thinking on copying from a pre-created sec service, bad idea?17:47
gouthamrdviroel: ive seen resistance from test runners to do pre-work17:48
gouthamrdviroel: vkmc removed the need for share type to be configured for this reason17:48
gouthamr(scenario tests still rely on a default share type, but we'll get that fixed soon)17:48
dviroelgouthamr: oh, i was thinking that one configuration would be easier, but usually needs work in test script to have this working also.17:49
dviroelgouthamr: should we care about having more than one sec service?17:50
gouthamrdviroel: yes, and there are all sorts of "test hooks" written - so we'll have to mess with those, ex: python-tempestconf17:50
gouthamrdviroel: sure! we might as well17:51
dviroeldviroel: lets start with a simple dictopt and see how this can grows17:54
*** felipe_rodrigues has quit IRC17:54
dviroelgouthamr: ^ hahah17:54
dviroelgouthamr: i think that it's expect that all share network created by tempest to be associated with the sec serv, if provided, right?17:55
dviroelgouthamr: there are specific test classes that create that own share network + sec service, but this is a different case17:56
openstackgerritTobias Urdin proposed openstack/puppet-manila stable/ussuri: Switch to Ussuri  https://review.opendev.org/72818518:01
gouthamrdviroel: sorry, was afk - ack, there will be "API only" tests that create security services, we can ignore those18:10
dviroelgouthamr: no, thanks18:25
dviroels/no/np18:25
openstackgerritAlex Schultz proposed openstack/puppet-manila master: Bump version for the start of Victoria  https://review.opendev.org/72823318:26
*** brinzhang_ has quit IRC18:31
*** brinzhang has joined #openstack-manila18:33
*** e0ne has quit IRC19:34
*** maaritamm has quit IRC19:41
*** andrebeltrami has quit IRC21:23
*** tkajinam has joined #openstack-manila22:58
*** tosky has quit IRC23:05

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!