The documentation for the "migrate" hook operation described it as
being called at the beginning of incoming migration, but didn't
explicitly mention that this happens on the destination host. Add
"on the **destination** host" to make this clear.
Signed-off-by: Guy Godfroy <guy.godfroy@gugod.fr>
---
docs/hooks.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/hooks.rst b/docs/hooks.rst
index e1745b8cc7..0310e0d82c 100644
--- a/docs/hooks.rst
+++ b/docs/hooks.rst
@@ -244,7 +244,7 @@ operation. There is no specific operation to indicate a "restart" is occurring.
- :since:`Since 0.9.11`, the qemu hook script is also called at the beginning
- of incoming migration. It is called as:
+ of incoming migration on the **destination** host. It is called as:
::
@@ -417,7 +417,7 @@ operation. There is no specific operation to indicate a "restart" is occurring.
/etc/libvirt/hooks/libxl guest_name release end -
- :since:`Since 2.1.0`, the libxl hook script is also called at the beginning
- of incoming migration. It is called as:
+ of incoming migration on the **destination** host. It is called as:
::
--
2.53.0