]> git.proxmox.com Git - pve-guest-common.git/blame - debian/changelog
Remove noerr form replication.
[pve-guest-common.git] / debian / changelog
CommitLineData
01132427
FG
1libpve-guest-common-perl (2.0-13) unstable; urgency=medium
2
3 * replication: purge states: verify the vmlist
4
5 * add logfunc in storage_migration.
6
7 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:04:32 +0200
8
b200ca58
WB
9libpve-guest-common-perl (2.0-12) unstable; urgency=medium
10
11 * Fix #1480: locked VMs after trying to delete a non-existent snapshot
12
13 * fix an issue with signal handlers being replaced leading to services not
14 shutting down properly
15
16 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 09:46:47 +0200
17
11ae6ca5
WB
18libpve-guest-common-perl (2.0-11) unstable; urgency=medium
19
20 * replication: always include intermediate snapshots
21
22 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 14:50:41 +0200
23
9146f8ce
DM
24libpve-guest-common-perl (2.0-10) unstable; urgency=medium
25
26 * replication job_status: add get_disabled parameter
27
28 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 10:56:44 +0200
29
03f417a9
DM
30libpve-guest-common-perl (2.0-9) unstable; urgency=medium
31
32 * PVE::Replication - do not use $jobcfg->{vmtype}
33
34 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 07:28:37 +0200
35
c34b13db
WB
36libpve-guest-common-perl (2.0-8) unstable; urgency=medium
37
38 * replication: add guest type when fetching a local job config
39
40 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:32:05 +0200
41
9622dffb
DM
42libpve-guest-common-perl (2.0-7) unstable; urgency=medium
43
44 * replication: add schedule_job_now helper
45
46 * replication: sort time stamps numerically
47
48 * replication: pass $noerr to run_replication_nolock
49
50 * Add new function delete_guest_states
51
52 * replication: don't sync to offline targets on error states
53
54 * replication: keep retrying every 30 minutes in error state
55
56 * PVE::ReplicationState - cleanup job state on job removal
57
58 * PVE/Replication.pm: also log when we thaw the filesystem
59
60 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 12:46:45 +0200
61
6c2f0982
DM
62libpve-guest-common-perl (2.0-6) unstable; urgency=medium
63
64 * change replication log timestamp to a human readable format
65
66 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 13:04:23 +0200
67
04ec2e52
DM
68libpve-guest-common-perl (2.0-5) unstable; urgency=medium
69
70 * PVE::AbstractMigrate - new helpers to handle replication jobs
71
72 * PVE::ReplicationState::extract_vmid_tranfer_state - new helper
73
74 * PVE::ReplicationConfig::switch_replication_job_target - new helper
75
76 * PVE/ReplicationConfig.pm: store job id inside job config
77
78 * PVE::Replication::run_replication - add verbose parameter
79
80 * PVE::Replication::run_replication - return replicated $volumes
81
82 * PVE::ReplicationState - new helpers record_job_start/record_job_end
83
84 * PVE::Replication::find_common_replication_snapshot - new helper
85
86 * PVE::ReplicationConfig::find_local_replication_job - new helper
87
88 * replicate_volume: implement rate limit and insecure
89
90 * PVE/ReplicationState.pm: implement write_vmid_job_states
91
92 * Make rollback compatible with storage replication
93
94 * PVE::Replication - pass $cleanup parameter to get_replicatable_volumes
95
96 * PVE::AbstractConfig - add prototype for get_replicatable_volumes
97
98 * PVE::Replication::prepare - allow to pass undefined $jobid
99
100 * add PVE/Replication.pm - moved from pve-manager
101
102 * PVE::ReplicationConfig add delete_job helper
103
104 * PVE::ReplicationState - add job_status, get_next_job,
105 job_logfile_name helpers
106
107 * PVE::ReplicationConfig - new helper parse_replication_job_id
108
109 * PVE::ReplicationConfig - use new ID format "<vmid>-<num>"
110
111 * PVE::ReplicationState - hold guest_migration_lock during state update
112
113 * PVE::ReplicationState - new helper class to read/write replication state
114
115 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:43:55 +0200
116
0e01a7ae
DM
117libpve-guest-common-perl (2.0-4) unstable; urgency=medium
118
119 * PVE::GuestHelpers::guest_migration_lock - new helper
120
121 * AbstractConfig.pm: remove code for replicate configuration
122
123 * PVE/ReplicationConfig.pm - new configuratin file for replication
124
125 * migration: use Cluster's new get_ssh_info
126
127 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:15:12 +0200
128
a9cb4803
WB
129libpve-guest-common-perl (2.0-3) unstable; urgency=medium
130
131 * don't change replica settings on rollback
132
133 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:56:39 +0200
134
eb5b10c3
DM
135libpve-guest-common-perl (2.0-2) unstable; urgency=medium
136
137 * PVE/AbstractMigrate.pm: avoid locale specific time stamps
138
139 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:41:06 +0200
140
c033210f
FG
141libpve-guest-common-perl (2.0-1) unstable; urgency=medium
142
143 * rebuild for PVE 5.0 / Debian Stretch
144
145 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:28:54 +0100
146
ee12450a
FG
147libpve-guest-common-perl (1.0-2) unstable; urgency=medium
148
149 * add VZDump base Plugin (moved from pve-manager)
150
151 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:50:54 +0100
152
e115c4af
FG
153libpve-guest-common-perl (1.0-1) unstable; urgency=medium
154
155 * initial release, split out from libe-pve-common-perl
156
157 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jan 2017 14:07:48 +0100