|
@@ -50,16 +50,17 @@
|
|
# hanging QEMU.
|
|
# hanging QEMU.
|
|
#
|
|
#
|
|
# Currently implemented yank instances:
|
|
# Currently implemented yank instances:
|
|
-# - nbd block device:
|
|
|
|
-# Yanking it will shut down the connection to the nbd server without
|
|
|
|
-# attempting to reconnect.
|
|
|
|
-# - socket chardev:
|
|
|
|
-# Yanking it will shut down the connected socket.
|
|
|
|
-# - migration:
|
|
|
|
-# Yanking it will shut down all migration connections. Unlike
|
|
|
|
-# @migrate_cancel, it will not notify the migration process, so migration
|
|
|
|
-# will go into @failed state, instead of @cancelled state. @yank should be
|
|
|
|
-# used to recover from hangs.
|
|
|
|
|
|
+#
|
|
|
|
+# - nbd block device:
|
|
|
|
+# Yanking it will shut down the connection to the nbd server without
|
|
|
|
+# attempting to reconnect.
|
|
|
|
+# - socket chardev:
|
|
|
|
+# Yanking it will shut down the connected socket.
|
|
|
|
+# - migration:
|
|
|
|
+# Yanking it will shut down all migration connections. Unlike
|
|
|
|
+# @migrate_cancel, it will not notify the migration process, so migration
|
|
|
|
+# will go into @failed state, instead of @cancelled state. @yank should be
|
|
|
|
+# used to recover from hangs.
|
|
#
|
|
#
|
|
# Since: 6.0
|
|
# Since: 6.0
|
|
##
|
|
##
|