Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.04 KB

name-mapping-conversion-rules-concept.adoc

File metadata and controls

12 lines (11 loc) · 1.04 KB
permalink sidebar keywords summary
nfs-admin/name-mapping-conversion-rules-concept.html
sidebar
name, mapping, conversion, rule
An ONTAP system keeps a set of conversion rules for each SVM. Each rule consists of two pieces: a pattern and a replacement. Conversions start at the beginning of the appropriate list and perform a substitution based on the first matching rule. The pattern is a UNIX-style regular expression. The replacement is a string containing escape sequences representing subexpressions from the pattern, as in the UNIX sed program.

Name mapping conversion rules

An ONTAP system keeps a set of conversion rules for each SVM. Each rule consists of two pieces: a pattern and a replacement. Conversions start at the beginning of the appropriate list and perform a substitution based on the first matching rule. The pattern is a UNIX-style regular expression. The replacement is a string containing escape sequences representing subexpressions from the pattern, as in the UNIX sed program.