]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox-rrd: use fsync instead of syncfs
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Oct 2021 16:33:19 +0000 (18:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Oct 2021 09:46:59 +0000 (11:46 +0200)
commitd6473f535916a0a94c71e2fae68764429f1e9816
tree20dcee909b37a2aa32d2242a558d24e1e16770d4
parentf5f9ec81d2cb93e44ae2a7ff7f2b024b1db5e096
proxmox-rrd: use fsync instead of syncfs

syncfs can sync unrelated data, and we do not want that.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
proxmox-rrd/src/cache.rs
proxmox-rrd/src/cache/journal.rs