Description of problem (please be detailed as possible and provide log snippests): Currently for External mode, the must-gather skips the whole ceph collection and therefore some details which are applicable for external mode are absent in the logs. Listing out few things which I observed are missing but there might be some other additional things: - ocs-external-storagecluster-cephcluster - cephobjectstore - cephobjectstoreuser These details are useful in situations like mentioned in bug 1963134 Version of all relevant components (if applicable): OCP: 4.8.0-0.nightly-2021-05-19-123944 OCS: ocs-operator.v4.8.0-399.ci Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? Is there any workaround available to the best of your knowledge? Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? 1 Can this issue reproducible? Yes Can this issue reproduce from the UI? If this is a regression, please provide more details to justify this: Steps to Reproduce: 1. Deploy an OCP cluster 2. Deploy OCS 4.8 in External mode 3. Run the command to collect must-gather oc adm must-gather --image=quay.io/rhceph-dev/ocs-must-gather:latest-4.8 4. Check the logs Actual results: Check the description above Expected results: must-gather should all details applicable for external mode
In the list of missing items from the bug description: ``` - ocs-external-storagecluster-cephcluster - cephobjectstore - cephobjectstoreuser ``` I mentioned the resource name of first item ,i.e., "ocs-external-storagecluster-cephcluster" instead of it's kind The resource kind is "cephcluster" for the first item. Also, adding answer to Rajat's query about 2nd storagecluster: IF there is an external storage cluster, could there exist an internal storagecluster as well? No, this is not allowed. Refer to bug 1867400 for more details.
Discussed with Pulkit/Rajat, not a 4.8 blocker and the posted PR needs some revamp which is not possible to do before dev freeze. Moving it out.
Rajat, are you working on this fix?