Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
2998
Description
After setting up a zpool, attempted to mkfs, with a thinko in the command:
Bad command:
mkfs.lustre --reformat --mgs --fsname lustre --backfstype=zfs mirror lustre-meta/mgs
Correct command:
mkfs.lustre --reformat --mgs --fsname lustre --backfstype=zfs lustre-meta/mgs
Result:
Segmentation fault (core dumped)