View Source XenAPI.LVHD (XenAPI v0.3.1)

LVHD SR specific operations

Link to this section Summary

Functions

Upgrades an LVHD SR to enable thin-provisioning. Future VDIs created in this SR will be thinly-provisioned, although existing VDIs will be left alone. Note that the SR must be attached to the SRmaster for upgrade to work.

Upgrades an LVHD SR to enable thin-provisioning. Future VDIs created in this SR will be thinly-provisioned, although existing VDIs will be left alone. Note that the SR must be attached to the SRmaster for upgrade to work. (Raise error on XMLRPC failure)

Get a reference to the LVHD instance with the specified UUID.

Get a reference to the LVHD instance with the specified UUID. (Raise error on XMLRPC failure)

Get a record containing the current state of the given LVHD. Returns XenAPI.LVHD struct.

Get a record containing the current state of the given LVHD. Returns XenAPI.LVHD struct. (Raise error on XMLRPC failure)

Get the uuid field of the given LVHD.

Get the uuid field of the given LVHD. (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

enable_thin_provisioning(xen_session, host, arg, initial_allocation, allocation_quantum)

View Source

Upgrades an LVHD SR to enable thin-provisioning. Future VDIs created in this SR will be thinly-provisioned, although existing VDIs will be left alone. Note that the SR must be attached to the SRmaster for upgrade to work.

Link to this function

enable_thin_provisioning!(xen_session, host, arg, initial_allocation, allocation_quantum)

View Source

Upgrades an LVHD SR to enable thin-provisioning. Future VDIs created in this SR will be thinly-provisioned, although existing VDIs will be left alone. Note that the SR must be attached to the SRmaster for upgrade to work. (Raise error on XMLRPC failure)

Link to this function

get_by_uuid(xen_session, uuid)

View Source

Get a reference to the LVHD instance with the specified UUID.

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

Get a reference to the LVHD instance with the specified UUID. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, lvhd_ref)

View Source

Get a record containing the current state of the given LVHD. Returns XenAPI.LVHD struct.

Link to this function

get_record!(xen_session, lvhd_ref)

View Source

Get a record containing the current state of the given LVHD. Returns XenAPI.LVHD struct. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, lvhd_ref)

View Source

Get the uuid field of the given LVHD.

Link to this function

get_uuid!(xen_session, lvhd_ref)

View Source

Get the uuid field of the given LVHD. (Raise error on XMLRPC failure)