proxmox-backup/pbs-api-types/src
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
..
tape cleanup schema function calls 2021-12-16 11:25:02 +01:00
acl.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
common_regex.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
crypto.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
datastore.rs datastore: add tuning option for chunk order 2022-02-23 09:06:03 +01:00
file_restore.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
human_byte.rs misc clippy fixes 2022-02-08 14:57:16 +01:00
jobs.rs verify: allow '0' days for reverification 2022-01-27 15:31:55 +01:00
key_derivation.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
lib.rs ciphers: simplify API schema 2022-01-14 11:02:07 +01:00
network.rs pbs-api-types: remove libc dependency 2021-12-01 09:10:25 +01:00
openid.rs misc clippy fixes 2022-02-08 14:57:16 +01:00
percent_encoding.rs move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs 2021-11-25 11:48:52 +01:00
remote.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
traffic_control.rs pbs-api-types: split out type RateLimitConfig 2021-11-22 07:49:41 +01:00
user.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
userid.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
zfs.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00