Namespaces help different projects or teams share a StorageOS cluster by isolating volumes or rules. One namespace is created on startup, the default
namespace:
storageos namespace ls
You can create new namespaces with the storageos namespace
command:
storageos namespace create restricted
To create a volume in the new namespace, set the --namespace
flag:
storageos volume create --namespace restricted vol
and view the namespaced volume:
storageos volume ls