Back to bug 1306416

Who When What Removed Added
John Prause 2016-02-10 19:14:02 UTC Status NEW ASSIGNED
Target Release 5.6.0 5.5.3
Assignee roliveri hsong
John Prause 2016-02-10 19:14:27 UTC Keywords ZStream
Hui Song 2016-03-07 22:12:32 UTC Status ASSIGNED POST
John Prause 2016-03-08 20:19:00 UTC Status POST MODIFIED
Marianne Feifer 2016-03-21 12:33:28 UTC CC mfeifer
Doc Text Cause: Rhel 7 guest
with EXT4 filesytem that is spread across 3 disk. Normally file system is on one disk.

Consequence: On Rhel 7 guest
with EXT4 filesytem that is spread across 3 disk, smart state error "Unable to mount filesystem. Reason:[No root filesystem found.]"

Fix: Changed the logic to decide the size of group descriptor based on INCOMPAT_64BIT flag and s_desc_size from superblock.

Result: SmartState is successful.
Rich Oliveri 2016-03-21 14:16:48 UTC Flags needinfo?(mfeifer)
Jeffrey Cutter 2016-03-21 23:15:54 UTC CC jcutter
errata-xmlrpc 2016-03-22 10:58:58 UTC Status MODIFIED ON_QA
John Prause 2016-03-22 12:32:22 UTC Fixed In Version 5.5.3.2
dajohnso 2016-03-24 21:13:29 UTC QA Contact dajohnso akarol
Dave Johnson 2016-03-28 14:48:21 UTC QA Contact akarol dajohnso
Marianne Feifer 2016-04-11 16:36:56 UTC Doc Text Cause: Rhel 7 guest
with EXT4 filesytem that is spread across 3 disk. Normally file system is on one disk.

Consequence: On Rhel 7 guest
with EXT4 filesytem that is spread across 3 disk, smart state error "Unable to mount filesystem. Reason:[No root filesystem found.]"

Fix: Changed the logic to decide the size of group descriptor based on INCOMPAT_64BIT flag and s_desc_size from superblock.

Result: SmartState is successful.
Cause: internal structure of the FS used 64 bit group descriptors.

Consequence: smart state error "Unable to mount filesystem. Reason:[No root filesystem found.]"

Fix: Changed the logic to decide the size of group descriptor based on INCOMPAT_64BIT flag and s_desc_size from superblock.

Result: SmartState is successful.
Flags needinfo?(mfeifer)
Suyog Sainkar 2016-04-12 02:09:58 UTC CC ssainkar
Doc Text Cause: internal structure of the FS used 64 bit group descriptors.

Consequence: smart state error "Unable to mount filesystem. Reason:[No root filesystem found.]"

Fix: Changed the logic to decide the size of group descriptor based on INCOMPAT_64BIT flag and s_desc_size from superblock.

Result: SmartState is successful.
Previously, there was a SmartState error, "Unable to mount filesystem. Reason:[No root filesystem found.]” The issue was caused because the internal structure of the filesystem used 64 bit group descriptors.

This patch changes the logic to decide the size of group descriptor based on INCOMPAT_64BIT flag and s_desc_size from superblock. As a result, the issue is now resolved and SmartState analysis is successful.
errata-xmlrpc 2016-04-13 03:47:48 UTC Status ON_QA RELEASE_PENDING
errata-xmlrpc 2016-04-13 18:43:18 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-04-13 14:43:18 UTC
Sachin 2017-03-08 12:43:13 UTC Depends On 1430356

Back to bug 1306416