Viewing: lctl-nodemap-del.8

.TH LCTL-NODEMAP_DEL 8 2024-08-14 Lustre "Lustre Configuration Utilities"
.SH NAME
lctl-nodemap_del \- delete an existing nodemap
.SH SYNOPSIS
.SY "lctl nodemap_del"
or
.SY "lctl nodemap del"
.BI --name " NODEMAP_NAME"
.YS
.SH DESCRIPTION
.B nodemap_del
deletes an existing nodemap. All of the associated mappings and
NID ranges will be removed as well, and existing clients will be moved to the
default nodemap.
.SH OPTIONS
.TP
.BI --name " NODEMAP_NAME"
The name of the nodemap to delete. The default nodemap cannot be deleted.
.SH EXAMPLES
.EX
.B # lctl nodemap_del --name remotesite
.B # lctl nodemap_del --name othersite
.EE
.SH AVAILABILITY
.B lctl nodemap_del
is part of the
.BR lustre (7)
filesystem package since release 2.6.0
.\" Added in commit v2_5_53_0-13-gae295503f5
.SH SEE ALSO
.BR lustre (7),
.BR lctl-nodemap-activate (8),
.BR lctl-nodemap-add-idmap (8),
.BR lctl-nodemap-add-range (8),
.BR lctl-nodemap-del-idmap (8),
.BR lctl-nodemap-del-range (8),
.BR lctl-nodemap-modify (8)
.BR lctl-nodemap-new (8),