Bug 2231834
| Summary: | [4.13.z clone][Multus] rbd command hung in toolbox pod on Multus enabled OCS cluster | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Nikhil Ladha <nladha> |
| Component: | ocs-operator | Assignee: | Nikhil Ladha <nladha> |
| Status: | CLOSED ERRATA | QA Contact: | Oded <oviner> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.13 | CC: | ebenahar, kramdoss, nladha, odf-bz-bot, sheggodu |
| Target Milestone: | --- | ||
| Target Release: | ODF 4.13.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.13.4-1 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-10-26 17:47:55 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nikhil Ladha
2023-08-14 11:02:39 UTC
Bug Fixed
Setup:
OCP Version: 4.13.0-0.nightly-2023-10-13-013258
ODF Versoin: 4.13.4-3
Platform: Vsphere
1. Deploy cluster with multus
$ oc get storagecluster -o yaml
```
network:
multiClusterService: {}
provider: multus
selectors:
cluster: openshift-storage/private-net
public: openshift-storage/public-net
```
2. Add tool pod
oc patch ocsinitialization ocsinit -n openshift-storage --type json --patch '[{ "op": "replace", "path": "/spec/enableCephTools", "value": true }]'
3. Check tool pod status:
$ oc get pods rook-ceph-tools-555575c74-wqmn7
NAME READY STATUS RESTARTS AGE
rook-ceph-tools-555575c74-wqmn7 1/1 Running 0 9s
4. Check rbd list:
$ oc rsh rook-ceph-tools-555575c74-wqmn7
sh-5.1$ rbd ls -p ocs-storagecluster-cephblockpool
csi-vol-3f268117-7543-49b8-9942-fa3cb8718a0e
csi-vol-5744f8b2-be6d-4857-b588-0e2c6fc22c75
csi-vol-647633d2-6bcd-4d44-b10d-a30c0a03caf7
csi-vol-69fcc985-dca9-4d6c-af75-27eb75969f55
csi-vol-9006565e-e8a0-41fb-b7ef-7fb08a4af543
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 (Red Hat OpenShift Data Foundation 4.13.4 security and bug fix 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/RHBA-2023:6146 |