[pve-devel] [PATCH zsync 01/10] whitespace fix
Fabian Ebner
f.ebner at proxmox.com
Tue May 4 10:09:55 CEST 2021
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 5c95955..71cb6dd 100755
--- a/pve-zsync
+++ b/pve-zsync
@@ -862,7 +862,7 @@ sub parse_disks {
my $path = run_cmd($cmd);
die "Get no path from pvesm path $stor$disk\n" if !$path;
-
+
if ($vm_type eq 'qemu' && $path =~ m/^\/dev\/zvol\/(\w+.*)(\/$disk)$/) {
my @array = split('/', $1);
--
2.20.1
More information about the pve-devel
mailing list