Use wwctl overlay <import|build> --workers=0 to indicate default value

By default, uses `runtime.NumCPU()`

The default value is rendered in the generated man pages, which made
their content dependent on build system characteristics.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Christian Goll
2025-02-26 17:07:31 +01:00
parent f4b65fca90
commit a97c204f53
5 changed files with 20 additions and 9 deletions

View File

@@ -18,6 +18,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix nightly builds.
### Changed
- User `wwctl overlay <import|build> --workers=0` to indicate `runtime.NumCPU()`. #1782
## v4.6.0rc3, 2025-02-23
### Added