- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 34 for Helvert (0.07 sec)
-
internal/config/errors.go
) ErrInvalidConfigDecryptionKey = newErrFn( "Incorrect encryption key to decrypt internal data", "Please set the correct default KMS key value or the correct root credentials for older MinIO versions.", `Revert MINIO_KMS_KES_KEY_NAME or MINIO_ROOT_USER/MINIO_ROOT_PASSWORD (for older MinIO versions) to be able to decrypt the internal data again.`, ) ErrInvalidCredentials = newErrFn( "Invalid credentials",
Registered: 2024-11-03 19:28 - Last Modified: 2024-07-10 16:57 - 9.3K bytes - Viewed (0) -
cmd/erasure-healing-common_test.go
} if diskIndex != 0 && disk == nil { t.Errorf("Drive erroneously filtered, driveIndex: %d", diskIndex) } } partsMetadata[0] = partsMetadataBackup // Revert before going to the next test // Test 3: Not synchronized DataDir partsMetadataBackup = partsMetadata[1] partsMetadata[1].DataDir = "foo-random" errs = make([]error, len(erasureDisks))
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-01 15:19 - 23.1K bytes - Viewed (0) -
cmd/erasure-metadata.go
return findFileInfoInQuorum(ctx, metaArr, modTime, etag, quorum) } func writeAllMetadataWithRevert(ctx context.Context, disks []StorageAPI, origbucket, bucket, prefix string, files []FileInfo, quorum int, revert bool) ([]StorageAPI, error) { g := errgroup.WithNErrs(len(disks)) // Start writing `xl.meta` to all disks in parallel. for index := range disks { index := index g.Go(func() error {
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-31 22:10 - 21.3K bytes - Viewed (0) -
cmd/storage-datatypes.go
BaseOptions Recursive bool `msg:"r"` Immediate bool `msg:"i"` UndoWrite bool `msg:"u"` // OldDataDir of the previous object OldDataDir string `msg:"o,omitempty"` // old data dir used only when to revert a rename() } // BaseOptions represents common options for all Storage API calls type BaseOptions struct{} // RenameOptions represents rename API options, currently its same as BaseOptions type RenameOptions struct {
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-22 15:30 - 17.3K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
advice on upgrading from 1.x to 2.x. * Fix: Don't leak connections! There was a regression in 2.0.0-RC1 where connections were neither closed nor pooled. * Fix: Revert builder-style return types from OkHttpClient's timeout methods for binary compatibility with OkHttp 1.x. * Fix: Don't skip client stream 1 on SPDY/3.1. This fixes SPDY connectivity to
Registered: 2024-11-01 11:42 - Last Modified: 2022-02-06 02:19 - 26.6K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-26 01:49 - 64.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Kube-apiserver: Fixes a 1.31 regression that stopped honoring build ID overrides with the --version flag ([#126670](https://github.com/kubernetes/kubernetes/pull/126670), [@liggitt](https://github.com/liggitt)) [SIG API Machinery] - Revert "fix: handle socket file detection on Windows" ([#127100](https://github.com/kubernetes/kubernetes/pull/127100), [@jsturtevant](https://github.com/jsturtevant)) [SIG Node]
Registered: 2024-11-01 09:05 - Last Modified: 2024-10-23 12:18 - 315.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- `csi` But it's still enforced using a limit in CSINode objects. ([#126924](https://github.com/kubernetes/kubernetes/pull/126924), [@carlory](https://github.com/carlory)) [SIG Storage] - Revert Go version used to build Kubernetes to 1.23.0 ([#127861](https://github.com/kubernetes/kubernetes/pull/127861), [@xmudrii](https://github.com/xmudrii)) [SIG Release and Testing]
Registered: 2024-11-01 09:05 - Last Modified: 2024-10-29 20:17 - 121.6K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt
* * This implements Happy Eyeballs ([RFC 6555][rfc_6555]), balancing connect latency vs. * wasted resources. * * Defaults to enabled, call with [fastFallback] = false to revert to 4.x behaviour. * * [rfc_6555]: https://datatracker.ietf.org/doc/html/rfc6555 */ fun fastFallback(fastFallback: Boolean) = apply { this.fastFallback = fastFallback }
Registered: 2024-11-01 11:42 - Last Modified: 2024-04-06 04:21 - 52K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Ensure `InstanceShutdownByProviderID` return false for creating Azure VMs. ([#104382](https://github.com/kubernetes/kubernetes/pull/104382), [@feiskyer](https://github.com/feiskyer)) - Evicted and other terminated Pods will no longer revert to the `Running` phase. ([#105462](https://github.com/kubernetes/kubernetes/pull/105462), [@ehashman](https://github.com/ehashman))
Registered: 2024-11-01 09:05 - Last Modified: 2023-02-28 21:06 - 424.5K bytes - Viewed (0)