- Sort Score
- Result 10 results
- Languages All
Results 741 - 750 of 767 for _locale (0.12 sec)
-
CHANGELOG/CHANGELOG-1.30.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
cmd/api-errors.go
HTTPStatusCode: http.StatusBadRequest, }, ErrReplicationDenyEditError: { Code: "XMinioReplicationDenyEdit", Description: "Cannot alter local replication config since this server is in a cluster replication setup", HTTPStatusCode: http.StatusBadRequest, }, ErrBucketRemoteIdenticalToSource: { Code: "XMinioAdminRemoteIdenticalToSource",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- Etcd: Update to version 3.5.10 ([#121803](https://github.com/kubernetes/kubernetes/pull/121803), [@mzaian](https://github.com/mzaian)) [SIG API Machinery, Cloud Provider, Cluster Lifecycle, Etcd and Testing] - Fix: Mount point may become local without calling NodePublishVolume after node rebooting. ([#119923](https://github.com/kubernetes/kubernetes/pull/119923), [@cvvz](https://github.com/cvvz)) [SIG Node and Storage]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
information on using the `mc` commandline tool. For application developers, see <https://min.io/docs/minio/linux/developers/minio-drivers.html> to view MinIO SDKs for supported languages. > NOTE: To deploy MinIO on with persistent storage, you must map local persistent directories from the host OS to the container using the `podman -v` option. For example, `-v /mnt/data:/data` maps the host OS drive at `/mnt/data` to `/data` on the container. ## macOS Use the following commands to run a standalone MinIO...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/erasure-object.go
readers[index] = newBitrotReader(disk, metaArr[index].Data, bucket, partPath, tillOffset, checksumInfo.Algorithm, checksumInfo.Hash, erasure.ShardSize()) // Prefer local disks prefer[index] = disk.Hostname() == "" } written, err := erasure.Decode(ctx, writer, readers, partOffset, partLength, partSize, prefer)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const BPF_X ideal-int pkg syscall (freebsd-386-cgo), const BRKINT ideal-int pkg syscall (freebsd-386-cgo), const CFLUSH ideal-int pkg syscall (freebsd-386-cgo), const CLOCAL ideal-int pkg syscall (freebsd-386-cgo), const CREAD ideal-int pkg syscall (freebsd-386-cgo), const CS5 ideal-int pkg syscall (freebsd-386-cgo), const CS6 ideal-int pkg syscall (freebsd-386-cgo), const CS7 ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const BRKINT ideal-int pkg syscall (darwin-386), const CFLUSH = 15 pkg syscall (darwin-386), const CFLUSH ideal-int pkg syscall (darwin-386), const CLOCAL = 32768 pkg syscall (darwin-386), const CLOCAL ideal-int pkg syscall (darwin-386), const CREAD = 2048 pkg syscall (darwin-386), const CREAD ideal-int pkg syscall (darwin-386), const CS5 = 0 pkg syscall (darwin-386), const CS5 ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* only to a server, this method determines if the server exists on the * network and is advertising SMB services. If this resource refers to * a workgroup, this method determines if the workgroup name is valid on * the local SMB network. If this <code>SmbFile</code> refers to the root * <code>smb1://</code> resource <code>true</code> is always returned. If * this <code>SmbFile</code> is a traditional file or directory, it will
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
cmd/xl-storage.go
s.formatLastCheck = time.Now() s.Unlock() return diskID, nil } // Make a volume entry. func (s *xlStorage) SetDiskID(id string) { // NO-OP for xlStorage as it is handled either by xlStorageDiskIDCheck{} for local disks or // storage rest server for remote disks. } func (s *xlStorage) MakeVolBulk(ctx context.Context, volumes ...string) error { for _, volume := range volumes { err := s.MakeVol(ctx, volume)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
doc/go_spec.html
In some contexts such as the initializers for <a href="#If_statements">"if"</a>, <a href="#For_statements">"for"</a>, or <a href="#Switch_statements">"switch"</a> statements, they can be used to declare local temporary variables. </p> <h3 id="Function_declarations">Function declarations</h3> <!-- Given the importance of functions, this section has always
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)