proxmox-backup/src
Stefan Reiter ba50f57e93 file-restore: increase lock timeout on QEMU map
This lock is held during VM startup, so that multiple calls will not
start VMs twice. But this means that the timeout needs to incorporate
the time it might take a VM to boot, so increase it quite a bit.

This could previously lead to "interrupted system call" errors when
accessing backups with many disks.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
(cherry picked from commit 66501529a2)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-23 12:30:09 +02:00
..
acme fix #3496: acme: plugin: add sleep for dns propagation 2021-07-20 10:06:29 +02:00
api2 api: disk list: sort by name 2021-07-20 10:04:57 +02:00
backup backup: remove AsyncIndexReader 2021-06-08 09:42:46 +02:00
bin file-restore: increase lock timeout on QEMU map 2021-07-23 12:30:09 +02:00
client client/pull: log snapshots that are skipped because of time 2021-06-07 10:51:25 +02:00
config config: acme: make validation_delay crate public 2021-07-20 10:06:29 +02:00
pxar fix #3393 (again): pxar/create: try to read xattrs/fcaps/acls by default 2021-06-30 11:22:04 +02:00
rrd clippy: more misc fixes 2021-01-26 09:54:55 +01:00
server REST: set error message extenesion for bad-request response log 2021-07-20 10:07:41 +02:00
tape tape/drive: fix logging when requesting media 2021-06-30 11:22:04 +02:00
tools disks: also check for file systems with lsblk 2021-07-20 10:04:57 +02:00
api2.rs file-restore: add binary and basic commands 2021-04-08 13:57:57 +02:00
auth.rs auth: 'crypt' is not thread safe 2021-07-20 10:02:01 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
backup.rs backup: remove AsyncIndexReader 2021-06-08 09:42:46 +02:00
buildcfg.rs file-restore: add debug mode with serial access 2021-05-07 10:00:12 +02:00
client.rs client: add VsockClient to connect to virtio-vsock VMs 2021-02-17 08:15:43 +01:00
config.rs hot-reload proxy certificate when updating via the API 2021-05-11 16:28:08 +02:00
lib.rs add acme client 2021-05-04 07:56:52 +02:00
server.rs proxmox-backup-proxy: fix leftover references on datastore removal 2021-06-04 08:22:53 +02:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs tools: add AsyncLruCache as a wrapper around sync LruCache 2021-06-08 09:42:34 +02:00