Actions
Regression #16023
closedRAM disk configuration check fails at boot
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
25.03
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
All
Description
In some situation the ramdisk_check_enabled function can incorrectly return empty at boot. This results in either RAM disks not being created correctly and/or /var/run being separately mounted when /var is already tmpfs.
+ ramdisk_check_enabled + /usr/local/sbin/read_xml_tag.sh boolean system/use_mfs_tmpvar + [ '' '=' true ] + return 1
After boot that returns true:
[root@plusdev-5.stevew.lan]/root: /usr/local/sbin/read_xml_tag.sh boolean system/use_mfs_tmpvar true
This is a regression since 24.03 and 2.7.2.
Actions