mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Check agent version
This commit is contained in:
parent
90ee437ae4
commit
cf54890e4e
@ -85,7 +85,7 @@ AGENT="${STORAGE}/${BASE}.agent"
|
|||||||
AGENT_VERSION=$(cat "${AGENT}")
|
AGENT_VERSION=$(cat "${AGENT}")
|
||||||
|
|
||||||
if ((AGENT_VERSION < 3)); then
|
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
|
fi
|
||||||
|
|
||||||
KVM_DISK_OPTS="\
|
KVM_DISK_OPTS="\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user