Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cluster/gce/gci/configure-helper.sh

          # This workaround to find if the NVMe device is a local SSD is required
          # because the existing Google images does not them in /dev/disk/by-id
          if [[ "$(lsblk -o MODEL -dn "${ssd}")" == "nvme_card" ]]; then
            devices+=("${ssd}")
          fi
        fi
      done
      if [ "${#devices[@]}" -eq 0 ]; then
        echo "No local NVMe SSD disks found."
        return
      fi
    
      local device="${devices[0]}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top