Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
Without specifing "-b block-size" mke2fs creates journal_dev with "Block size 1024" on "Journal size: 21M" device and llmount.sh fails to create Lustre with external journal:
mke2fs: Filesystem has unexpected block size while trying
to open journal device /dev/vdb
because the target device itself is created with default "Block size: 4096".
Attachments
Activity
Fix Version/s | New: Lustre 2.16.0 [ 15190 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Description |
Original:
Without specifing "-b block-size" mke2fs creates journal_dev with "Block size 1024" on "Journal size: 21M" device and llmount.sh fails to create Lustre with external journal:
mke2fs: Filesystem has unexpected block size while trying to open journal device /dev/vdb because the target device itself is created with default "Block size: 4096". |
New:
Without specifing "-b block-size" mke2fs creates journal_dev with "Block size 1024" on "Journal size: 21M" device and llmount.sh fails to create Lustre with external journal:
{code} mke2fs: Filesystem has unexpected block size while trying to open journal device /dev/vdb {code} because the target device itself is created with default "Block size: 4096". |