opendevreview | Goutham Pacha Ravi proposed openstack/manila master: [doc] Update CephFS admin guide https://review.opendev.org/c/openstack/manila/+/911632 | 01:01 |
---|---|---|
opendevreview | Gireesh Awasthi proposed openstack/manila master: Share backups enhancement https://review.opendev.org/c/openstack/manila/+/910595 | 06:23 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila master: [doc] Update CephFS admin guide https://review.opendev.org/c/openstack/manila/+/911632 | 06:43 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila master: [doc] Update CephFS admin guide https://review.opendev.org/c/openstack/manila/+/911632 | 07:00 |
*** mikel[m] is now known as MikeLutaaya[m] | 07:04 | |
opendevreview | Solomon Barine Akpuru proposed openstack/manila master: Forbid resetting state of active replicas https://review.opendev.org/c/openstack/manila/+/899320 | 10:07 |
opendevreview | christian okeke proposed openstack/manila master: Add delete CLI helper to ShareCommands https://review.opendev.org/c/openstack/manila/+/911694 | 11:17 |
ccokeke[m] | <tspyderboy[m]> "gouthamr: using the green..." <- > <@tspyderboy:matrix.org> gouthamr: using the green play button, on the UI of PyCharm where function starts. | 11:20 |
ccokeke[m] | > By default, in backend it uses python unittest command | 11:20 |
ccokeke[m] | I use the `tox` command on the terminal to run the tests. Have you installed tox on your environment? | 11:20 |
geekyAyushi | hello people | 12:22 |
opendevreview | christian okeke proposed openstack/manila master: Add delete CLI helper to ShareCommands https://review.opendev.org/c/openstack/manila/+/911694 | 12:25 |
opendevreview | christian okeke proposed openstack/manila master: Add delete CLI helper to ShareCommands https://review.opendev.org/c/openstack/manila/+/911694 | 12:29 |
ccokeke[m] | gouthamr: carloss_ I was looking into this bug: https://bugs.launchpad.net/manila/+bug/2023754... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/nXbyHxslnWeBZWNdsgAxLgQR>) | 12:42 |
carloss_ | ccokeke[m]: hey | 12:44 |
carloss_ | I think it would be more on the lines of fixing things in the routing likely | 12:45 |
carloss_ | in the comments of the bug there is a mention by gouthamr to something | 12:45 |
carloss_ | which essentially is: this is happening because we are using underscores in urls that we should be using hyphens | 12:46 |
carloss_ | so maybe adding the alias would be a good fix already | 12:46 |
ccokeke[m] | carloss_: Yeah, I was searching for where to add the alias. Could you point me to where the URL can be modified? Is this going to be generic for all routes or specific for share_replicas? | 12:47 |
ccokeke[m] | I could not find where the URL is being constructed. I have looked at manila/api/common.py | 12:53 |
carloss_ | https://github.com/openstack/manila/blob/master/manila/api/v2/router.py#L586-L590 | 12:54 |
carloss_ | ccokeke[m]: https://github.com/openstack/manila/blob/master/manila/api/v2/router.py#L207-L239 I think share instances could be a good example | 12:55 |
ccokeke[m] | Thanks carloss_ Taking a look | 13:02 |
opendevreview | christian okeke proposed openstack/manila master: Fix the link to get the next share replica https://review.opendev.org/c/openstack/manila/+/911709 | 13:05 |
opendevreview | Gireesh Awasthi proposed openstack/manila master: Share backups enhancement https://review.opendev.org/c/openstack/manila/+/910595 | 13:08 |
melaku[m] | Hi everyone. | 13:09 |
melaku[m] | I was working on adding pre-commit into python-manilaclient and I had to change some files that pre-commit pointed out, which most of them are whitespaces and addition of blank lines. I also have to change some ambiguous variable names; When trying to push my changes for review, I encountered conflicts with another change and resolved them locally. However, I couldn't push the merges to Gerrit. Any solutions? | 13:09 |
ccokeke[m] | melaku[m]: > <@melakualehegn:matrix.org> Hi everyone. | 13:10 |
ccokeke[m] | > I was working on adding pre-commit into python-manilaclient and I had to change some files that pre-commit pointed out, which most of them are whitespaces and addition of blank lines. I also have to change some ambiguous variable names; When trying to push my changes for review, I encountered conflicts with another change and resolved them locally. However, I couldn't push the merges to Gerrit. Any solutions? | 13:10 |
ccokeke[m] | Could you post the error message you are getting? | 13:10 |
opendevreview | Gireesh Awasthi proposed openstack/manila master: Share backups enhancement https://review.opendev.org/c/openstack/manila/+/910595 | 13:11 |
ccokeke[m] | * Could you post the error message you are getting? You can use https://paste.opendev.org/ | 13:12 |
opendevreview | melaku alehegn proposed openstack/python-manilaclient master: Add pre-commit https://review.opendev.org/c/openstack/python-manilaclient/+/911723 | 14:12 |
melaku[m] | <ccokeke[m]> "> <@melakualehegn:matrix.org> Hi..." <- I was able to resolve the issue; I forgot to do "git rebase --continue" after resolving the conflicts. Thanks a lot ccokeke | 14:15 |
opendevreview | OpenStack Release Bot proposed openstack/python-manilaclient stable/2024.1: Update .gitreview for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911890 | 15:36 |
opendevreview | OpenStack Release Bot proposed openstack/python-manilaclient stable/2024.1: Update TOX_CONSTRAINTS_FILE for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911891 | 15:36 |
opendevreview | OpenStack Release Bot proposed openstack/python-manilaclient master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911892 | 15:36 |
*** chuanm3 is now known as chuanm | 16:34 | |
-opendevstatus- NOTICE: Jobs that fail due to being unable to resolve mirror.dfw.rackspace.opendev.org can be rechecked. This error was an unexpected side effect of some nodepool configuration changes which have been reverted. | 16:54 | |
opendevreview | Merged openstack/manila-tempest-plugin master: Fix backup build erro exception class name https://review.opendev.org/c/openstack/manila-tempest-plugin/+/911628 | 17:10 |
*** nicechisom[m] is now known as ChisomChinonye[m] | 17:51 | |
opendevreview | Goutham Pacha Ravi proposed openstack/python-manilaclient stable/2024.1: [OSC] Fix output format for osc share subnet create https://review.opendev.org/c/openstack/python-manilaclient/+/911613 | 19:12 |
tspyderboy[m] | Hi gouthamr , I was looking into this:... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/EXanCQtmvDiIYWmEvNGcYQBa>) | 19:17 |
opendevreview | Merged openstack/python-manilaclient stable/2024.1: Update .gitreview for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911890 | 19:21 |
opendevreview | Merged openstack/python-manilaclient stable/2024.1: Update TOX_CONSTRAINTS_FILE for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911891 | 19:23 |
tspyderboy[m] | I checked related causes of alembic not honring unique constraint: it could be due to naming convention https://alembic.sqlalchemy.org/en/latest/naming.html | 19:26 |
gouthamr | tspyderboy[m]: it might be | 19:39 |
gouthamr | tspyderboy[m]: do you have a devstack machine? | 19:39 |
tspyderboy[m] | gouthamr: My laptop somehow has (EFI Secure Boot enabled and BIOS seems locked), finding an alternate way to set VM for devstack | 19:47 |
opendevreview | Merged openstack/python-manilaclient master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/python-manilaclient/+/911892 | 20:02 |
tspyderboy[m] | gouthamr: Just fixed my VM, digitally signed VM kernel modules through MOK. I should get my DevStack running in sometime now inside VM | 20:10 |
gouthamr | tspyderboy[m]: perfect; when you have a devstack, you can actually try re-introducing that test case | 20:11 |
gouthamr | and seeing the failure | 20:11 |
opendevreview | Gireesh Awasthi proposed openstack/manila master: Implement the share backup for NetApp driver https://review.opendev.org/c/openstack/manila/+/909115 | 20:39 |
opendevreview | jayaanand borra proposed openstack/manila master: Human readable export location core implementation https://review.opendev.org/c/openstack/manila/+/908897 | 22:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!