Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 176 for fsquota (0.16 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disc quota exceeded"},
    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disc quota exceeded"},
    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  3. pkg/apis/apps/types.go

    type ReplicaSetConditionType string
    
    // These are valid conditions of a replica set.
    const (
    	// ReplicaSetReplicaFailure is added in a replica set when one of its pods fails to be created
    	// due to insufficient quota, limit ranges, pod security policy, node selectors, etc. or deleted
    	// due to kubelet being down or finalizers are failing.
    	ReplicaSetReplicaFailure ReplicaSetConditionType = "ReplicaFailure"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  4. pkg/controller/deployment/util/deployment_util.go

    		// maxUnavailable. Due to rounding down maxUnavailable though, it may resolve to zero.
    		// If both fenceposts resolve to zero, then we should set maxUnavailable to 1 on the
    		// theory that surge might not work due to quota.
    		unavailable = 1
    	}
    
    	return int32(surge), int32(unavailable), nil
    }
    
    // HasProgressDeadline checks if the Deployment d is expected to surface the reason
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disc quota exceeded"},
    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disc quota exceeded"},
    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disc quota exceeded"},
    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_loong64.go

    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    	126: "required key not available",
    	127: "key has expired",
    	128: "key has been revoked",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  9. cmd/xl-storage.go

    	// the open file descriptor.
    	//
    	// Failing to check the return value when closing a file may lead to silent loss of data.
    	// This can especially be observed with NFS and with disk quota.
    	return w.Close()
    }
    
    func (s *xlStorage) writeAll(ctx context.Context, volume string, path string, b []byte, sync bool, skipParent string) (err error) {
    	if contextCanceled(ctx) {
    		return ctx.Err()
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (2)
  10. pkg/controller/daemon/daemon_controller.go

    	// and double with each successful iteration in a kind of "slow start".
    	// This handles attempts to start large numbers of pods that would
    	// likely all fail with the same error. For example a project with a
    	// low quota that attempts to create a large number of pods will be
    	// prevented from spamming the API service with the pod create requests
    	// after one of its pods fails.  Conveniently, this also prevents the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top