#!/bin/bash
#
# Use the EVMS CLI to list all storage objects in the system.

evms -s << EOF 2>&1 |grep "Name"
query:containers
EOF

