mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-07-27 13:13:59 +00:00
pool: gracefully handle tmp or invalid chunk names
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
ad561aec22
commit
a9f22be14c
@ -212,7 +212,8 @@ impl PoolLockGuard<'_> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
len => {
|
len => {
|
||||||
bail!("Invalid checksum file name length {len}: {path:?}")
|
eprintln!("Invalid checksum file name length {len}: {path:?}");
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user