Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for fsquota (0.21 sec)

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

    	{1129, "EDC8129I", "Host is not available."},
    	{1130, "EDC8130I", "Host cannot be reached."},
    	{1131, "EDC8131I", "Too many processes."},
    	{1132, "EDC8132I", "Too many users."},
    	{1133, "EDC8133I", "Disk quota exceeded."},
    	{1134, "EDC8134I", "Stale file handle."},
    	{1135, "", ""},
    	{1136, "EDC8136I", "File is not a STREAM."},
    	{1137, "EDC8137I", "STREAMS ioctl() timeout."},
    	{1138, "EDC8138I", "No STREAMS resources."},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/list.md

    | `minio_bucket_usage_total_bytes`        | Total bucket size in bytes.                       |
    | `minio_bucket_quota_total_bytes`        | Total bucket quota size in bytes.                 |
    
    ## Requests Metrics
    
    | Name                                              | Description                                                     |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go

    		amount.Round(amount, Nano.infScale(), inf.RoundUp)
    	}
    
    	// The max is just a simple cap.
    	// TODO: this prevents accumulating quantities greater than int64, for instance quota across a cluster
    	if format == BinarySI && amount.Cmp(maxAllowed.Dec) > 0 {
    		amount.Set(maxAllowed.Dec)
    	}
    
    	if format == BinarySI && amount.Cmp(decOne) < 0 && amount.Cmp(decZero) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  4. pkg/controller/replicaset/replica_set.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
    - 33.2K bytes
    - Viewed (0)
Back to top