12.8.4. Destroying the vHBA Storage Pool
A vHBA storage pool can be destroyed by the
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
virsh pool-destroy
command:
virsh pool-destroy vhbapool_host3
# virsh pool-destroy vhbapool_host3
Delete the vHBA with the following command
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
virsh nodedev-destroy scsi_host5
# virsh nodedev-destroy scsi_host5
To verify the pool and vHBA have been destroyed, run:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
virsh nodedev-list --cap scsi_host
# virsh nodedev-list --cap scsi_host
scsi_host5
will no longer appear in the list of results.