mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Check agent version
This commit is contained in:
@@ -85,7 +85,7 @@ AGENT="${STORAGE}/${BASE}.agent"
|
||||
AGENT_VERSION=$(cat "${AGENT}")
|
||||
|
||||
if ((AGENT_VERSION < 3)); then
|
||||
echo "INFO: The installed Guest Agent is outdated, please consider updating it or do a clean install."
|
||||
echo "INFO: The installed Guest Agent in DSM is an outdated version, please upgrade it."
|
||||
fi
|
||||
|
||||
KVM_DISK_OPTS="\
|
||||
|
||||
Reference in New Issue
Block a user