Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sde (0.01 sec)

  1. pkg/volume/util/subpath/subpath_linux_test.go

    					return nil, err
    				}
    
    				mounts := []mount.MountPoint{
    					{Device: "/dev/sdb", Path: file0},
    					{Device: "/dev/sdc", Path: dir1},
    					{Device: "/dev/sdd", Path: dir2},
    					{Device: "/dev/sde", Path: file3},
    				}
    				return mounts, nil
    			},
    			unmount: func(mountpath string) error {
    				err := filepath.Walk(mountpath, func(path string, info os.FileInfo, _ error) error {
    					if path == mountpath {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 10 16:52:55 UTC 2021
    - 37.3K bytes
    - Viewed (0)
Back to top