- Proposed title of this feature reques
Change to cri-o log pass thru feature - remove duplicate directory level
in this feature: https://issues.redhat.com/browse/OCPSTRAT-100
2. What is the nature and description of the request?
The cri-o log pass thru feature implementation adds a hardcoded logs directory to the path that is passed in - this adds an extra logs/ directory to the path of the log files, which is problematic. For example, if you configure your logs to be stored in /logs the result of the cri-o implementation is that the log files can be found in /logs/logs/<files-here>. This extra logs/ path needs to be removed.
I'm pretty sure this is the line that does it in the source code:
https://github.com/cri-o/cri-o/blob/main/internal/linklogs/link_logs.go#L34
3. Why does the customer need this? (List the business requirements here)
Extra directory is causing all of Adobe service owners to modify their configuration for openshift only
4. List any affected packages or components.