Search in sources :

Example 1 with FindPowerPathEntryForVolume

use of com.emc.sa.service.linux.tasks.FindPowerPathEntryForVolume in project coprhd-controller by CoprHD.

the class LinuxSupport method findPowerPathDevices.

public void findPowerPathDevices(List<VolumeSpec> volumes) {
    for (VolumeSpec volume : volumes) {
        PowerPathDevice device = execute(new FindPowerPathEntryForVolume(volume.viprVolume));
        volume.powerpathDevices = Lists.newArrayList(device);
    }
}
Also used : VolumeSpec(com.emc.sa.service.linux.UnmountBlockVolumeHelper.VolumeSpec) RemovePowerPathDevice(com.emc.sa.service.linux.tasks.RemovePowerPathDevice) PowerPathDevice(com.iwave.ext.linux.model.PowerPathDevice) FindPowerPathEntryForVolume(com.emc.sa.service.linux.tasks.FindPowerPathEntryForVolume)

Aggregations

VolumeSpec (com.emc.sa.service.linux.UnmountBlockVolumeHelper.VolumeSpec)1 FindPowerPathEntryForVolume (com.emc.sa.service.linux.tasks.FindPowerPathEntryForVolume)1 RemovePowerPathDevice (com.emc.sa.service.linux.tasks.RemovePowerPathDevice)1 PowerPathDevice (com.iwave.ext.linux.model.PowerPathDevice)1