Bug ID 1326157: Observed multiple containers restarting and cores generating after PXE installation

Last Modified: Aug 01, 2024

Affected Product(s):
F5OS F5OS-A(all modules)

Fixed In:
F5OS-A 1.7.0, F5OS-A 1.5.2

Opened: Aug 01, 2023

Severity: 1-Blocking

Symptoms

As a result of "permission denied" errors, some containers begin crashing after a PXE installation. Core files are also generated.

Impact

Containers crash or functionality is impacted. Core files are generated.

Conditions

Seen due to a timing issue after PXE installation. Some containers come up before they can be supported.

Workaround

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.

Fix Information

Containers should not be crashing after a PXE installation now. No core files should be generated.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips