-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
None
Description of problem:
10-microshift_${arch}.conf gets packaged as /etc/crio/crio.conf.d/microshift.conf instead of /etc/crio/crio.conf.d/10-microshift.conf. This makes attempts to follow NVidia's GPU Operator for RHDE fail due to specific nvidia config (/etc/crio/crio.conf.d/99-nvidia.conf) not being taken up by crio due to not ordering the config files appropriately
Version-Release number of selected component (if applicable):
4.15.x, likely all previous versions as well
How reproducible:
always, issue present on both x86 and aarch64
Steps to Reproduce:
1. Install microshift (either from rpm or on an ostree system, any arch) 2. Check that microshift crio config gets written as /etc/crio/crio.conf.d/microshift.conf and not /etc/crio/crio.conf.d/10-microshift.conf
Actual results:
$ ls /etc/crio/crio.conf.d/ microshift-ovn.conf microshift.conf
Expected results:
$ ls /etc/crio/crio.conf.d/ 11-microshift-ovn.conf 10-microshift.conf
Additional info:
- relates to
-
USHIFT-2224 Rename existing CRI-O configs to include numeric prefix
- Closed