Back to bug 2153196

Who When What Removed Added
Red Hat One Jira (issues.redhat.com) 2022-12-14 09:17:35 UTC Link ID Red Hat Issue Tracker RHCEPH-5776
Milind Changire 2022-12-14 10:34:06 UTC Depends On 2141061
Target Release 5.3z1 6.0
Venky Shankar 2022-12-14 13:24:58 UTC Assignee vshankar mchangir
Status NEW POST
Veera Raghava Reddy 2022-12-14 21:17:57 UTC Status POST MODIFIED
CC tserlin
Fixed In Version ceph-17.2.5-23.el9cp
CC hyelloji
Flags needinfo?(hyelloji)
Flags needinfo?(vereddy)
Flags needinfo?(hyelloji) needinfo?(vereddy)
errata-xmlrpc 2022-12-14 21:24:35 UTC Status MODIFIED ON_QA
Eliska 2022-12-15 07:35:16 UTC Flags needinfo?(mchangir)
CC ekristov
Hemanth Kumar 2022-12-21 13:52:35 UTC Status ON_QA ASSIGNED
Flags needinfo?(mchangir)
Eliska 2022-12-23 07:15:24 UTC Flags needinfo?(mchangir)
Eliska 2022-12-23 07:17:34 UTC CC akraj, rmandyam
Red Hat Bugzilla 2022-12-31 19:50:43 UTC CC hyelloji
QA Contact hyelloji
Red Hat Bugzilla 2023-01-01 05:39:55 UTC CC tserlin
Red Hat Bugzilla 2023-01-01 08:28:27 UTC CC amk
Red Hat Bugzilla 2023-01-01 08:49:12 UTC CC vereddy
Red Hat Bugzilla 2023-01-01 08:49:31 UTC CC vshankar
Hemanth Kumar 2023-01-03 12:20:57 UTC QA Contact hyelloji
CC hyelloji
Alasdair Kergon 2023-01-04 04:45:34 UTC CC amk
Alasdair Kergon 2023-01-04 05:57:59 UTC CC vshankar
Alasdair Kergon 2023-01-04 06:29:04 UTC CC vereddy
Milind Changire 2023-01-04 16:44:47 UTC Flags needinfo?(mchangir) needinfo?(mchangir) needinfo?(mchangir)
Hemanth Kumar 2023-01-04 17:07:29 UTC Flags needinfo?(mchangir)
Milind Changire 2023-01-05 06:22:39 UTC Flags needinfo?(mchangir)
Venky Shankar 2023-01-05 07:11:21 UTC Flags needinfo?(mchangir)
Milind Changire 2023-01-05 09:50:13 UTC Flags needinfo?(mchangir)
Hemanth Kumar 2023-01-09 07:02:26 UTC Flags needinfo?(vshankar)
Eliska 2023-01-09 08:26:42 UTC Flags needinfo?(mchangir)
Red Hat Bugzilla 2023-01-09 08:29:26 UTC CC ceph-eng-bugs
Milind Changire 2023-01-09 09:36:14 UTC Flags needinfo?(mchangir) needinfo?(hyelloji)
Venky Shankar 2023-01-09 10:10:45 UTC Flags needinfo?(vshankar) needinfo?(mchangir) needinfo?(hyelloji)
Eliska 2023-01-09 11:08:35 UTC Flags needinfo?(mchangir)
Hemanth Kumar 2023-01-09 14:18:59 UTC Flags needinfo?(hyelloji) needinfo?(hyelloji)
Hemanth Kumar 2023-01-09 14:20:44 UTC Flags needinfo?(mchangir) needinfo?(mchangir)
Alasdair Kergon 2023-01-09 19:43:36 UTC CC ceph-eng-bugs
Eliska 2023-01-10 10:32:08 UTC Flags needinfo?(mchangir)
Milind Changire 2023-01-10 11:38:37 UTC Flags needinfo?(mchangir)
Target Release 6.0 6.1
Hemanth Kumar 2023-03-20 06:21:12 UTC Flags needinfo?(mchangir)
Greg Farnum 2023-03-23 16:04:13 UTC Flags needinfo?(mchangir)
CC gfarnum
Venky Shankar 2023-03-23 16:22:29 UTC Flags needinfo?(mchangir)
Milind Changire 2023-03-24 02:47:19 UTC Flags needinfo?(mchangir) needinfo?(mchangir) needinfo?(mchangir)
Greg Farnum 2023-04-10 14:57:49 UTC Status ASSIGNED MODIFIED
Keywords Rebase
errata-xmlrpc 2023-04-10 21:27:05 UTC Status MODIFIED ON_QA
Hemanth Kumar 2023-04-19 06:02:02 UTC Flags needinfo?(mchangir)
Akash Raj 2023-05-03 06:32:59 UTC Flags needinfo?(mchangir)
Docs Contact akraj
Milind Changire 2023-05-03 08:10:38 UTC Doc Text Cause:
The snap-schedule module was incorrectly referring to the volumes module when attempting to fetch the subvolume path.

Consequence:
Due to using incorrect name of the volumes module and remote method name, the ImportError traceback was seen.

Fix:
A bugfix was needed to correct the implementation to fix the issue.

Result:
The snap-schedule module correctly resolves the subvolume path when trying to add a subvolume level schedule.
Doc Type If docs needed, set a value Bug Fix
Hemanth Kumar 2023-05-03 09:29:46 UTC Status ON_QA VERIFIED
Akash Raj 2023-05-08 02:42:08 UTC Blocks 2192813
Akash Raj 2023-05-15 06:43:34 UTC Flags needinfo?(mchangir)
Milind Changire 2023-05-15 07:22:32 UTC Doc Text Cause:
The snap-schedule module was incorrectly referring to the volumes module when attempting to fetch the subvolume path.

Consequence:
Due to using incorrect name of the volumes module and remote method name, the ImportError traceback was seen.

Fix:
A bugfix was needed to correct the implementation to fix the issue.

Result:
The snap-schedule module correctly resolves the subvolume path when trying to add a subvolume level schedule.
Cause:
The snap-schedule module was incorrectly referring to the volumes module method when attempting to fetch the subvolume path. This code path was untested and incorrect. The method needed to be implemented and correctly invoked from the snap-schedule CLI interface methods.

Consequence:
Due to using incorrect name of the volumes module and remote method name, the ImportError traceback was seen.

Fix:
A bugfix was needed to correct the implementation to fix the issue.

Result:
The snap-schedule module correctly resolves the subvolume path when trying to add a subvolume level schedule.
Flags needinfo?(mchangir) needinfo?(mchangir) needinfo?(mchangir)
Akash Raj 2023-05-16 04:08:32 UTC Doc Text Cause:
The snap-schedule module was incorrectly referring to the volumes module method when attempting to fetch the subvolume path. This code path was untested and incorrect. The method needed to be implemented and correctly invoked from the snap-schedule CLI interface methods.

Consequence:
Due to using incorrect name of the volumes module and remote method name, the ImportError traceback was seen.

Fix:
A bugfix was needed to correct the implementation to fix the issue.

Result:
The snap-schedule module correctly resolves the subvolume path when trying to add a subvolume level schedule.
.The snap-schedule module no longer incorrectly refers to the volumes module

Previously, the snap-schedule module would incorrectly refer to the volumes module when attempting to fetch the subvolume path. Due to using the incorrect name of the volumes module and remote method name, the `ImportError` traceback would be seen.

With this fix, the untested and incorrect code is rectified, and the method is implemented and correctly invoked from the snap-schedule CLI interface methods. The snap-schedule module now correctly resolves the subvolume path when trying to add a subvolume level schedule.
errata-xmlrpc 2023-06-15 09:08:16 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2023-06-15 09:16:25 UTC Resolution --- ERRATA
Status RELEASE_PENDING CLOSED
Last Closed 2023-06-15 09:16:25 UTC
errata-xmlrpc 2023-06-15 09:17:10 UTC Link ID Red Hat Product Errata RHSA-2023:3623

Back to bug 2153196