Skip to content

Commit

Permalink
Refactor. Split up clone into copy and friends.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed Sep 21, 2016
1 parent 389b40d commit fe6c612
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 177 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When configured, you can do something like this:
.. code-block:: console
$ proxmove banana-cluster the-new-cluster node2 node2-ssd the-vm-to-move
12:12:27: Requested move banana-cluster<e1400248> => the-new-cluster<6669ad2c> (node 'node2'): the-vm-to-move
12:12:27: Attempt moving banana-cluster<e1400248> => the-new-cluster<6669ad2c> (node 'node2'): the-vm-to-move
12:12:27: - source VM the-vm-to-move@node1<qemu/565/running>
12:12:27: - storage 'ide2': None,media=cdrom (blobsize=None)
12:12:27: - storage 'virtio0': sharedsan:565/vm-565-disk-1.qcow2,format=qcow2,iops_rd=4000,iops_wr=500,size=50G (blobsize=53705113600)
Expand All @@ -74,7 +74,7 @@ When configured, you can do something like this:
12:24:25: Removing temp '/node2-ssd/temp/temp-proxmove/vm-126-virtio0' (on local-ssd)
12:24:26: Starting VM the-vm-to-move@node2<qemu/126/stopped>
12:24:27: - started VM the-vm-to-move@node2<qemu/126/running>
12:24:27: Completed move banana-cluster<e1400248> => the-new-cluster<6669ad2c> (node 'node2'): the-vm-to-move
12:24:27: Completed moving banana-cluster<e1400248> => the-new-cluster<6669ad2c> (node 'node2'): the-vm-to-move
Before, ``the-vm-to-move`` was running on ``banana-cluster`` on ``node1``.

Expand Down
Loading

0 comments on commit fe6c612

Please sign in to comment.