Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for fileSystem (0.17 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            }
            mkdir();
        }
    
    /**
     * Create a new file but fail if it already exists. The check for
     * existance of the file and it's creation are an atomic operation with
     * respect to other filesystem activities.
     */
        public void createNewFile() throws SmbException {
            if( getUncPath0().length() == 1 ) {
                throw new SmbException( "Invalid operation for workgroups, servers, or shares" );
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  2. src/net/http/server.go

    	ConnState func(net.Conn, ConnState)
    
    	// ErrorLog specifies an optional logger for errors accepting
    	// connections, unexpected behavior from handlers, and
    	// underlying FileSystem errors.
    	// If nil, logging is done via the log package's standard logger.
    	ErrorLog *log.Logger
    
    	// BaseContext optionally specifies a function that returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

          if [[ "${i}" -lt "${scsiblocknum}" ]]; then
            mount-ext "${ssd}" "${devicenum}" "scsi" "block"
          else
            # GKE does not set NODE_LOCAL_SSDS so all non-block devices
            # are assumed to be filesystem devices
            mount-ext "${ssd}" "${devicenum}" "scsi" "fs"
          fi
          i=$((i+1))
        else
          echo "No local SCSI SSD disks found."
        fi
      done
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

        exit 2
      fi
      if [[ "${ssdopts[2]}" != "fs" && "${ssdopts[2]}" != "block" ]]; then
        echo -e "${color_red}Local SSD: Filesystem type must be fs or block, found: ${ssdopts[2]} ${color_norm}"  >&2
        exit 2
      fi
      local_ssd_ext_count=$((local_ssd_ext_count+ssdopts[0]))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    securityContext: null configmapReload: prometheus: image: # Use ghcr repository: ghcr.io/prometheus-operator/prometheus-config-reloader manifests/addons/values-loki.yaml # use single binary and filesystem storage for test # do not use in production loki: auth_enabled: false commonConfig: replication_factor: 1 storage: type: 'filesystem' test: enabled: false monitoring: dashboards: enabled: false rules: enabled: false alerting: false serviceMonitor: enabled: false metricsInstance: enabled: false selfMonitoring: enabled:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top