Interface StorageDomainService.ReduceLunsResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageDomainService

    public static interface StorageDomainService.ReduceLunsResponse
    extends Response
    This operation reduces logical units from the storage domain. In order to do so the data stored on the provided logical units will be moved to other logical units of the storage domain and only then they will be reduced from the storage domain. For example, in order to reduce two logical units from a storage domain send a request like this: [source] ---- POST /ovirt-engine/api/storageDomains/123/reduceluns ---- With a request body like this: [source,xml] ---- ---- Note that this operation is only applicable to block storage domains (i.e., storage domains with the < of iSCSI or FCP).