Veritas File System 5.0 Administrator's Guide (September 2006)
If any of the DELETE elements triggers an action, subsequent
elements (DELETE and/or RELOCATE elements, if any) will not be
processed.
-->
<!ELEMENT RULE (COMMENT?, SELECT+, CREATE?, DELETE*, RELOCATE*)>
<!-- The attributes of RULE element -->
<!-- The possible and accepted values for Flags are:
1. data
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST RULE
Name CDATA #REQUIRED
Flags (data) #REQUIRED
>
<!-- Specification for SELECT element. This describes selection criteria.
It can contain the following:
1. 0 or 1 COMMENT elements
2. 0 or more DIRECTORY elements
3. 0 or more PATTERN elements
4. 0 or more USER elements
5. 0 or more GROUP elements
The elements can appear in any order.
-->
<!ELEMENT SELECT (COMMENT?, DIRECTORY*, PATTERN*, USER*, GROUP*)>
<!-- The attributes of SELECT element -->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST SELECT
Name CDATA #IMPLIED
>
<!-- Specification for DIRECTORY element
The DIRECTORY element takes a path relative to the
mount point. So if the intention is to sweep from
/db/finance/data and /db is the mount point,
DIRECTORY element should contain finance/data
Only one value can be specified per element.
-->
<!ELEMENT DIRECTORY (#PCDATA)>
143Dynamic Storage Tiering
File placement policy grammar