Skip to content

Commit 75417c6

Browse files
committed
chore(vm): change virt-launcher for testing live migration
Signed-off-by: Ivan Mikheykin <ivan.mikheykin@flant.com>
1 parent 246c83b commit 75417c6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/cmd/virt-launcher/virt-launcher.go b/cmd/virt-launcher/virt-launcher.go
2+
index 41c41c9e5b..5764a3d485 100644
3+
--- a/cmd/virt-launcher/virt-launcher.go
4+
+++ b/cmd/virt-launcher/virt-launcher.go
5+
@@ -372,6 +372,7 @@ func main() {
6+
log.Log.Warningf("failed to set log verbosity. The value of logVerbosity label should be an integer, got %s instead.", verbosityStr)
7+
}
8+
}
9+
+ log.Log.Info("Additional version for testing feat/vm/add-settings-for-live-migration")
10+
11+
// Initialize local and shared directories
12+
initializeDirs(*ephemeralDiskDir, *containerDiskDir, *hotplugDiskDir, *uid)

0 commit comments

Comments
 (0)