Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getMountPoint (0.29 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultWatchableFileSystemDetector.java

                .filter(fileSystem -> {
                    LOGGER.debug("Detected {}: {} from {} (remote: {})",
                        fileSystem.getFileSystemType(),
                        fileSystem.getMountPoint(),
                        fileSystem.getDeviceName(),
                        fileSystem.isRemote()
                    );
                    // We don't support network file systems
                    if (fileSystem.isRemote()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cri_stats_provider.go

    	if fsID == nil {
    		klog.V(2).InfoS("Failed to get filesystem info: fsID is nil")
    		return nil, nil
    	}
    	mountpoint := fsID.GetMountpoint()
    	fsInfo, err := p.cadvisor.GetDirFsInfo(mountpoint)
    	if err != nil {
    		msg := "Failed to get the info of the filesystem with mountpoint"
    		if errors.Is(err, cadvisorfs.ErrNoSuchDevice) ||
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 35.1K bytes
    - Viewed (0)
Back to top