Filtering the List of Volumes
Explains how to filter the list of volumes using either the Control System or the CLI.
About this task
The filter lets you build search expressions to provide sophisticated filtering capabilities for locating specific data on views that display a large number of volumes. Expressions are implicitly connected by the AND operator.
Filtering on the Control System
Procedure
Filtering Using the CLI
About this task
The volume list command
can be used with the -filter option, which let you specify
large numbers of volumes by matching specified values in specified fields rather
than by typing each name explicitly. For example, you can display all volumes
whose owner is root and whose name begins with test as
follows:
maprcli volume list -filter [n=="test*"]and[on=="root"]
For more information, see Filters.
to
remove a filtering criteria.
to clear
all filter settings.