Bug 2176012
| Summary: | [ODF 4.11] Move the defaults for rookceph operator from configmap to csv | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Rakshith <rar> | |
| Component: | ocs-operator | Assignee: | Nikhil Ladha <nladha> | |
| Status: | CLOSED ERRATA | QA Contact: | Joy John Pinto <jopinto> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.11 | CC: | ebenahar, etamir, jopinto, kramdoss, mparida, ocs-bugs, odf-bz-bot, sheggodu | |
| Target Milestone: | --- | |||
| Target Release: | ODF 4.11.7 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2176356 2176357 2176359 (view as bug list) | Environment: | ||
| Last Closed: | 2023-04-26 10:01:19 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2176356, 2176357, 2176359 | |||
|
Description
Rakshith
2023-03-07 07:17:30 UTC
Verified on a newly deployed ODF cluster
OCP 4.11.0-0.nightly-2023-04-05-140612 and ODF 4.11.7 provided by Red Hat
labels:
app: rook-ceph-operator
pod-template-hash: c8697fbb6
spec:
restartPolicy: Always
serviceAccountName: rook-ceph-system
imagePullSecrets:
- name: rook-ceph-system-dockercfg-dxhvx
priority: 0
schedulerName: default-scheduler
enableServiceLinks: true
terminationGracePeriodSeconds: 30
preemptionPolicy: PreemptLowerPriority
nodeName: ip-10-0-203-68.us-east-2.compute.internal
securityContext: {}
containers:
- resources: {}
terminationMessagePath: /dev/termination-log
name: rook-ceph-operator
env:
- name: ROOK_CURRENT_NAMESPACE_ONLY
value: 'true'
- name: ROOK_ALLOW_MULTIPLE_FILESYSTEMS
value: 'false'
- name: ROOK_LOG_LEVEL
value: INFO
- name: ROOK_CEPH_STATUS_CHECK_INTERVAL
value: 60s
- name: ROOK_MON_HEALTHCHECK_INTERVAL
value: 45s
- name: ROOK_MON_OUT_TIMEOUT
value: 600s
- name: ROOK_DISCOVER_DEVICES_INTERVAL
value: 60m
- name: ROOK_HOSTPATH_REQUIRES_PRIVILEGED
value: 'true'
- name: ROOK_ENABLE_SELINUX_RELABELING
value: 'true'
- name: ROOK_ENABLE_FSGROUP
value: 'true'
- name: ROOK_ENABLE_FLEX_DRIVER
value: 'false'
- name: ROOK_ENABLE_DISCOVERY_DAEMON
value: 'false'
- name: ROOK_ENABLE_MACHINE_DISRUPTION_BUDGET
value: 'false'
- name: ROOK_DISABLE_DEVICE_HOTPLUG
value: 'true'
- name: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION
value: 'true'
- name: ROOK_DISABLE_ADMISSION_CONTROLLER
value: 'true'
- name: CSI_VOLUME_REPLICATION_IMAGE
value: >-
quay.io/rhceph-dev/odf4-volume-replication-rhel8-operator@sha256:9ce0f6e3e6e81d74dcae39b4023be66d9e2278fb6cf087f7e992a624f8e771a2
- name: ROOK_CSIADDONS_IMAGE
value: >-
quay.io/rhceph-dev/odf4-odf-csi-addons-sidecar-rhel8@sha256:9d6b25b2ddad1e12073d6945f6d3dd02cf4053fb8a18668a4fe87728e500cf3f
- name: ROOK_CSI_NFS_IMAGE
value: >-
quay.io/rhceph-dev/openshift-ose-csi-driver-nfs@sha256:4d3e6560e89b8624f797b295240296bd137a375d59c73e7c4add1ee55911d126
- name: CSI_PROVISIONER_TOLERATIONS
value: |-
- key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
effect: NoSchedule
- name: CSI_PLUGIN_TOLERATIONS
value: |-
- key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
effect: NoSchedule
- name: CSI_LOG_LEVEL
value: '5'
- name: CSI_ENABLE_CSIADDONS
value: 'true'
-
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat OpenShift Data Foundation 4.11.7 Bug Fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:2023 |