From cb9aaeb78718dfc7aa691b36ea6285198c18c88b Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 11 Jun 2023 15:06:03 +0200 Subject: [PATCH] Timestamps are provided by runner. --- .../templates/Standard-VM-latest.ftl.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml b/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml index 29eeb09..585fd77 100644 --- a/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml +++ b/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml @@ -30,7 +30,6 @@ # * Allow spawn for network setup (tap/bridge) - [ "-sandbox", "on,obsolete=deny,elevateprivileges=deny,\ spawn=allow,resourcecontrol=deny" ] - - [ "-msg", "timestamp=on" ] # * Qemu monitor connection - [ "-chardev", "socket,id=charmonitor,\ path=${ runtimeDir }/monitor.sock,server=on,wait=off" ]