Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 223 for Migration (0.18 sec)

  1. pkg/kubelet/cm/cpumanager/state/state_checkpoint_test.go

    				"checksum": 1694838852
    			}`,
    			"none",
    			containermap.ContainerMap{},
    			"",
    			&stateMemory{
    				defaultCPUSet: cpuset.New(1, 2, 3),
    			},
    		},
    		{
    			"Restore checkpoint with migration",
    			`{
    				"policyName": "none",
    				"defaultCPUSet": "1-3",
    				"entries": {
    					"containerID1": "4-6",
    					"containerID2": "1-3"
    				},
    				"checksum": 3680390589
    			}`,
    			"none",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  2. docs/changelogs/upgrading_to_okhttp_4.md

    deprecated APIs with their replacements. Access this feature from the _Search Anywhere_ dialog
    (double-press shift) or under the _Analyze_ menu.
    
    We’ve included deprecated APIs in OkHttp 4.0 because they make migration easy. We will remove them
    in a future release! If you’re skipping releases, it’ll be much easier if you upgrade to OkHttp 4.0
    as an intermediate step.
    
    #### Vars and Vals
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 16:58:16 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  3. src/html/template/error.go

    	//     return `<a href="`+input+`">link</a>`
    	//   consider refactoring the surrounding template to make use of the
    	//   contextual autoescaper, i.e.
    	//     <a href="{{.X}}">link</a>
    	//
    	//   To ease migration to Go 1.9 and beyond, "html" and "urlquery" will
    	//   continue to be allowed as the last command in a pipeline. However, if the
    	//   pipeline occurs in an unquoted attribute value context, "html" is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

            "description": "Spec of the storage version migration.",
            "properties": {
              "continueToken": {
                "description": "The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is \"Running\", users can use this token to check the progress of the migration.",
                "type": "string"
              },
              "resource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  5. cmd/format-erasure.go

    	if err := json.Unmarshal(b, format); err != nil {
    		return "", err
    	}
    	return format.Erasure.Version, nil
    }
    
    // Migrates all previous versions to latest version of `format.json`,
    // this code calls migration in sequence, such as V1 is migrated to V2
    // first before it V2 migrates to V3.n
    func formatErasureMigrate(export string) ([]byte, fs.FileInfo, error) {
    	formatPath := pathJoin(export, minioMetaBucket, formatConfigFile)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //   - Move the BootstrapToken* API and related utilities out of the "kubeadm" API group to a new group
    //     "bootstraptoken". The kubeadm API version v1beta3 no longer contains the BootstrapToken* structures.
    //
    // Migration from old kubeadm config versions
    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  7. pkg/volume/util/operationexecutor/operation_generator_test.go

    		name              string
    		pluginName        string
    		pvSpec            v1.PersistentVolumeSpec
    		probVolumePlugins []volume.VolumePlugin
    	}
    
    	testcases := []testcase{
    		{
    			name:       "gce pd plugin: csi migration disabled",
    			pluginName: "fake-plugin",
    			pvSpec: v1.PersistentVolumeSpec{
    				PersistentVolumeSource: v1.PersistentVolumeSource{
    					GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
    				}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  8. cmd/format-erasure_test.go

    		t.Fatalf("expected value false, got %t", ok)
    	}
    
    	formats[2].Erasure.This = ""
    	if ok := formatErasureV3ThisEmpty(formats); !ok {
    		t.Fatalf("expected value true, got %t", ok)
    	}
    }
    
    // Tests xl format migration.
    func TestFormatErasureMigrate(t *testing.T) {
    	// Get test root.
    	rootPath := t.TempDir()
    
    	m := &formatErasureV1{}
    	m.Format = formatBackendErasure
    	m.Version = formatMetaVersionV1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 08:25:46 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.17.md

    ### CSI Migration Beta
    
    The Kubernetes in-tree storage plugin to Container Storage Interface (CSI) migration infrastructure is now beta in Kubernetes v1.17. CSI migration was introduced as alpha in Kubernetes v1.14.
    
    ## Known Issues
    - volumeDevices mapping ignored when container is privileged
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  10. cmd/prepare-storage.go

    	go renameAllBucketMetacache(diskPath)
    }
    
    // Following error message is added to fix a regression in release
    // RELEASE.2018-03-16T22-52-12Z after migrating v1 to v2 to v3. This
    // migration failed to capture '.This' field properly which indicates
    // the disk UUID association. Below error message is returned when
    // we see this situation in format.json, for more info refer
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 19 08:06:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top