Destroying the RAID

Warning:

Warning! The result of the command is irreversible. Read the description carefully.

You can delete the RAID without possibility to restore the RAID and data on it with the command

# xicli raid destroy <arg> [optional_args]
Table 1. Arguments for the destroy subcommand

Mutually exclusive required arguments

-n

--name

The name of the RAID.

-a

--all

Delete all the xiRAID Classic RAIDs.

The argument takes no value.

Optional arguments (only applied with the --all argument)
--force Force the command execution.
--config_only Remove RAID only from config.

Example: Deleting the RAID ”media5”:

# xicli raid destroy -n media5