mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-03 01:17:49 +03:00
pmxcfs: fix incorrect exmple command
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@proxmox.com>
This commit is contained in:
parent
d5f9b415fc
commit
2098db2e1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user