[pve-devel] applied: [PATCH pve-zsync 2/2] Add efidisk as a valid disk key

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Jan 27 18:44:13 CET 2020


On 1/27/20 10:47 AM, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>  pve-zsync | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pve-zsync b/pve-zsync
> index 04c5c5a..25add92 100755
> --- a/pve-zsync
> +++ b/pve-zsync
> @@ -53,7 +53,7 @@ my $HOSTRE = "(?:$HOSTv4RE1|\\[$IPV6RE\\])";       # ipv6 must always be in brac
>  # targets are either a VMID, or a 'host:zpool/path' with 'host:' being optional
>  my $TARGETRE = qr!^(?:($HOSTRE):)?(\d+|(?:[\w\-_]+)(/.+)?)$!;
>  
> -my $DISK_KEY_RE = qr/^(?:(?:(?:virtio|ide|scsi|sata|mp)\d+)|rootfs): /;
> +my $DISK_KEY_RE = qr/^(?:(?:(?:virtio|ide|scsi|sata|efidisk|mp)\d+)|rootfs): /;
>  
>  my $command = $ARGV[0];
>  
> 

applied, thanks!




More information about the pve-devel mailing list