Skip to main content

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 Linux-style regular expression. The replacement is a string containing escape sequences representing subexpressions from the pattern, as in the Linux sed program.