Remove flags that drastically slow down writes

This commit is contained in:
Ian Gulliver
2017-03-30 10:15:41 -07:00
parent 7d76d2efbb
commit e0af42d543

View File

@@ -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: