[pve-devel] [PATCH pve-docs] pmxcfs: fix incorrect exmple command
Philipp Hufnagl
p.hufnagl at proxmox.com
Fri Jul 14 11:18:39 CEST 2023
There is an error in this example. The .conf has to be moved in the
quemu-server folder of the new node for the migration to work.
Signed-off-by: Philipp Hufnagl <p.hufnagl at proxmox.com>
---
pmxcfs.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pmxcfs.adoc b/pmxcfs.adoc
index ca4e327..f4aa847 100644
--- a/pmxcfs.adoc
+++ b/pmxcfs.adoc
@@ -226,7 +226,7 @@ For example, recovering the VM with ID `100` from an offline `node1` to another
node `node2` works by running the following command as root on any member node
of the cluster:
- mv /etc/pve/nodes/node1/qemu-server/100.conf /etc/pve/nodes/node2/
+ mv /etc/pve/nodes/node1/qemu-server/100.conf /etc/pve/nodes/node2/qemu-server/
WARNING: Before manually recovering a guest like this, make absolutely sure
that the failed source node is really powered off/fenced. Otherwise {pve}'s
--
2.39.2
More information about the pve-devel
mailing list