diff --git a/linux/system-config/block-snapshot b/linux/system-config/block-snapshot index f68bfdc6..fb41856e 100755 --- a/linux/system-config/block-snapshot +++ b/linux/system-config/block-snapshot @@ -245,7 +245,7 @@ case "$command" in domain=$(cat "$HOTPLUG_STORE-domain") if [ "$domain" ]; then # Dont stop on errors - /usr/bin/qvm-template-commit "$domain" || true + /usr/bin/qvm-template-commit --offline-mode "$domain" || true fi fi fi