mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-07-27 04:44:16 +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 => {
|
||||
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