Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
While copying files into 2 filesystems /scratch and /home, there were 2 discrete crashes occured. The directory that the client was populating when the crash occurred was not accessible from other clients after the client had crashed.
(lcommon_cl.c:147:cl_file_inode_init()) ASSERTION( (((inode->i_mode) & 00170000) == 0100000) ) failed:
Attachments
Activity
Link | New: This issue is duplicated by DDN-1403 [ DDN-1403 ] |
Fix Version/s | New: Lustre 2.14.0 [ 14490 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Description |
Original:
{noformat} (lcommon_cl.c:147:cl_file_inode_init()) ASSERTION( (((inode->i_mode) & 00170000) == 0100000) ) failed: {noformat} |
New:
While copying files into 2 filesystems /scratch and /home, there were 2 discrete crashes occured. The directory that the client was populating when the crash occurred was not accessible from other clients after the client had crashed.
{noformat} (lcommon_cl.c:147:cl_file_inode_init()) ASSERTION( (((inode->i_mode) & 00170000) == 0100000) ) failed: {noformat} |
Description |
New:
{noformat} (lcommon_cl.c:147:cl_file_inode_init()) ASSERTION( (((inode->i_mode) & 00170000) == 0100000) ) failed: {noformat} |
Link | New: This issue is related to DDN-1087 [ DDN-1087 ] |