This command removes mappings between a block volume and specified block hosts.
Usage
blockmapping unmap_volume_hosts --volume-id ID
--blockhost-ids IDS
Required Parameters
| Specifies the volume. |
| Specifies the block hosts to unmap from the specified volume. Specify IDS as a comma separated list of block host IDs. |
Example
vcli: admin> blockmapping unmap_volume_hosts --volume-id 2 --blockhost-ids 1
Waiting ...
Waiting ... \
[2025-03-02 14:43:02] un-mapping host Host1 to volume BlockTeam1Vol2
[2025-03-02 14:43:02] un-mapping host Host1 to volume BlockTeam1Vol2 finished
[2025-03-02 14:43:02] bulk mapping finished successfully ... |
Completed
vcli: admin>