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
..
2021-12-16 11:25:02 +01:00
2021-10-11 11:58:49 +02:00
2021-11-24 10:32:27 +01:00
2022-02-08 14:57:16 +01:00
2022-01-14 11:02:07 +01:00
2022-02-08 14:57:16 +01:00
2021-11-24 10:32:27 +01:00
2021-10-11 11:58:49 +02:00
2021-12-30 13:55:33 +01:00
2021-10-11 11:58:49 +02:00