Search in sources :

Example 1 with UnmountVmfsDatastore

use of com.emc.sa.service.vmware.block.tasks.UnmountVmfsDatastore in project coprhd-controller by CoprHD.

the class VMwareSupport method unmountVmfsDatastore.

public void unmountVmfsDatastore(HostSystem host, Datastore datastore) {
    execute(new UnmountVmfsDatastore(host, datastore));
    addRollback(new MountDatastore(host, datastore));
}
Also used : UnmountVmfsDatastore(com.emc.sa.service.vmware.block.tasks.UnmountVmfsDatastore) MountDatastore(com.emc.sa.service.vmware.block.tasks.MountDatastore)

Aggregations

MountDatastore (com.emc.sa.service.vmware.block.tasks.MountDatastore)1 UnmountVmfsDatastore (com.emc.sa.service.vmware.block.tasks.UnmountVmfsDatastore)1