Return HTTP 409 status when creating an existing overlay

Signed-off-by: Cédric Clerget <cedric.clerget@gmail.com>
This commit is contained in:
Cédric Clerget
2025-11-05 11:38:39 -06:00
committed by jason scott
parent e3a6f22673
commit 9f2ab5168d
3 changed files with 41 additions and 28 deletions

View File

@@ -58,6 +58,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Write `$tftpdir/warewulf/grub.cfg` to `tftproot` as configured in `warewulf.conf`. #2055
- Automatically create a GPT label when `sfdisk` overlay wipes disks. #2025
- Fix configuration of MTU on bonds with `NetworkManager`. #2059
- Use device names in netplan bonds. #2013
- Fix ImageDelete API not returning error when checking if image is used by nodes/profiles
- Return HTTP 409 status when creating an existing overlay
### Dependencies