Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deleteMultipathDevice (0.18 sec)

  1. pkg/volume/fc/fc_util.go

    	if err != nil {
    		return err
    	}
    	// Find slave
    	if strings.HasPrefix(dstPath, "/dev/dm-") {
    		devices = c.deviceUtil.FindSlaveDevicesOnMultipath(dstPath)
    		if err := util.deleteMultipathDevice(c.exec, dstPath); err != nil {
    			return err
    		}
    	} else {
    		// Add single devicepath to devices
    		devices = append(devices, dstPath)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
Back to top