volume delete

Definition

Deletes a volume.

Usage

$ ozone sh volume delete [-hrVy] [-t=<threadNo>] <value>
Arguments
Parameter Description

value

A volume URI. It can be a full URI (starts with o3://, e.g. o3://hostname:9862/vol1/) or a short URI (starts with a volume name, e.g. vol1). Any missing information is obtained from the configuration files

-r

Determines wether to delete a volume recursively

threadNo

Number of threads to perform recursive deletion

-y, --yes

Determines wether to delete without an interactive user confirmation

-h, --help

Prints out a help manual for this command

-V, --version

Prints out version information and exits

Examples

Deleting a volume:

$ ozone sh volume delete vol1
Found a mistake? Seleсt text and press Ctrl+Enter to report it