Tuesday, 2024-03-05

amaraHello! I am Amarachi, an Outreachy applicant from Nigeria07:31
opendevreviewTakashi Kajinami proposed openstack/manila master: Deprecate Windows SMB share driver  https://review.opendev.org/c/openstack/manila/+/91104808:42
tkajinamI wonder this makes sense ^^^08:43
tkajinam(if it does then we may want to merge it in stable/2024.1 so that we can drop the driver in 2024.2)08:44
*** solly47[m] is now known as AkpuruSolomonBarine[m]08:58
AkpuruSolomonBarine[m]Hello Everyone08:58
opendevreviewMerged openstack/devstack-plugin-ceph master: Fix cephadm binary URL to the numeric ceph version  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/91096610:51
opendevreviewKe Niu proposed openstack/manila master: Add user defined extra capabilities  https://review.opendev.org/c/openstack/manila/+/91108510:59
opendevreviewkiran pawar proposed openstack/manila master: Add share type encryption  https://review.opendev.org/c/openstack/manila/+/90997711:30
opendevreviewkiran pawar proposed openstack/manila master: Use encryption key id during share create  https://review.opendev.org/c/openstack/manila/+/91108911:30
opendevreviewkiran pawar proposed openstack/manila-specs master: Add spec for share encryption  https://review.opendev.org/c/openstack/manila-specs/+/89899911:32
carloss_amara AkpuruSolomonBarine[m] o/ hello :)12:10
carloss_tkajinam: I think it makes sense, we can do some extra digging12:11
ccokeke[m]Hi carloss gouthamr 12:34
ccokeke[m]I was looking into this bug: https://bugs.launchpad.net/manila/+bug/205278512:34
ccokeke[m]I hope it is still active and I can work on it?12:34
carloss_ccokeke[m]: hey13:41
carloss_this is a good bug, but it's not that easy to fix13:41
carloss_have you looked at the bugs that have the low-hanging-fruit tag?13:42
carloss_that is used to identify bugs that are supposed to be easier to fix, and are good for people starting to contribute13:42
ccokeke[m]Thanks carloss 13:48
ccokeke[m]I will look into the other low-hanging fruits bug as well.13:48
ccokeke[m]Thanks for the quick response13:48
msaravanhi, any recent changes done to RBAC ? I see the below 3 tests fails continuously with the error : Details: {'code': 403, 'message': 'Access was denied to this resource.') 13:50
msaravantest_soft_delete_and_restore_share[api_with_backend,id-7a19fb58-b645-44cc-a6d7-b3508ff8754d,positive]13:50
msaravantest_restore_share_with_wrong_id[api,id-87345725-f187-4d7d-86b1-62284e8c75ae,negative]13:50
msaravantest_soft_delete_share_has_been_soft_deleted[api_with_backend,id-36cbe23b-08d2-49d9-bb42-f9eb2a804cb1,negative]13:50
msaravantest_soft_delete_share_with_wrong_id[api,id-0ccd44dd-2fda-403e-bc23-7ce428550f36,negative]13:50
msaravanThe above errors are seen in NetApp-CI 13:50
msaravanfor the upstream patch - https://review.opendev.org/c/openstack/manila/+/91104813:51
carloss_ccokeke[m]: np14:00
carloss_msaravan: hey, I assume this is on master branch, right?14:01
carloss_I believe nothing has changes in the last couple of days though :|14:02
opendevreviewSaravanan Manickam proposed openstack/manila master: [DNM] Check NetApp CI runs  https://review.opendev.org/c/openstack/manila/+/90713214:12
msaravanthank you @carloss_ 14:20
carloss_msaravan: in a recent change, the rbac build works just fine: https://review.opendev.org/c/openstack/manila-tempest-plugin/+/910908?tab=change-view-tab-header-zuul-results-summary14:21
carloss_are you enabling rbac in the CI though?14:22
msaravancool ..will cross verify the tempest configs 14:22
msaravanI didnt make any changes.. I see it passing last month.. and now I see the 4 tests continuously fail for all the patches..so just thought of cross checking 14:22
carloss_https://zuul.opendev.org/t/openstack/build/49b227729c594bd398f420bf9ac6d0a2/log/controller/logs/etc/manila/manila_conf.txt#97 - this should enable rbac14:23
msaravanwill compare the configs and find it out 14:23
carloss_https://zuul.opendev.org/t/openstack/build/49b227729c594bd398f420bf9ac6d0a2/log/controller/logs/tempest_conf.txt#89 - and this14:23
msaravanthank you for the pointers.. 14:24
opendevreviewGireesh Awasthi proposed openstack/manila master: Implement the share backup for NetApp driver  https://review.opendev.org/c/openstack/manila/+/90911514:43
opendevreviewMerged openstack/python-manilaclient master: Add new-note tox environment  https://review.opendev.org/c/openstack/python-manilaclient/+/90936415:07
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: Set CephFS/NFS job to non-voting  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/91115717:38
opendevreviewMerged openstack/manila-ui master: Add new-note tox environment  https://review.opendev.org/c/openstack/manila-ui/+/90965917:49
*** tspyderboy[m] is now known as MohdAriq[m]17:55
*** MohdAriq[m] is now known as tspyderboy[m]17:57
tspyderboy[m]gouthamr: Thanks, I am setting up manila-ui, then shall start with a starters bug18:02
gouthamrmsaravan carloss_ the tests failing with RBAC errors were reported in a bug here: https://bugs.launchpad.net/manila/+bug/2035562 18:13
msaravanThe bug is on me only :-) thank you for sharing that. 18:16
msaravanWhat worries me is, I used to see them passing in some runs and failing in a few. Need to root cause that. 18:17
gouthamrhaha :) i wonder if there's something going wrong with tenant isolation here... with my brief debugging, i felt that the credential's roles were being altered in the course of the test .. i.e., the test account used only had a "reader" role assigned by the time it issued a soft-delete (or restore) call.. 18:18
gouthamrmsaravan: try running the tests with concurrency=1 and see if things look the same? 18:20
msaravan@gouthamr : good information. Sure, will do that. 18:21
tspyderboy[m]@gouthamr : https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/WpLHtxOHrfegULyXqQEVqrYQ>)19:25
gouthamrtspyderboy[m]: where are you running devstack? is this a VM? and what's the OS you're using?19:26
tspyderboy[m] Nope, didnt run it in VM. Running it on Ubuntu 22.04.4 LTS19:28
gouthamrtspyderboy[m]: oh, i'd discourage running devstack directly on your laptop/computer.. 20:07
gouthamrtspyderboy[m]: you'd need a virtual machine; i suggest using virtualbox and ubuntu 22.04; here's a guide that might be helpful https://medium.com/@shuvamkumarsk1/setup-devstack-in-virtualbox-e09d9f9e2d84 --- use this in conjunction with the local.conf from https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html20:10
tspyderboy[m]gouthamr:  Thanks for the reference, I'll set it up in VM20:11
gouthamrtspyderboy[m]: also, to make a beginner bug fix, devstack may not be required always... find something small - like a small code change that you can unit test locally (unit tests don't run the software, they use a python virtual environment to simulate the code and test a particular code block), or documentation changes20:12
tspyderboy[m]gouthamr: Sure, also what is the recommended python version for manila-ui20:22
opendevreviewMerged openstack/manila-tempest-plugin master: Ensure metadata tests manipulate only its own metadata  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/90979820:32
opendevreviewMerged openstack/manila-tempest-plugin master: Use ddt.named_data decorator to avoid random test names  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/91090820:43
gouthamrtspyderboy[m]: multiple versions of python are supported atm; the minimum version is 3.9 20:45

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