Skip to content

ostree: Disable fsync on pull to reduce the I/O load

Emanuele Aina requested to merge wip/em/ostree-disable-fsync into master

Since we're working on a ephemeral repository, trying to be robust against power loss does not really buy us anything.

Skip the calls to fsync() to speed up things.

Merge request reports