Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
m:lustre-release# rm /tmp/lustre-* m:lustre-release# FSTYPE=zfs bash lustre/tests/llmount.sh ... Formatting mgs, mds, osts Format mds1: lustre-mdt1/mdt1 mkfs.lustre FATAL: Unable to create pool lustre-mdt1 (256) mkfs.lustre FATAL: mkfs failed 256
The command that fails is zpool create:
m:lustre-release# zpool create -f -O canmount=off lustre-mdt1 /tmp/lustre-mdt1 cannot create 'lustre-mdt1': one or more devices is less than the minimum size (64M)
Attachments
Issue Links
- is related to
-
LU-8076 conf-sanity test_21e fails with 'add fs2mgs failed'
-
- Open
-
Thanks, John!