Disk Probe¶

Note

When the disk size changes in a virtual machine, the hypervisor typically notifies the guest system about this change, and the system automatically expands the data pool. However, some hypervisors don’t provide this notification. The disk probe endpoint allows you to manually trigger a disk scan to detect such changes.

Trigger Disk Scan¶

Manually initiate a disk scan to detect changes in disk size that weren’t automatically detected by the system.

Request

Method

POST

Path

/api/v2/disk-probe

POST /api/v2/disk-probe

Example Request

curl -s -k -X POST \
  -H 'Authorization: <token>' \
  'https://10.33.2.132/api/v2/disk-probe'

Success Response

{
    "result": "success"
}