Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 177 for fsquota (0.19 sec)

  1. cmd/admin-handlers-users.go

    					VersioningSuspended: globalBucketVersioningSys.Suspended(bucket.Name),
    					Replication:         rcfg != nil,
    					Locking:             lcfg.LockEnabled,
    					Quota:               quota,
    					Tagging:             tcfg,
    				},
    				Access: madmin.AccountAccess{
    					Read:  rd,
    					Write: wr,
    				},
    			})
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	{64, "EHOSTDOWN", "host is down"},
    	{65, "EHOSTUNREACH", "no route to host"},
    	{66, "ENOTEMPTY", "directory not empty"},
    	{67, "EPROCLIM", "too many processes"},
    	{68, "EUSERS", "too many users"},
    	{69, "EDQUOT", "disk quota exceeded"},
    	{70, "ESTALE", "stale file handle"},
    	{71, "EREMOTE", "object is remote"},
    	{72, "ENOSTR", "device not a stream"},
    	{73, "ETIME", "timer expired"},
    	{74, "ENOSR", "out of streams resources"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	{118, "ENOTNAM", "not a XENIX named type file"},
    	{119, "ENAVAIL", "no XENIX semaphores available"},
    	{120, "EISNAM", "is a named type file"},
    	{121, "EREMOTEIO", "remote I/O error"},
    	{122, "EDQUOT", "disk quota exceeded"},
    	{123, "ENOMEDIUM", "no medium found"},
    	{124, "EMEDIUMTYPE", "wrong medium type"},
    	{125, "ECANCELED", "operation canceled"},
    	{126, "ENOKEY", "required key not available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. pkg/ctrlz/assets/static/js/prism-1.14.0.min.js

    lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|npm|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|te...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. pkg/controller/cronjob/cronjob_controllerv2_test.go

    		finishedJobs        []*batchv1.Job
    		jobCreateError      error
    		expectedDeletedJobs []string
    	}{
    		{
    			name: "jobs are still deleted when a cronjob can't create jobs due to jobs quota being reached (avoiding a deadlock)",
    			now:  *justAfterTheHour(),
    			cronJob: &batchv1.CronJob{
    				ObjectMeta: metav1.ObjectMeta{Namespace: "foo-ns", Name: "fooer"},
    				Spec: batchv1.CronJobSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  6. docs/metrics/v3.md

    | `minio_cluster_usage_buckets_quota_total_bytes`                 | `gauge` | Total bucket quota in bytes                                      | `bucket`       |
    | `minio_cluster_usage_buckets_object_size_distribution`          | `gauge` | Bucket object size distribution                                  | `range,bucket` |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  7. pkg/controller/controller_utils.go

    	// 10, 20, 40, 80, ...  Setting the value higher means that quota denials
    	// will result in more doomed API calls and associated event spam.  Setting
    	// the value lower will result in more API call round trip periods for
    	// large batches.
    	//
    	// Given a number of pods to start "N":
    	// The number of doomed calls per sync once quota is exceeded is given by:
    	//      min(N,SlowStartInitialBatchSize)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  8. 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)
  9. src/encoding/xml/marshal_test.go

    		Value:         &IgnoreTest{},
    		UnmarshalOnly: true,
    	},
    
    	// Test escaping.
    	{
    		ExpectXML: `<a><nested><value>dquote: &#34;; squote: &#39;; ampersand: &amp;; less: &lt;; greater: &gt;;</value></nested><empty></empty></a>`,
    		Value: &AnyTest{
    			Nested:   `dquote: "; squote: '; ampersand: &; less: <; greater: >;`,
    			AnyField: AnyHolder{XMLName: Name{Local: "empty"}},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  10. 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)
Back to top