Details
-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 7.2.0.GA
-
Component/s: RPM
-
Labels:None
-
Target Release:
-
QE Test Coverage:+
Description
When EAP7.2 is installed via RPM installation (manual installation from errata, since there is no repository with content yet), I can see that there are some changes in installation directory structure. This is connected to following:
RHEL8
# ll /opt/rh/eap7/root/usr/share/wildfly/standalone/ total 0 lrwxrwxrwx. 1 root root 40 Jan 18 09:40 configuration -> /etc/opt/rh/scls/eap7/wildfly/standalone lrwxrwxrwx. 1 root root 49 Jan 18 09:40 data -> /var/opt/rh/scls/eap7/lib/wildfly/standalone/data lrwxrwxrwx. 1 root root 56 Jan 18 09:40 deployments -> /var/opt/rh/scls/eap7/lib/wildfly/standalone/deployments lrwxrwxrwx. 1 root root 48 Jan 18 09:40 lib -> /var/opt/rh/scls/eap7/lib/wildfly/standalone/lib lrwxrwxrwx. 1 root root 44 Jan 18 09:40 log -> /var/opt/rh/scls/eap7/log/wildfly/standalone lrwxrwxrwx. 1 root root 50 Jan 18 09:40 tmp -> /var/opt/rh/scls/eap7/cache/wildfly/standalone/tmp
similar to 'domain' directory. The difference between RHEL7 and RHEL8 is the extra 'scls' subdirectory in the path. So on RHEL7, we have e.g.:
lrwxrwxrwx. 1 root root 40 Jan 18 09:40 configuration -> /etc/opt/rh/eap7/wildfly/standalone
although on RHEL8, there is this:
lrwxrwxrwx. 1 root root 40 Jan 18 09:40 configuration -> /etc/opt/rh/scls/eap7/wildfly/standalone
Maybe this is intentional change that is by design as on RHEL8, e.g. due to newer version of software-collections in use? Could you please clarify whether this is an actual issue or this change is by design?