Remove flags that drastically slow down writes
This commit is contained in:
@@ -30,7 +30,7 @@ def main():
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
e2fsck -a /persistent
|
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:
|
with module.ServiceFile('persistent.service') as fh:
|
||||||
|
|||||||
Reference in New Issue
Block a user