Merge pull request #1916 from anderbubble/1892-echo-fix

Fixed IPMI VLAN configuration
This commit is contained in:
Christian Goll
2025-07-02 13:53:26 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed `wwctl profile set` for disks, partitions and file systems. #1883
- Do not let API add a node that exists
- Fixed sleep/rebooting on error during GRUB boot. #1894
- Fixed IPMI VLAN configuration. #1892
### Changed

View File

@@ -38,7 +38,7 @@ if [ -n "$WWIPMI_VLAN" ]; then
echo "IPMI VLAN: $WWIPMI_VLAN"
else
echo "IPMI VLAN: $prev_vlan -> $WWIPMI_VLAN"
echo ipmitool lan set 1 vlan id "$WWIPMI_VLAN"
ipmitool lan set 1 vlan id "$WWIPMI_VLAN"
fi
fi