Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for picard (0.07 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			isSchedulingQueueHintEnabled: true,
    			initialPods:                  []*v1.Pod{pod},
    			actions: []action{
    				// This won't be added to inFlightEvents because no inFlightPods at this point.
    				{eventHappens: &PvcAdd},
    				{podPopped: pod},
    				// This gets added for the pod.
    				{eventHappens: &PvAdd},
    				// This doesn't get added because no plugin is interested in PvUpdate.
    				{eventHappens: &PvUpdate},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      if ! tune2fs -l "${device}" ; then
        echo "Formatting '${device}'"
        mkfs.ext4 -F "${device}"
      fi
    
      mkdir -p "${mountpoint}"
      echo "Mounting '${device}' at '${mountpoint}'"
      mount -o discard,defaults "${device}" "${mountpoint}"
      chmod a+w "${mountpoint}"
    }
    
    # Gets a devices UUID and bind mounts the device to mount location in
    # /mnt/disks/by-id/
    function unique-uuid-bind-mount(){
    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