Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for jbod (0.03 seconds)

  1. cmd/format-erasure.go

    	Erasure struct {
    		Version string `json:"version"` // Version of 'xl' format.
    		Disk    string `json:"drive"`   // Disk field carries assigned disk uuid.
    		// JBOD field carries the input disk order generated the first
    		// time when fresh disks were supplied.
    		JBOD []string `json:"jbod"`
    	} `json:"xl"` // Erasure field holds xl format.
    }
    
    // Represents the V2 backend disk structure version
    // under `.minio.sys` and actual data namespace.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 23.1K bytes
    - Click Count (0)
  2. cmd/erasure-sets.go

    - Some Unformatted - format all and return success.
    - Any JBOD inconsistent - return failure
    - Some are corrupt (missing format.json) - return failure
    - Any unrecognized disks - return failure
    
    Some disks are offline and we have quorum.
    -----------------
    - Some unformatted - format all and return success,
      treat disks offline as corrupted.
    - Any JBOD inconsistent - return failure
    - Some are corrupt (missing format.json)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 37K bytes
    - Click Count (1)
  3. docs/bigdata/README.md

    All access to MinIO object storage is via S3/SQL SELECT API. In addition to the compute nodes, MinIO containers are also managed by Kubernetes as stateful containers with local storage (JBOD/JBOF) mapped as persistent local volumes. This architecture enables multi-tenant MinIO, allowing isolation of data between customers.
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  4. cmd/format-erasure_test.go

    	}
    	if !reflect.DeepEqual(formatV3.Erasure.Sets[0], m.Erasure.JBOD) {
    		t.Fatalf("expected drive uuid: %v, got: %v", m.Erasure.JBOD, formatV3.Erasure.Sets[0])
    	}
    
    	m = &formatErasureV1{}
    	m.Format = "unknown"
    	m.Version = formatMetaVersionV1
    	m.Erasure.Version = formatErasureVersionV1
    	m.Erasure.Disk = mustGetUUID()
    	m.Erasure.JBOD = []string{m.Erasure.Disk, mustGetUUID(), mustGetUUID(), mustGetUUID()}
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  5. .dir-locals.el

    ((java-mode
      .
      ((eval
        .
        (progn
          (defun my/point-in-defun-declaration-p ()
            (let ((bod (save-excursion (c-beginning-of-defun)
                                       (point))))
              (<= bod
                  (point)
                  (save-excursion (goto-char bod)
                                  (re-search-forward "{")
                                  (point)))))
    
          (defun my/is-string-concatenation-p ()
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Apr 14 14:50:53 GMT 2017
    - 3.3K bytes
    - Click Count (0)
  6. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    5xn--aurskog-hland-jnb\rxn--avery-yua\u000fxn--bdddj-mrabd\u0012xn--bearalvhki-y4a\u000fxn--berlevg-jxa\u0012xn--bhcavuotna-s4a\u0013xn--bhccavuotna-k7a\rxn--bidr-5nac\rxn--bievt-0qa\u000exn--bjddar-pta\u000cxn--blt-elab\u000cxn--bmlo-gra\u000bxn--bod-2na\u000exn--brnny-wuac\u0012xn--brnnysund-m8ac\u000cxn--brum-voa\u0010xn--btsfjord-9za\u0012xn--davvenjrga-y4a\u000cxn--dnna-gra\rxn--drbak-wua\u000cxn--dyry-ira\u0011xn--eveni-0qa01ga\rxn--finny-yua\rxn--fjord-lra\nxn--fl-zia\u000cxn--flor-jra\u0...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top