Friday, 2026-04-10

opendevreviewFiyin Peter proposed openstack/manila master: doc: document encryption_key_ref prerequisites and microversion  https://review.opendev.org/c/openstack/manila/+/98395101:19
opendevreviewMeer Hashaam Khan proposed openstack/manila master: Add api_audit_map.conf for CADF audit middleware  https://review.opendev.org/c/openstack/manila/+/98395201:44
hashaaamHi all, I've submitted a fix for bug #1929936 (missing api_audit_map.conf for Manila).  The patch adds the audit map file, wires it into api-paste.ini with a keystone_audit  pipeline, and includes admin docs. Review at: https://review.opendev.org/c/openstack/manila/+/983952 Would appreciate reviews when you get a chance. Thanks!01:46
opendevreviewMedha Choudhary proposed openstack/manila-tempest-plugin master: Add replication_policy metadata tests for SnapMirror policies  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/98315407:34
opendevreviewOlamide Ojo proposed openstack/manila master: use openstack cli commands  https://review.opendev.org/c/openstack/manila/+/94627208:36
opendevreviewKimberly Cruz proposed openstack/manila master: Add JSON schema validation for show share transfer  https://review.opendev.org/c/openstack/manila/+/98398708:44
opendevreviewOluwasola Akintewe proposed openstack/manila master: api-ref: add missing backup_type, host and topic to share backup responses  https://review.opendev.org/c/openstack/manila/+/98346308:49
nathan_akin[m]hi gouthamr  i am  just following up , I was assigned the backup_type api-ref bug in yesterday's meeting. I already have a patch up for it https://review.opendev.org/c/openstack/manila/+/983463. I've also updated the commit message to correctly reference the bug number. 08:51
opendevreviewOluwasola Akintewe proposed openstack/manila master: api-ref: add missing backup_type, host and topic to share backup responses  https://review.opendev.org/c/openstack/manila/+/98346309:12
opendevreviewNikita Skakun proposed openstack/manila master: Share server migration complete should adjust device id on ports  https://review.opendev.org/c/openstack/manila/+/98305209:35
opendevreviewNikita Skakun proposed openstack/manila master: NetApp error in get_performance_counters when node is down  https://review.opendev.org/c/openstack/manila/+/98147610:00
opendevreviewNikita Skakun proposed openstack/manila master: Fix NetApp perf counter retrieval when node down  https://review.opendev.org/c/openstack/manila/+/98147610:17
opendevreviewNikita Skakun proposed openstack/manila master: Adjust device_id on ports after share server migration  https://review.opendev.org/c/openstack/manila/+/98305210:21
opendevreviewNikita Skakun proposed openstack/manila master: Adjust device_id on ports after migration  https://review.opendev.org/c/openstack/manila/+/98305210:22
opendevreviewNikita Skakun proposed openstack/manila master: Adjust device_id on ports after migration  https://review.opendev.org/c/openstack/manila/+/98305210:25
opendevreviewMedha Choudhary proposed openstack/manila-tempest-plugin master: Add replication_policy metadata tests for SnapMirror policies  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/98315411:31
opendevreviewFiyin Peter proposed openstack/manila master: api-ref: fix "a export" grammar in export location metadata docs  https://review.opendev.org/c/openstack/manila/+/98400811:53
opendevreviewSilvia Wachira proposed openstack/python-manilaclient master: Improve --share-type help text for share create  https://review.opendev.org/c/openstack/python-manilaclient/+/98401011:55
comfortoyewole[m]Hello gouthamr @_oftc_gouthamr:matrix.org: 11:59
comfortoyewole[m]In the manila-tempest-plugin repository, when a test case is decorated with @ddt.data('version-1', 'version-2'), both the test method and the setUp() function are executed once for each version.11:59
comfortoyewole[m]The current version can be accessed in the test method by including a version parameter in its signature, is there a way to access the current version within the setUp() method as well?11:59
opendevreviewSilvia Wachira proposed openstack/python-manilaclient master: Improve --share-type help text for share create  https://review.opendev.org/c/openstack/python-manilaclient/+/98401012:25
opendevreviewFiyin Peter proposed openstack/manila master: api-ref: document metadata in Create share network subnet endpoint  https://review.opendev.org/c/openstack/manila/+/98402013:08
opendevreviewSaikumar Pulluri proposed openstack/manila master: Derive Barbican endpoint path from service catalog  https://review.opendev.org/c/openstack/manila/+/98370513:09
carloss> The current version can be accessed in the test method by including a version parameter in its signature, is there a way to access the current version within the setUp() method as well?13:58
carlosscomfortoyewole[m] you can pick that up from the configuration option in case you're looking for the latest version, rather than the test version13:58
comfortoyewole[m]carloss: I noticed that too, I was able to get the latest version from the configuration option with `config.CONF`, but what I’m looking to access is the version under test inside the setup() method.14:07
carlosscomfortoyewole[m]: which test are you referring to?14:08
comfortoyewole[m]I’m running the test in this file: `manila-tempest-plugin/manila_tempest_tests/tests/api/test_security_services_mapping.py`, particularly the `test_map_ss_to_sn_and_list` test case.14:11
carlosscomfortoyewole[m]: in that case you won't be able to access the version in the setup because of the way this is designed14:12
carlossthe setup is overriding its base class setup, meaning the setup method is called before the test is run14:13
carlosswhen setup is called, the test doesn't even exist14:13
comfortoyewole[m]Okay. I guess I’d create a utility method to create the test case instead.14:15
SilviaWachira[m]Hi carloss and gouthamr  I was reviewing python-novaclient’s deprecation policy but couldn’t find similar guidance for python-manilaclient. Should we follow the same conventions? Also, should a DeprecationWarning be raised at parse time or only when the deprecated argument is actually consumed?14:30
carlossSilviaWachira[m]: you mean for the manilaclient?14:39
carlosslike the shell commands?14:39
SilviaWachira[m]Yes, carloss. specifically for CLI arguments, such as --group-specs and --extra-specs, which I'm deprecating in my current patches in favor of --spec and --extra-spec.15:47
opendevreviewComfort Oyewole proposed openstack/manila-tempest-plugin master: Remove status field from security services API  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/84560315:54
comfortoyewole[m]Hi @car15:59
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Add missing share backup and share transfer sections to CLI docs  https://review.opendev.org/c/openstack/python-manilaclient/+/98406416:12
comfortoyewole[m]opendevreview: Hi [carloss](https://matrix.to/#/@_oftc_carloss:matrix.org), [gouthamr](https://matrix.to/#/@_oftc_gouthamr:matrix.org), while working on fixing this, I noticed 2 failing tests:... (full message at <https://matrix.org/oftc/media/v1/media/download/AfiEoig_UTyjBS_78NITldn_Su40DmiptIyli4aeqLpInP4aPLcgevCOscYD7APu2kFWnMvWHJPM-GF5qV_8gsVCedwEoL9QAG1hdHJpeC5vcmcvdWlIWnNhdGh0cFdEQU9PZG11bkZUbVhs>)16:19
comfortoyewole[m]s/carloss/@_oftc_carloss:matrix.org/, s/gouthamr/@_oftc_gouthamr:matrix.org/16:31
comfortoyewole[m]* Hi [@_oftc_carloss:matrix.org](https://matrix.to/#/@_oftc_carloss:matrix.org), [@_oftc_gouthamr:matrix.org](https://matrix.to/#/@_oftc_gouthamr:matrix.org), while working on fixing this, I noticed 2 failing... (full message at <https://matrix.org/oftc/media/v1/media/download/AcTdt1V1BGSJRa0EEvGOCuHd4tERul_qeh6_q7pGAFyb2V54iwTemLuOY7flCCFNGYVmNcza1TEVXTUnniUMNZJCedwFiNmAAG1hdHJpeC5vcmcvb0R2YlFubmlyVlF1ZHBDdlhkWFlmdFRr>)16:35
*** vhari_ is now known as vhari16:59
carlosscomfortoyewole[m]: can you please link me the job that is failing?17:32
carlossI looked at the changes you submitted commits but their failures are different17:33
opendevreviewJoses De Carlos proposed openstack/manila master: add share network get schema validation  https://review.opendev.org/c/openstack/manila/+/97934819:20
* nathan_akin[m] uploaded an image: (101KiB) < https://matrix.org/oftc/media/v1/media/download/ASogCu0zzbwtLByePK2etYDzOtG0e6PT--Rk7BmWySVroUFJ0t-AqwdZQVV1FpXLOMDgVIrIgU0GYruz0ZdRp8ZCedwRthpAAG1hdHJpeC5vcmcvbkdxRGtYUlJKalR2c0F0aUhITlJJZ2Rh >20:08
nathan_akin[m]hello good evening gouthamr  carloss  so i checked  Stephen's patches to understand the migration pattern and i tried it locally with share_limits then i migrated the command and tests into python-openstackclient and both tests pass.  20:08
nathan_akin[m]but i noticed something actually.... so  after migration, the commands still import api_versions from manilaclient for microversion checks,  Is that like temporary until the underlying library moves to SDK, or is there a plan to replace those checks with something in openstackclient itself? i would love to understand 20:10
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Fix TestShareRestore tests nested inside setUp  https://review.opendev.org/c/openstack/python-manilaclient/+/98412220:11
carlossSilviaWachira[m]: apologies, I missed your reply. So the manila shell client was removed and we should have no deprecated options/commands at the momeng20:25
carloss> or is there a plan to replace those checks with something in openstackclient itself?20:26
carlossnathan_akin[m] with time, I think we'll naturally shift all to the openstackclient 20:26
nathan_akin[m]carloss: oh i understand20:27
nathan_akin[m]thanks for the clarification20:27
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Add missing share backup and share transfer sections to CLI docs  https://review.opendev.org/c/openstack/python-manilaclient/+/98406420:41
opendevreviewOluwasola Akintewe proposed openstack/manila master: share: fix malformed log format string in create_backup_continue  https://review.opendev.org/c/openstack/manila/+/98412520:48
opendevreviewDenver Baraka proposed openstack/manila master: add missing unit tests for manila/share/qos_types  https://review.opendev.org/c/openstack/manila/+/98412720:49
SilviaWachira[m]carloss: carloss: no worries and thank you for the clarification .... (full message at <https://matrix.org/oftc/media/v1/media/download/Abuq3-UZBXlwjaWlZaAyEXoDATpV8s0sikq7iPKLdKqaTNOuFr-MgJgcFV6fTazhuVABUeXtHui8sv7ZlK5QLG9CedwUdkMgAG1hdHJpeC5vcmcvc3BuR0tYQWNkcVpXZmlYQlVmYWJqRFdj>)20:56
*** denver is now known as denver_ba21:11
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Add missing share export location set and unset to CLI docs  https://review.opendev.org/c/openstack/python-manilaclient/+/98413021:11
denver_bahi @carloss and @gouthamr, I have been working on improving test coverage for Manila and python-manilaclient. Do you recommend writing missing unit tests as new patches, like what I have done here? https://review.opendev.org/c/openstack/manila/+/984127 Is this a good approach to contribute??21:11
denver_ba+ as the contribution period is almost ending, please advice which type of patches should we list, only merged or all??21:13
denver@Gouthamr I updated the note for the Ceph drivers here as per your review https://review.opendev.org/c/openstack/manila/+/98163321:17
opendevreviewDenver Baraka proposed openstack/manila master: add missing unit tests for manila/share/qos_types  https://review.opendev.org/c/openstack/manila/+/98412721:23
opendevreviewComfort Oyewole proposed openstack/manila-tempest-plugin master: Remove status field from security services API  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/84560321:30
comfortoyewole[m]carloss: [carloss](https://matrix.to/#/@_oftc_carloss:matrix.org) The failing tests are from local runs.21:36
comfortoyewole[m]carloss: Yeah, I saw that, I’ve fixed those. I’ll share the jobs if they also fail on the patch.21:37
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Fix dead link, removed CLI reference and typo in contributing.rst  https://review.opendev.org/c/openstack/python-manilaclient/+/98413723:37

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