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));
}
Aggregations