[pve-devel] applied-series: [PATCH-SERIES zsync] fix #1669: allow prepending storage ID
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue May 4 14:01:22 CEST 2021
On 04.05.21 10:09, Fabian Ebner wrote:
> which makes it possible to use pve-zsync for guests with disks with the same
> name on different storages, i.e.
> storageA:vm-123-disk-0
> storageB:vm-123-disk-0
>
> Currently they would collide to
> target/vm-123-disk-0
>
> When the new prepend-storage-id flag is specified, they will be synced to
> target/storageA/vm-123-disk-0$
> target/storageB/vm-123-disk-0$
> instead.
>
>
> The first four patches are cleanups/usage description fixes.
>
> The next five patches are preparations for the last patch, which is the one
> actually implementing the new feature.
>
>
> Fabian Ebner (10):
> whitespace fix
> copyright: update year
> usage: describe flag parameters correctly
> usage: fix type for maxsnap
> add target_dataset function
> add check_dataset_exists function
> add create_file_system function
> parse disks: don't include colon in storage name variable
> parse disks: also include storage ID information
> fix #1669: add prepend-storage-id flag
>
> pve-zsync | 118 ++++++++++++++++++++++++++++++++++++++++--------------
> 1 file changed, 89 insertions(+), 29 deletions(-)
>
applied series, thanks!
More information about the pve-devel
mailing list