Skip to content

Latest commit

 

History

History
123 lines (86 loc) · 3.72 KB

CHANGES.rst

File metadata and controls

123 lines (86 loc) · 3.72 KB

Changes

  • HEAD - XXXX-XX-XX

  • 1.2 - 2022-09-21

    Changes:

    • Add ZFS snapshot migration for minimal downtime: full sync, poweroff, final sync, poweron.
    • Add --wait-before-stop to allow manual actions after initial sync.
    • Add discard=on on ZFS volumes by default.
    • Prefer rsync over scp.
    • Add ssh_cipher setting (for AES speedup) for zfs-to-zfs transfers.
    • Add workaround to fix boot order on 6.1+6.3 mixed clusters
    • Show --average-rate in pv(1) viewer.

    Tweaks/fixes:

    • Create temp dir automatically, instead of complaining.
    • Set onboot=0 on old-VM after migration so it does not auto-start.
    • Improve various pre-copy checks.
    • Fix confusing double exception, fix various other minor annoyances.
    • Better ssh handling (accept fingerprints, forwarding only when necessary).
    • Better handling of unsupported LXC.
    • Also copy the source pool membership to the destination.
  • 1.1 - 2021-06-11

    Features/fixes:

    • Add basic resume support.
    • Allow :port in ssh=user@host:port config.
    • Unmount cdrom media before moving.
    • Fix destination volume naming (use vm-NNN-disk-N instead of vm-NNN-virtioN).
    • Some documentation improvements.
  • 1.0 - 2020-01-17

    Features/fixes:

    • Fix disk I/O resource hog overuse on newer PVE clusters.
    • Fix API connection to newer PVE clusters.
    • Add faster ssh cipher by default.
    • Work around Proxmox API timeout.
    • Improved usability through better logging and prepare checks.
  • 0.1.0 - 2018-11-22

    Bugs fixed:

    • Show that not seeing a VM is probably a PVEAdmin-permissions issue.
    • Don't die if image_size cannot be determined.
    • Place the sample files and docs in a /usr/share/...proxmove subdir.
  • 0.0.9 - 2017-03-28

    New features:

    • Added --no-verify-ssl option.

    Bugs fixed:

    • Fix str-cast bug with ZFS destination creation.
    • Fix ignoring of non-volume properties like "scsihw".
  • 0.0.8 - 2017-01-26

    New features:

    • Partial LXC container move implemented. Not complete.

    Bugs fixed:

    • Allow ZFS paths to be more than just the a pool name. Instead of e.g. path=zfs:mc9-8-ssd we now also allow path=zfs:rpool/data/images. Closes #7.
  • v0.0.7 - 2016-10-07

    Bugs fixed:

    • Instead of trusting on the "size=XXG" which may or may not be present in the storage volume config, it reads the QCOW header or ZFS volume size directly. Also checks that the values are available before attempting a move.
  • v0.0.6 - 2016-09-21

    New features:

    • Add --bwlimit in Mbit/s to limit bandwidth during transfer. Will use the scp(1) -l option or for ZFS use the mbuffer(1) auxiliary. As an added bonus mbuffer may improve ZFS send/recv speed through buffering. Closes #4.
    • Add --skip-disks option to skip copying of the disks. Use this if you want to copy the disks manually. Closes #3.
    • Add --skip-start option to skip autostarting of the VM.
    • Adds optional pv(1) pipe viewer progress bar to get ETA in ZFS transfers.
    • Add hidden --debug option for more verbosity.
    • Add hidden --ignore-exists option that allows you to test moves between the same cluster by creating an alias (second config).

    Bugs fixed:

    • Format is not always specified in the properties. If it isn't, use the image filename suffix when available.
    • Sometimes old values aren't available in the "pending" list. Don't croak. Closes #2.
    • Begun refactoring. Testing bettercodehub.com.
    • Also check whether temporary (renamed) VMs exist before starting.
  • v0.0.5 - 2016-08-30

    • Added support for ZFS to ZFS disk copy. QCOW2 to ZFS and ZFS to ZFS is now tested.
  • v0.0.4 - 2016-08-30

    • Major overhaul of configuration format and other changes.