From bc8ed687b486c10714b2450bcd3fd13d7b3f30cd Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Tue, 28 Jul 2020 17:03:54 -0700 Subject: [PATCH] DNM: clh: debug on issue #2864 It is a potential regression test failure observed as `VmInfoGet failed` after block device hotplug and memory hotplug. Fixes: #2864 Signed-off-by: Bo Chen --- virtcontainers/clh.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtcontainers/clh.go b/virtcontainers/clh.go index f4afb0440d..860c3b0186 100644 --- a/virtcontainers/clh.go +++ b/virtcontainers/clh.go @@ -3,6 +3,8 @@ // SPDX-License-Identifier: Apache-2.0 // +// Debug for issue: https://github.com/kata-containers/runtime/issues/2864 + package virtcontainers import (