From bbaec7bae87fde2c93568a042b8cd085b57bf0d1 Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Wed, 5 Mar 2014 12:41:09 -0700 Subject: [PATCH] CLOUDSTACK-6203: Correct documentation for KVM migration tuneables --- agent/conf/agent.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index e7e3b9cfdcb..b8b7a7cdad0 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -77,7 +77,7 @@ domr.scripts.dir=scripts/network/domr/kvm # Busy VMs may never finish migrating, depending on environment. When its available, we will # want to add support for autoconvergence migration flag which should fix this. Set an upper -# limit in seconds for how long live migration should wait, at which point VM is paused and +# limit in milliseconds for how long live migration should wait, at which point VM is paused and # migration will finish quickly. Less than 1 means disabled. #vm.migrate.pauseafter=0