Last Modified: Aug 01, 2024
Affected Product(s):
F5OS F5OS-A
Fixed In:
F5OS-A 1.7.0, F5OS-A 1.5.2
Opened: Aug 01, 2023 Severity: 1-Blocking
As a result of "permission denied" errors, some containers begin crashing after a PXE installation. Core files are also generated.
Containers crash or functionality is impacted. Core files are generated.
Seen due to a timing issue after PXE installation. Some containers come up before they can be supported.
Modify the /var/docker/config/platform.yml with information below: + selinux_labeler: + container_name: selinux_labeler + image: +${platform_services_registry}/system_network:1.4.14 + volumes: + - /var/F5/system:/var/F5/partition:z + labels: + f5.service.type: "system" identifier: container_name: system_latest_vers image: ${platform_services_registry}/system_network:1.4.14 + depends_on: + - selinux_labeler Then, restart the platform-services-deployment.service.
Containers should not be crashing after a PXE installation now. No core files should be generated.