chore: Update manifests after automerge

This commit is contained in:
2026-03-24 23:01:26 +00:00
parent f0479497ce
commit 99feedc2df
57 changed files with 144 additions and 122 deletions

View File

@@ -2065,9 +2065,12 @@ spec:
description: |-
The data pool used to store ObjectStore data that cannot use erasure coding (ex: multi-part uploads).
If dataPoolName is not erasure coded, then there is no need for dataNonECPoolName.
WARNING: Do not change this field after creation. Pool names are used in RADOS namespaces and renaming leads to data loss.
type: string
dataPoolName:
description: The data pool used to store ObjectStore objects data.
description: |-
The data pool used to store ObjectStore objects data.
WARNING: Do not change this field after creation. Pool names are used in RADOS namespaces and renaming leads to data loss.
minLength: 1
type: string
default:
@@ -2076,7 +2079,9 @@ spec:
Default is false.
type: boolean
metadataPoolName:
description: The metadata pool used to store ObjectStore bucket index.
description: |-
The metadata pool used to store ObjectStore bucket index.
WARNING: Do not change this field after creation. Pool names are used in RADOS namespaces and renaming leads to data loss.
minLength: 1
type: string
name:
@@ -2092,7 +2097,9 @@ spec:
items:
properties:
dataPoolName:
description: DataPoolName is the data pool used to store ObjectStore objects data.
description: |-
DataPoolName is the data pool used to store ObjectStore objects data.
WARNING: Do not change this field after creation. Pool names are used in RADOS namespaces and renaming leads to data loss.
minLength: 1
type: string
name:
@@ -2109,6 +2116,7 @@ spec:
- dataPoolName
- name
type: object
maxItems: 10
type: array
required:
- dataPoolName