Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
11511
Description
Was just formatting a second MDT for a test filesystem by hand, and forgot to add --mgsnode= to the mkfs.lustre options. This succeeded, but failed when the MDT was mounted:
mount -t lustre /dev/vg_sookie/lvmdt2 /mnt/mds2 mount.lustre: missing option mgsnode=<nid>
This should really be a required option for mkfs.lustre, since no target is usable without this.