[pve-devel] applied: [PATCH pve-zsync] add tpmstate to disk keys

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Jan 10 13:46:29 CET 2022


thanks!

On January 3, 2022 11:17 am, Fabian Ebner wrote:
> Ensures that a TPM state volume is synced too.
> 
> Reported on the PVE-User mailing list:
> https://lists.proxmox.com/pipermail/pve-user/2021-December/172944.html
> 
> 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 39ead0d..b466076 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|efidisk|mp)\d+)|rootfs): /;
> +my $DISK_KEY_RE = qr/^(?:(?:(?:virtio|ide|scsi|sata|efidisk|tpmstate|mp)\d+)|rootfs): /;
>  
>  my $INSTANCE_ID = get_instance_id($$);
>  
> -- 
> 2.30.2
> 
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 
> 
> 





More information about the pve-devel mailing list