Interface StorageDomainService.RefreshLunsResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageDomainService

    public static interface StorageDomainService.RefreshLunsResponse
    extends Response
    This operation refreshes the LUN size. After increasing the size of the underlying LUN on the storage server, the user can refresh the LUN size. This action forces a rescan of the provided LUNs and updates the database with the new size, if required. For example, in order to refresh the size of two LUNs send a request like this: [source] ---- POST /ovirt-engine/api/storageDomains/262b056b-aede-40f1-9666-b883eff59d40/refreshluns ---- With a request body like this: [source,xml] ---- ----