Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findDiskWWIDs (0.09 sec)

  1. pkg/volume/fc/fc_util.go

    					return disk, dm
    				}
    			}
    		}
    	}
    	return "", ""
    }
    
    // given a wwid, find the device and associated devicemapper parent
    func findDiskWWIDs(wwid string, io ioHandler, deviceUtil volumeutil.DeviceUtil) (string, string) {
    	// Example wwid format:
    	//   3600508b400105e210000900000490000
    	//   <VENDOR NAME> <IDENTIFIER NUMBER>
    	// Example of symlink under by-id:
    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