[pve-devel] applied: [Patch V5 guest-common] pversr recover state

Wolfgang Bumiller w.bumiller at proxmox.com
Wed May 9 15:40:04 CEST 2018


applied series

We'll still need a followup for a minor issue: the first sync after a HA
steal, while successfully finding the common base, ends up trying to
clean up a snapshot of time '0' rather than the actual common base. This
is automatically corrected by the next sync but produces an intermediate
error which doesn't look all that nice.
Otherwise this works, and given the big indentation changes it's better
to do subsequent fixups as followup commits.

On Wed, May 09, 2018 at 02:48:20PM +0200, Wolfgang Link wrote:
> This patch series allows to restore a replica without status.
> 
> A HA migration ends in a lost state, even a manual configuration movement generates this behavior.
> This patch series also fixes the problem of cleanup without status.
> 
> [PATCH V5]
> 
> 0006-Add error message in case the state is not recoverable.patch
> 	 rename function name from former patch.
> 	
> 0005-Add function: swap source and target in replication
> 	rename function name
> 	remove lock 
> [PATCH V4]
> 
> 0001-Cleanup for stateless jobs.patch
> 	Deduplicate storage entry's.
> 
> 0004-Get snapshots when no state is available.
> 	sort with numeric insteated of string cmp.
> 
> 0005-Add function: swap source and target in replication
> 	simplify the variable access.
> 
> [PATCH V3]
> rebase to current master
> 
> 0003-Delete replication snapshots only if last_sync is not 0.patch
> 
>         reword commit as Thomas suggest. 
> 
> [PATCH V2]
> 0001-Cleanup for stateless jobs.patch
> 
> 	Change for loop against a map feature
> 	like t.lamprecht suggest and improve how w.bumiller meant.
> 
> 	Commit message made in more detail.
> 
> 0002-Add config parameter 'source'.patch
> 
> 	Modify commit message.
> 
> 0003-Delete replication snapshots only if last_sync is not 0.patch
> 
> 	Modify commit message.
> 	Add an error message if the status is not recoverable.
> 	Sort the snapshots to test newer ones first.
> 
> 0006-Add error message in case the state is not recoverable.patch
> 
> 	Correct typos in the page nodes as t.lamprecht suggest.




More information about the pve-devel mailing list