|
Update the user manual to describe changes to the MDT/LOD/OSP:
- 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, any significant changes to the content should include the version in which the change was made (i.e. 2.4) and leave the old code in place, like:
Up to Lustre 2.3 the foo parameter could be found via lctl get_param osc.*.foo. Starting with Lustre 2.4 the foo parameter was renamed to foobar and can be found via lctl get_param osp.*.foobar.
|