-
Bug
-
Resolution: Done
-
Major
-
None
-
4.14
-
None
-
None
-
False
-
Description of problem:
I believe the LVMCLuster examples need to specify the openshift-storage namespace, otherwise I get this error: "error":"cross-namespace owner references are disallowed, owner's namespace <ns>, obj's namespace openshift-storage"
Version-Release number of selected component (if applicable):
4.15 & older
How reproducible:
When namespace is not defined, no topolvm pods are created
Steps to Reproduce:
1. Copy LVMCLuster example from docs & apply 2. Nothing happens 3.
Actual results:
No topolvm pod creation
Expected results:
Example copied from doc should define all params needed
Additional info:
Adding the namespace succeeds: kind: LVMCluster metadata: name: my-lvmcluster namespace: openshift-storage