Skip to content

Commit

Permalink
Add StorageCluster.spec.nfs.LogLevel storagecluster CR
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Viner <oviner@redhat.com>
  • Loading branch information
OdedViner committed Jan 9, 2025
1 parent 0edeff8 commit dcae01f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/crd/bases/ocs.openshift.io_storageclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2618,6 +2618,13 @@ spec:
enable:
description: Enable specifies whether to enable NFS.
type: boolean
logLevel:
description: |-
LogLevel set logging level
Log levels: NIV_NULL | NIV_FATAL | NIV_MAJ | NIV_CRIT | NIV_WARN | NIV_EVENT | NIV_INFO | NIV_DEBUG | NIV_MID_DEBUG | NIV_FULL_DEBUG | NB_LOG_LEVEL
type: string
reconcileStrategy:
type: string
storageClassName:
description: StorageClassName specifies the name of the storage
class created for NFS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2618,6 +2618,13 @@ spec:
enable:
description: Enable specifies whether to enable NFS.
type: boolean
logLevel:
description: |-
LogLevel set logging level
Log levels: NIV_NULL | NIV_FATAL | NIV_MAJ | NIV_CRIT | NIV_WARN | NIV_EVENT | NIV_INFO | NIV_DEBUG | NIV_MID_DEBUG | NIV_FULL_DEBUG | NB_LOG_LEVEL
type: string
reconcileStrategy:
type: string
storageClassName:
description: StorageClassName specifies the name of the storage
class created for NFS
Expand Down
7 changes: 7 additions & 0 deletions deploy/ocs-operator/manifests/storagecluster.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2618,6 +2618,13 @@ spec:
enable:
description: Enable specifies whether to enable NFS.
type: boolean
logLevel:
description: |-
LogLevel set logging level
Log levels: NIV_NULL | NIV_FATAL | NIV_MAJ | NIV_CRIT | NIV_WARN | NIV_EVENT | NIV_INFO | NIV_DEBUG | NIV_MID_DEBUG | NIV_FULL_DEBUG | NB_LOG_LEVEL
type: string
reconcileStrategy:
type: string
storageClassName:
description: StorageClassName specifies the name of the storage
class created for NFS
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcae01f

Please sign in to comment.