Skip to content

Commit

Permalink
version: Bump to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed Sep 21, 2022
1 parent 779d886 commit 06d32f5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
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

Expand Down
4 changes: 2 additions & 2 deletions proxmove
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ from http.client import InvalidURL
from urllib.parse import urlparse

__author__ = 'Walter Doekes'
__copyright__ = 'Copyright (C) Walter Doekes, OSSO B.V. 2016-2021'
__copyright__ = 'Copyright (C) Walter Doekes, OSSO B.V. 2016-2022'
__licence__ = 'GPLv3+'
__version__ = '1.1+dev'
__version__ = '1.2'

# TODO: see NotImplementedErrors
# TODO: split up into modules (storage, etc.)
Expand Down

0 comments on commit 06d32f5

Please sign in to comment.