proxmox-backup/pbs-datastore
Dominik Csapak fef61684b4 datastore: add tuning option for chunk order
currently, we sort chunks by inode when verifying or backing up to tape.
we get the inode# by stat'ing each chunk, which may be more expensive
than the gains of reading the chunks in order

Since that is highly dependent on the underlying storage of the datastore,
introduce a tuning option  so that the admin can tune that behaviour
for each datastore.

The default stays the same (sorting by inode)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-02-23 09:06:03 +01:00
..
src datastore: add tuning option for chunk order 2022-02-23 09:06:03 +01:00
Cargo.toml bump proxmox-lang dep to 1.1 2022-02-21 14:24:24 +01:00