Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 173 for persistent (0.29 sec)

  1. testing/internal-integ-testing/build.gradle.kts

            because("Exposing jvm metadata via AvailableJavaHomes")
        }
        api(project(":launcher"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":native"))
        api(project(":persistent-cache"))
        api(project(":problems-api"))
        api(project(":process-services"))
    
        api(testFixtures(project(":core"))) {
            because("HttpServer leaks PortAllocator to spock AST transformer")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/plugins.go

    	if err != nil {
    		return allPlugins, err
    	}
    	allPlugins = append(allPlugins, fc.ProbeVolumePlugins()...)
    	return allPlugins, nil
    }
    
    // ProbeControllerVolumePlugins collects all persistent volume plugins into an
    // easy to use list. Only volume plugins that implement any of
    // provisioner/recycler/deleter interface should be returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:17:15 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. README.md

    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
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 00:22:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    ++++
    
    Gradle provides multiple ways to inspect your build:
    
    - Profile with build scans
    - Local profile reports
    - Low level profiling
    
    == What is a build scan?
    
    https://scans.gradle.com/[Build scans] are a persistent, shareable record of what happened when running a build.
    Build scans provide insights into your build that you can use to identify and fix performance bottlenecks.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/flags.cc

               "If non-empty, the persistent cache will only be used for the "
               "specified devices (comma separated). Each device type should be "
               "able to be converted to `DeviceType`."),
          Flag("tf_xla_persistent_cache_read_only",
               &mark_for_compilation_flags->tf_xla_persistent_cache_read_only,
               "If true, the persistent cache will be read-only."),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// +optional
    	metav1.ObjectMeta
    
    	// Spec defines a persistent volume owned by the cluster
    	// +optional
    	Spec PersistentVolumeSpec
    
    	// Status represents the current information about persistent volume.
    	// +optional
    	Status PersistentVolumeStatus
    }
    
    // PersistentVolumeSpec has most of the details required to define a persistent volume
    type PersistentVolumeSpec struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. pkg/volume/csi/csi_mounter_test.go

    				volSrc := makeTestVol("pv1", testDriver)
    				volSrc.CSI.FSType = &fsType
    				return volume.NewSpecFromVolume(volSrc)
    			},
    		},
    		{
    			name:   "setup with persistent source",
    			podUID: types.UID(fmt.Sprintf("%08X", rand.Uint64())),
    			mode:   storage.VolumeLifecyclePersistent,
    			fsType: "zfs",
    			spec: func(fsType string, options []string) *volume.Spec {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

            "gradle-dependency-management",
            "gradle-workers",
            "gradle-worker-main",
            "gradle-build-process-services",
            "gradle-problems-api",
            "gradle-process-services",
            "gradle-persistent-cache",
            "gradle-model-core",
            "gradle-jvm-services",
            "gradle-files",
            "gradle-file-collections",
            "gradle-file-temp",
            "gradle-hashing",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. helm-releases/minio-5.2.0.tgz

    certificate from .Values.tls.certSecret. trustedCertsSecret: "" ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ ## persistence: enabled: true annotations: {} ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true ## If defined, PVC must be created manually before volume will be bound existingClaim: "" ## minio data Persistent Volume Storage Class ## If defined, storageClassName: <storageClass> ##...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. pkg/volume/fc/fc.go

    	// fc volumes used directly in a pod have a ReadOnly flag set by the pod author.
    	// fc volumes used as a PersistentVolume gets the ReadOnly flag indirectly through the persistent-claim volume used to mount the PV
    	fc, readOnly, err := getVolumeSource(spec)
    	if err != nil {
    		return nil, err
    	}
    
    	wwns, lun, wwids, err := getWwnsLunWwids(fc)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top