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
enable_thin_provisioning(xen_session, host, arg, initial_allocation, allocation_quantum)
View SourceUpgrades 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.
enable_thin_provisioning!(xen_session, host, arg, initial_allocation, allocation_quantum)
View SourceUpgrades 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)