Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.11.0, Lustre 2.10.2
-
None
-
9223372036854775807
Description
Currently lnetctl export dumps everything. What ends up happening is admins will use lnetctl export to create a YAML config file but when using lnetctl import < config.file it will give lots of errors. For example when peer settings are included. Some things like lnet stats don't need to be in the YAML file generated with export. Lastly by default @lo is added to the YAML config file and when running lnetctl import < config.file you will see the following error:
descr: "missing mandatory parameters in NI config: 'interface'"
This is due to @lo missing a interface section. Harmless but it can be confusing for a lustre newbie