Back to bug 1623330

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2018-08-29 06:05:30 UTC Target Release 3.0 3.*
Patrick Donnelly 2018-08-29 18:28:24 UTC Priority unspecified medium
Status NEW ASSIGNED
Target Release 3.* 3.1
Target Milestone rc z1
Severity medium low
Ramakrishnan Periyasamy 2018-08-30 06:22:09 UTC CC rperiyas
Patrick Donnelly 2018-10-08 17:41:55 UTC Target Milestone z1 z2
Patrick Donnelly 2018-11-01 18:16:56 UTC Target Release 3.1 3.2
Target Milestone z2 z1
PnT Account Manager 2018-11-16 10:21:11 UTC CC john.spray
Patrick Donnelly 2019-01-04 20:29:02 UTC Target Milestone z1 z2
Prashant Dhange 2019-01-11 05:03:06 UTC CC pdhange, pdonnell
Flags needinfo?(pdonnell)
Patrick Donnelly 2019-01-12 00:01:55 UTC Flags needinfo?(pdonnell)
Patrick Donnelly 2019-03-05 22:20:18 UTC Whiteboard DevNeeded
Patrick Donnelly 2019-04-02 22:36:33 UTC Target Release 3.2 3.3
Target Milestone z2 ---
RHEL Program Management 2019-04-02 22:36:37 UTC Target Milestone --- rc
Patrick Donnelly 2019-06-14 03:56:12 UTC Target Milestone rc z1
Giridhar Ramaraju 2019-08-05 13:09:32 UTC QA Contact ceph-qe-bugs hgurav
Hemant G 2019-08-06 09:25:36 UTC QA Contact hgurav vpoliset
Patrick Donnelly 2019-08-22 21:55:48 UTC Target Milestone z1 z2
Patrick Donnelly 2019-10-01 07:45:11 UTC Target Release 3.3 4.*
Target Milestone z2 ---
RHEL Program Management 2019-10-01 07:45:17 UTC Target Milestone --- rc
Target Release 4.* 3.*
Patrick Donnelly 2019-10-01 07:53:21 UTC Target Release 3.* 4.*
Patrick Donnelly 2019-12-13 21:34:51 UTC Target Release 4.* 5.0
Assignee pdonnell zyan
Yaniv Kaul 2020-05-07 13:11:44 UTC CC zyan
Flags needinfo?(zyan)
Patrick Donnelly 2020-05-12 00:11:40 UTC Target Release 5.0 5.1
CC jlayton
Whiteboard DevNeeded
Flags needinfo?(jlayton)
Jeff Layton 2020-05-12 14:18:22 UTC Flags needinfo?(jlayton) needinfo?(pdonnell)
Patrick Donnelly 2020-05-18 17:50:45 UTC Flags needinfo?(pdonnell) needinfo?(zyan)
Patrick Donnelly 2020-07-09 21:37:30 UTC Target Release 5.1 5.0
Link ID Ceph Project Bug Tracker 46438
Version 3.0 5.0
Assignee zyan sanupkri
Target Milestone rc z1
Flags needinfo?(zyan) needinfo?(zyan)
Patrick Donnelly 2020-07-31 21:57:18 UTC Target Milestone z1 rc
Veera Raghava Reddy 2020-10-29 17:32:03 UTC CC vereddy
PnT Account Manager 2020-11-04 18:39:54 UTC QA Contact vpoliset hyelloji
Drew Harris 2020-11-09 16:57:52 UTC Target Milestone rc ---
Yaniv Kaul 2020-11-25 08:14:36 UTC Summary ceph.dir.layout layout xattr does not exist for subdirs on non default pool [GSS]ceph.dir.layout layout xattr does not exist for subdirs on non default pool
PnT Account Manager 2020-12-02 16:12:32 UTC CC zyan
Patrick Donnelly 2021-01-15 22:17:12 UTC Target Release 5.0 5.1
Red Hat One Jira (issues.redhat.com) 2021-06-02 18:48:03 UTC Link ID Red Hat Issue Tracker RHCEPH-142
Douglas Fuller 2021-06-23 14:11:23 UTC Assignee sanupkri pdonnell
Patrick Donnelly 2021-06-24 04:05:51 UTC Assignee pdonnell mchangir
Patrick Donnelly 2021-11-02 00:25:26 UTC Whiteboard NeedsDev
Greg Farnum 2022-01-05 23:42:56 UTC CC gfarnum
Target Release 5.1 5.2
Greg Farnum 2022-03-09 14:35:54 UTC Flags needinfo?(mchangir)
CC mchangir
Milind Changire 2022-03-14 13:06:57 UTC Flags needinfo?(mchangir)
Greg Farnum 2022-03-30 15:12:51 UTC Flags needinfo?(mchangir)
Milind Changire 2022-04-07 02:43:47 UTC Status ASSIGNED MODIFIED
Patrick Donnelly 2022-05-24 17:16:17 UTC Link ID Ceph Project Bug Tracker 51062
Patrick Donnelly 2022-05-24 17:16:28 UTC Link ID Ceph Project Bug Tracker 46438
Ken Dreyer (Red Hat) 2022-05-24 21:40:38 UTC Fixed In Version ceph-16.2.8-2.el8cp
Flags needinfo?(mchangir)
CC kdreyer
Keywords Rebase
errata-xmlrpc 2022-05-24 23:36:41 UTC Status MODIFIED ON_QA
Akash Raj 2022-07-06 06:37:38 UTC CC akraj
Flags needinfo?(mchangir)
Blocks 2102272
Akash Raj 2022-07-06 07:08:05 UTC Docs Contact akraj
Akash Raj 2022-07-12 04:45:48 UTC Flags needinfo?(mchangir)
Milind Changire 2022-07-18 11:58:03 UTC Doc Type If docs needed, set a value Bug Fix
Doc Text Cause:
Directory paths were not traversed up to the root to find out the most closest inherited layout.

Consequence:
System returned 'No such attribute' for directories which didn't have layout set specifically on them.

Fix:
Directory traversal up to the root to find the closest inherited layout has fixed the problem.

Result:
Getting the ceph.dir.layout for any directory always returns a value, i.e. the closest layout that is inherited from the directory hierarchy.
Flags needinfo?(mchangir) needinfo?(mchangir)
Akash Raj 2022-07-21 13:08:27 UTC Doc Text Cause:
Directory paths were not traversed up to the root to find out the most closest inherited layout.

Consequence:
System returned 'No such attribute' for directories which didn't have layout set specifically on them.

Fix:
Directory traversal up to the root to find the closest inherited layout has fixed the problem.

Result:
Getting the ceph.dir.layout for any directory always returns a value, i.e. the closest layout that is inherited from the directory hierarchy.
.Fetching `ceph.dir.layout` for any directory returns the closest inherited layout

Previously, the directory paths did not traverse to the root to find the closest inherited layout causing the system to return a “No such attribute” message for directories that did not have a layout set specifically on them.

With this fix, the directory paths traverse to the root to find the closest inherited layout and fetches the `ceph.dir.layout` for any directory from the directory hierarchy.
Flags needinfo?(mchangir)
Akash Raj 2022-07-25 05:52:57 UTC Flags needinfo?(mchangir)
errata-xmlrpc 2022-08-09 09:52:41 UTC Status ON_QA RELEASE_PENDING
errata-xmlrpc 2022-08-09 17:35:53 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2022-08-09 17:35:53 UTC
errata-xmlrpc 2022-08-09 17:36:30 UTC Link ID Red Hat Product Errata RHSA-2022:5997

Back to bug 1623330