[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: |
|
||||||||
| 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
The proposed example is "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. 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. |