From e0af42d5431c42ee5e12fb228978ac8ce9c62807 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 30 Mar 2017 10:15:41 -0700 Subject: [PATCH] Remove flags that drastically slow down writes --- server/modules/persistent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/persistent.py b/server/modules/persistent.py index 3c20c07..373001b 100755 --- a/server/modules/persistent.py +++ b/server/modules/persistent.py @@ -30,7 +30,7 @@ def main(): #!/bin/bash set -ex e2fsck -a /persistent -mount -o data=journal,noatime,sync LABEL=PERSISTENT /persistent +mount -o noatime LABEL=PERSISTENT /persistent """) with module.ServiceFile('persistent.service') as fh: