Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeFilepathGlob2 (0.23 sec)

  1. pkg/volume/iscsi/iscsi_util_test.go

    	var cmd os.FileInfo
    	return cmd, nil
    }
    
    func fakeFilepathGlob(devicePath string) (globs []string, err error) {
    	return []string{devicePath}, nil
    }
    
    func fakeFilepathGlob2(devicePath string) (globs []string, err error) {
    	return []string{
    		"/dev/disk/by-path/pci-0000:00:00.0-ip-127.0.0.1:3260-iqn.2014-12.com.example:test.tgt00-lun-0",
    	}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 09:43:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
Back to top