[LUDOC-268] Insert example MDS format cmd into Manual for multiple/failover nid - case Created: 19/Feb/15  Updated: 15/Sep/16

Status: Open
Project: Lustre Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Minor
Reporter: Thomas Roth Assignee: Lustre Manual Triage
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Related
is related to LUDOC-274 Add mkfs.lustre example for multi-hom... Resolved
Rank (Obsolete): 17543

 Description   

As of 2015-02-19, the Lustre 2.x manual lacks an explicti example of how to format MGS and MDT in case of

  • separate MGS and MDT and
  • failover pair of MDS where these two targets might be running

The proposed example is
"mkfs.lustre --mgs --servicenode=mgsNID1 --servicenode=mgsNID2 /dev/mgs-disk"

"mkfs.lustre --mdt --fsname=lustre --index=0 --servicenode=NID1 --servicenode=NID2 --mgsnode=mgsNID1 --mgsnode=mgsNID2 /dev/mdt-disk"

Possible placement: Section 13.10. Specifying NIDs and Failover

The examples given there almost cover the case, but the given command for mds0 will not work for separate mgs and mdt partitions, since the --mgsnode specification is missing.
Giving instead only 2 --mgsnode= specifications defines only the failover nids for the MGS, not the ones for the MDT. Even if MGS and MDT are run always from the same machine, i.e. if "mgsNID1" and "NID1" from my example command are the same, failover does not work, unless this nid is also specified as a --servicenode

Attentive reading of the manual might give the necessary clues right now, but seeing all options together in an example makes things by far easier.


Generated at Sat Feb 10 03:41:34 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.