Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for nodeStage (0.56 sec)

  1. pkg/volume/csi/expander_test.go

    			name:          "when nodeExpansion=on, nodeStage=off, volumePhase=published",
    			nodeExpansion: true,
    			success:       true,
    			fsVolume:      true,
    		},
    		{
    			name:          "when nodeExpansion=on, nodeStage=off, volumePhase=published, fsVolume=false",
    			nodeExpansion: true,
    			success:       true,
    			fsVolume:      false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 03:58:36 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_attacher.go

    	if err != nil {
    		return volumetypes.NewTransientOperationFailure(err.Error())
    	}
    
    	nodeStageSecrets := map[string]string{}
    	// we only require secrets if csiSource has them and volume has NodeStage capability
    	if csiSource.NodeStageSecretRef != nil && stageUnstageSet {
    		nodeStageSecrets, err = getCredentialsFromSecret(c.k8s, csiSource.NodeStageSecretRef)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  3. pkg/volume/csi/fake/fake_client.go

    const (
    	// NodePublishTimeOut_VolumeID is volume id that will result in NodePublish operation to timeout
    	NodePublishTimeOut_VolumeID = "node-publish-timeout"
    
    	// NodeStageTimeOut_VolumeID is a volume id that will result in NodeStage operation to timeout
    	NodeStageTimeOut_VolumeID = "node-stage-timeout"
    )
    
    // IdentityClient is a CSI identity client used for testing
    type IdentityClient struct {
    	nextErr error
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 16K bytes
    - Viewed (0)
  4. pkg/volume/csi/csi_block.go

    	publishDir := m.getPublishDir()
    	if err := os.Remove(publishDir); err != nil && !os.IsNotExist(err) {
    		return errors.New(log("failed to remove publish directory [%s]: %v", publishDir, err))
    	}
    
    	// Remove artifacts of NodeStage.
    	// stagingPath: xxx/plugins/kubernetes.io/csi/volumeDevices/staging/<volume name>
    	stagingPath := m.GetStagingPath()
    	if err := os.Remove(stagingPath); err != nil && !os.IsNotExist(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with \"-o context=xyz\" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		},
    		"csi-nodestage-enabled-from-invalidSecretRefmissingname-to-invalidSecretRefmissingname": {
    			isExpectedFailure: false,
    			oldVolume:         getCSIVolumeWithSecret(validCSIVolume, invalidSecretRefmissingName, "nodeStage"),
    			newVolume:         getCSIVolumeWithSecret(validCSIVolume, invalidSecretRefmissingName, "nodeStage"),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // typical for storage backends that provide volumes as filesystems on block
      // devices or as independent shared volumes.
      // Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount
      // option when mounting a ReadWriteOncePod volume used in Pod that has
      // explicitly set SELinux context. In the future, it may be expanded to other
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1/generated.proto

      // typical for storage backends that provide volumes as filesystems on block
      // devices or as independent shared volumes.
      // Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount
      // option when mounting a ReadWriteOncePod volume used in Pod that has
      // explicitly set SELinux context. In the future, it may be expanded to other
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // typical for storage backends that provide volumes as filesystems on block
      // devices or as independent shared volumes.
      // Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount
      // option when mounting a ReadWriteOncePod volume used in Pod that has
      // explicitly set SELinux context. In the future, it may be expanded to other
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with \"-o context=xyz\" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top