Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Aug 22, 2024
1 parent 5736eb5 commit aac309f
Show file tree
Hide file tree
Showing 9 changed files with 1,030 additions and 419 deletions.
4 changes: 4 additions & 0 deletions ceph.rook.io/cephblockpool_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"nullable": true,
"type": "string"
},
"enableCrushUpdates": {
"description": "Allow rook operator to change the pool CRUSH tunables once the pool is created",
"type": "boolean"
},
"enableRBDStats": {
"description": "EnableRBDStats is used to enable gathering of statistics for all RBD images in the pool",
"type": "boolean"
Expand Down
443 changes: 298 additions & 145 deletions ceph.rook.io/cephcluster_v1.json

Large diffs are not rendered by default.

114 changes: 77 additions & 37 deletions ceph.rook.io/cephcosidriver_v1.json

Large diffs are not rendered by default.

140 changes: 97 additions & 43 deletions ceph.rook.io/cephfilesystem_v1.json

Large diffs are not rendered by default.

114 changes: 77 additions & 37 deletions ceph.rook.io/cephfilesystemmirror_v1.json

Large diffs are not rendered by default.

239 changes: 165 additions & 74 deletions ceph.rook.io/cephnfs_v1.json

Large diffs are not rendered by default.

271 changes: 226 additions & 45 deletions ceph.rook.io/cephobjectstore_v1.json

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion ceph.rook.io/cephobjectzone_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "ObjectZoneSpec represent the spec of an ObjectZone",
"properties": {
"customEndpoints": {
"description": "If this zone cannot be accessed from other peer Ceph clusters via the ClusterIP Service\nendpoint created by Rook, you must set this to the externally reachable endpoint(s). You may\ninclude the port in the definition. For example: \"https://my-object-store.my-domain.net:443\".\nIn many cases, you should set this to the endpoint of the ingress resource that makes the\nCephObjectStore associated with this CephObjectStoreZone reachable to peer clusters.\nThe list can have one or more endpoints pointing to different RGW servers in the zone.\n\n\nIf a CephObjectStore endpoint is omitted from this list, that object store's gateways will\nnot receive multisite replication data\n(see CephObjectStore.spec.gateway.disableMultisiteSyncTraffic).",
"description": "If this zone cannot be accessed from other peer Ceph clusters via the ClusterIP Service\nendpoint created by Rook, you must set this to the externally reachable endpoint(s). You may\ninclude the port in the definition. For example: \"https://my-object-store.my-domain.net:443\".\nIn many cases, you should set this to the endpoint of the ingress resource that makes the\nCephObjectStore associated with this CephObjectStoreZone reachable to peer clusters.\nThe list can have one or more endpoints pointing to different RGW servers in the zone.\n\nIf a CephObjectStore endpoint is omitted from this list, that object store's gateways will\nnot receive multisite replication data\n(see CephObjectStore.spec.gateway.disableMultisiteSyncTraffic).",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -53,6 +53,10 @@
"nullable": true,
"type": "string"
},
"enableCrushUpdates": {
"description": "Allow rook operator to change the pool CRUSH tunables once the pool is created",
"type": "boolean"
},
"enableRBDStats": {
"description": "EnableRBDStats is used to enable gathering of statistics for all RBD images in the pool",
"type": "boolean"
Expand Down Expand Up @@ -285,6 +289,10 @@
"nullable": true,
"type": "string"
},
"enableCrushUpdates": {
"description": "Allow rook operator to change the pool CRUSH tunables once the pool is created",
"type": "boolean"
},
"enableRBDStats": {
"description": "EnableRBDStats is used to enable gathering of statistics for all RBD images in the pool",
"type": "boolean"
Expand Down
Loading

0 comments on commit aac309f

Please sign in to comment.