Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scanOneLun (0.17 sec)

  1. pkg/volume/iscsi/iscsi_util.go

    	}
    	defer fp.Close()
    	decoder := json.NewDecoder(fp)
    	if err = decoder.Decode(conf); err != nil {
    		return fmt.Errorf("iscsi: decode err: %v", err)
    	}
    	return nil
    }
    
    // scanOneLun scans a single LUN on one SCSI bus
    // Use this to avoid scanning the whole SCSI bus for all of the LUNs, which
    // would result in the kernel on this node discovering LUNs that it shouldn't
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top