Show Vhost Target

To show the info regarding the created Vhost targets, use the command:

./xnr_cli vhost show

or

./xnr_cli vhost show --ctrlr <vhost_name>
Here is the example output:
$ xnr_cli vhost show -c vh1
[
{
  "controller": "vh1",
  "socket": "/opt/xiraid/bin/xnr_conf/sock/vh1",
  "cpu_mask": "0x3",
  "delay_base_us": "0",
  "iops_threshold": "60000",
  "block": {
    "id": {
      "name": "raid1"
    }
  }
}
]