Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 585 for driver1 (0.15 sec)

  1. pkg/volume/csi/csi_block_test.go

    	// Clear out the clients
    	// The lookup to generate a new client will fail when it tries to query a driver with an unknown name
    	csiMapper.csiClient = nil
    	csiMapper.csiClientGetter.csiClient = nil
    	// Note that prepareBlockMapperTest above will create a driver with a name of "test-driver"
    	csiMapper.csiClientGetter.driverName = "unknown-driver"
    
    	_, err = csiMapper.SetUpDevice()
    	if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 26.5K bytes
    - Viewed (0)
  2. cmd/erasure-healing_test.go

    	if hr.Before.Drives[0].State != madmin.DriveStateMissing {
    		t.Fatalf("Unexpected drive state: %v", hr.Before.Drives[0].State)
    	}
    
    	// Check the state of all other disks (should be ok)
    	for i, h := range append(hr.Before.Drives[1:], hr.After.Drives...) {
    		if h.State != madmin.DriveStateOk {
    			t.Fatalf("Unexpected drive state (%d): %v", i+1, h.State)
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. samples/security/spire/spire-quickstart.yaml

            # This is the container which runs the SPIFFE CSI driver.
            - name: spiffe-csi-driver
              image: ghcr.io/spiffe/spiffe-csi-driver:0.2.0
              imagePullPolicy: IfNotPresent
              args: [
                  "-workload-api-socket-dir", "/spire-agent-socket",
                  "-csi-socket-path", "/spiffe-csi/csi.sock",
              ]
              env:
                # The CSI driver needs a unique node ID. The node name can be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  4. pkg/volume/csi/csi_client_test.go

    	}{
    		{
    			name:                     "with ReadWriteOnce and incapable driver",
    			singleNodeMultiWriterSet: false,
    			accessMode:               api.ReadWriteOnce,
    			expectedMappedAccessMode: csipbv1.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
    		},
    		{
    			name:                     "with ReadOnlyMany and incapable driver",
    			singleNodeMultiWriterSet: false,
    			accessMode:               api.ReadOnlyMany,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  5. docs/orchestration/docker-compose/docker-compose.yaml

        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
          - minio2
          - minio3
          - minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      data1-1:
      data1-2:
      data2-1:
      data2-2:
      data3-1:
      data3-2:
      data4-1:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 05:40:03 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. src/os/dir_windows.go

    					// but MS-FSA 2.1.5.6.3 [1] specifies that the underlying file system driver should return STATUS_NO_SUCH_FILE when
    					// reading an empty root directory, which is mapped to ERROR_FILE_NOT_FOUND by Windows.
    					// Note that some file system drivers may never return this error code, as the spec allows to return the "." and ".."
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 20:52:06 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. .github/workflows/mint/minio-compress-encrypt.yaml

        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
          - minio2
          - minio3
          - minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      cdata1-1:
      cdata1-2:
      cdata2-1:
      cdata2-2:
      cdata3-1:
      cdata3-2:
      cdata4-1:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. .github/workflows/mint/minio-resiliency.yaml

        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
          - minio2
          - minio3
          - minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      rdata1-1:
      rdata1-2:
      rdata2-1:
      rdata2-2:
      rdata3-1:
      rdata3-2:
      rdata4-1:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. .github/workflows/multipart/docker-compose-site1.yaml

        ports:
          - "9001:9001"
        depends_on:
          - site1-minio1
          - site1-minio2
          - site1-minio3
          - site1-minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      site1-data1-1:
      site1-data1-2:
      site1-data2-1:
      site1-data2-2:
      site1-data3-1:
      site1-data3-2:
      site1-data4-1:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 30 10:13:56 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. buildscripts/upgrade-tests/compose.yml

        ports:
        - "9000:9000"
        - "9001:9001"
        depends_on:
          - minio1
          - minio2
          - minio3
          - minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      data1-1:
      data1-2:
      data1-3:
      data2-1:
      data2-2:
      data2-3:
      data3-1:
      data3-2:
      data3-3:
      data4-1:
      data4-2:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 05:08:11 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top