Merge pull request #1358 from JasonYangShadow/fix/1344

Add --syncuser flag to wwctl shell
This commit is contained in:
Jonathon Anderson
2024-09-23 11:32:30 -06:00
committed by GitHub
4 changed files with 9 additions and 6 deletions

View File

@@ -46,9 +46,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## v4.5.8, unreleased
### Added
- Added `--syncuser` flag to `wwctl container shell`. #1358
### Changed
- Interleave tmpfs across all available NUMA nodes. #1347, #1348
- Syncuser watches for changes in mtime rather than ctime. #1358
### Fixed