Explains how to remove a volume using either the Control System or the CLI.
The basic command to remove a volume is:
maprcli volume remove -name <volume name>
For complete reference information, see
volume remove.
cldb.purge.delay.hours — Time to wait (in hours) to
trigger purge of any volume after CLDB becomes master. The default value
is 1 hour.cldb.volumes.purge.frequency — The frequency (in
minutes) for purging the data of deleted volumes. The default value is
60 minutes.maprcli command to set these
parameters. For
example:maprcli config save -values {"cldb.purge.delay.hours":"2"}
maprcli config save -values {"cldb.volumes.purge.frequency":"120"}