Page MenuHomeVyOS Platform

Add util function to check for completion of boot config
Closed, ResolvedPublic

Description

Upon completion of boot configuration, the file '/tmp/vyos-config-status' is created: this was the legacy practice, carried over to the vyos-boot-config-loader called by vyos-router. This file is checked in various places for conditional behavior and should have a util function; moreover, it is suggested that the file be moved to '/run'.

Details

Difficulty level
Unknown (require assessment)
Version
vyos-1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Internal change (not visible to end users)

Event Timeline

jestabro triaged this task as Normal priority.Dec 8 2021, 6:23 PM
jestabro created this task.
jestabro created this object in space S1 VyOS Public.
jestabro reopened this task as Open.
jestabro moved this task from Backport Candidates to Finished on the VyOS 1.4 Sagitta board.
jestabro moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.0) board.

Utility function added; it remnains to move 'vyos-config-status' to /run.