Skip to content

Commit 2098db2

Browse files
PhilippHufnaglThomasLamprecht
authored andcommitted
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 <[email protected]>
1 parent d5f9b41 commit 2098db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmxcfs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ For example, recovering the VM with ID `100` from an offline `node1` to another
226226
node `node2` works by running the following command as root on any member node
227227
of the cluster:
228228
229-
mv /etc/pve/nodes/node1/qemu-server/100.conf /etc/pve/nodes/node2/
229+
mv /etc/pve/nodes/node1/qemu-server/100.conf /etc/pve/nodes/node2/qemu-server/
230230
231231
WARNING: Before manually recovering a guest like this, make absolutely sure
232232
that the failed source node is really powered off/fenced. Otherwise {pve}'s

0 commit comments

Comments
 (0)