Update the user manual to describe changes to the user tools:
- formatting, mounting, usage, configuration, etc.
- potentially some of the example output (if relevant to the examples)
- /proc tunables, module parameters, etc.
Since we use a single manual for all of the Lustre releases, when changing any significant sections of text the content should include the version in which the change was made (i.e. 2.4) and leave the old comments in place (at least back to 2.1, older 1.x sections can be removed), for example:
Starting with Lustre 2.4, it is possible to add multiple MDTs to a single Lustre filesystem, by specifying a non-zero index for the later MDTs, like mkfs.lustre --mdt --index 1 ... /dev/mdt0001
This got closed with
LU-108