Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 148 for fsType (0.34 sec)

  1. pkg/controller/volume/attachdetach/testing/testvolumespec.go

    	return &volume.Spec{
    		Volume: &v1.Volume{
    			Name: volumeName,
    			VolumeSource: v1.VolumeSource{
    				GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
    					PDName:   string(diskName),
    					FSType:   "fake",
    					ReadOnly: false,
    				},
    			},
    		},
    		PersistentVolume: &v1.PersistentVolume{
    			Spec: v1.PersistentVolumeSpec{
    				AccessModes: []v1.PersistentVolumeAccessMode{
    					v1.ReadWriteOnce,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 17 08:48:30 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  2. pkg/volume/fc/fc.go

    	if err != nil {
    		return nil, err
    	}
    
    	klog.V(5).Infof("fc: newMounterInternal volumeMode %s", volumeMode)
    	return &fcDiskMounter{
    		fcDisk:       fcDisk,
    		fsType:       fc.FSType,
    		volumeMode:   volumeMode,
    		readOnly:     readOnly,
    		mounter:      &mount.SafeFormatAndMount{Interface: mounter, Exec: exec},
    		deviceUtil:   util.NewDeviceHandler(util.NewIOHandler()),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. pkg/volume/util/hostutil/hostutil_linux.go

    	// mount --bind /var/lib/kubelet /var/lib/kubelet
    	if err := syscall.Mount(path, path, "" /*fstype*/, syscall.MS_BIND, "" /*data*/); err != nil {
    		return fmt.Errorf("failed to bind-mount %s: %v", path, err)
    	}
    
    	// mount --make-rshared /var/lib/kubelet
    	if err := syscall.Mount(path, path, "" /*fstype*/, syscall.MS_SHARED|syscall.MS_REC, "" /*data*/); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 23 08:36:44 UTC 2023
    - 10K bytes
    - Viewed (0)
  4. cmd/metacache-walk.go

    // On success a sorted meta cache stream will be returned.
    // Metadata has data stripped, if any.
    func (s *xlStorage) WalkDir(ctx context.Context, opts WalkDirOptions, wr io.Writer) (err error) {
    	legacyFS := !(s.fsType == xfs || s.fsType == ext4)
    
    	s.RLock()
    	legacy := s.formatLegacy
    	s.RUnlock()
    
    	// Verify if volume is valid and it exists.
    	volumeDir, err := s.getVolDir(opts.Bucket)
    	if err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 01 05:17:37 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_attacher.go

    		nodeStageFSGroupArg = deviceMounterArgs.FsGroup
    	}
    
    	fsType := csiSource.FSType
    	err = csi.NodeStageVolume(ctx,
    		csiSource.VolumeHandle,
    		publishContext,
    		deviceMountPath,
    		fsType,
    		accessMode,
    		nodeStageSecrets,
    		csiSource.VolumeAttributes,
    		mountOptions,
    		nodeStageFSGroupArg)
    
    	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)
  6. src/syscall/syscall_linux.go

    }
    
    //sys	mount(source string, target string, fstype string, flags uintptr, data *byte) (err error)
    
    func Mount(source string, target string, fstype string, flags uintptr, data string) (err error) {
    	// Certain file systems get rather angry and EINVAL if you give
    	// them an empty string of data, rather than NULL.
    	if data == "" {
    		return mount(source, target, fstype, flags, nil)
    	}
    	datap, err := BytePtrFromString(data)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  7. pkg/apis/storage/types.go

    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    	// if a fstype is defined and the volume's access mode contains ReadWriteOnce.
    	// +optional
    	FSGroupPolicy *FSGroupPolicy
    
    	// If set to true, podInfoOnMount indicates this CSI volume driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1/types.go

    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    	// if a fstype is defined and the volume's access mode contains ReadWriteOnce.
    	//
    	// +optional
    	FSGroupPolicy *FSGroupPolicy `json:"fsGroupPolicy,omitempty" protobuf:"bytes,5,opt,name=fsGroupPolicy"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    	// if a fstype is defined and the volume's access mode contains ReadWriteOnce.
    	//
    	// +optional
    	FSGroupPolicy *FSGroupPolicy `json:"fsGroupPolicy,omitempty" protobuf:"bytes,5,opt,name=fsGroupPolicy"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  10. pkg/volume/emptydir/empty_dir_test.go

    		t.Errorf("Expected %v physicalMounter calls during setup, got %v", e, a)
    	} else if config.expectedSetupMounts == 1 &&
    		(log[0].Action != mount.FakeActionMount || (log[0].FSType != "tmpfs" && log[0].FSType != "hugetlbfs")) {
    		t.Errorf("Unexpected physicalMounter action during setup: %#v", log[0])
    	}
    	physicalMounter.ResetLog()
    
    	// Make an unmounter for the volume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top