mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-09-20 15:04:20 +00:00
Allow for gracefull shutdows
NOTE: This only works on fresh installs. If you want to convert an existing installation to use this feature, you need to update /usr/local/bin/agent.sh on the guest and /storage/agent.ver on the host.
This commit is contained in:
@@ -137,6 +137,9 @@ fi
|
||||
|
||||
rm -rf $MOUNT
|
||||
|
||||
# Store agent version
|
||||
echo "2" > "$IMG"/agent.ver
|
||||
|
||||
mv -f "$BOOT" "$IMG"/"$BASE".boot.img
|
||||
mv -f "$SYSTEM" "$IMG"/"$BASE".system.img
|
||||
|
||||
|
||||
Reference in New Issue
Block a user