1 .TH lctl-lcfg 8 "2017 Apr 13" Lustre "Maintain Lustre configuration"
4 .B lctl fork_lcfg \fR{fsname} {newname}
7 .B lctl erase_lcfg \fR{fsname}
11 .B fork_lcfg \fR{fsname} {newname}
12 Generate Lustre configuration for the given filesystem
14 based on the specified Lustre system
16 configuration. It is not simply copy. Instead, it uses the
18 as the filesystem name in the new configuration. It can be used to
19 backup the system configuration, or generate configuration for the
20 snapshot that has the same configuration as the original filesystem
21 but with different filesystem names.
24 .B erase_lcfg \fR{fsname}
25 Permanently erase configuration for the named filesystem. It can be
26 used to remove the backup configuration or delete inactive filesystem
27 (or snapshot) from a shared MGS.
36 .BR lctl-snapshot-create (8),
37 .BR lctl-snapshot-destroy (8)