Skip to content

Commit

Permalink
Remove unnecessary mount flag
Browse files Browse the repository at this point in the history
Tip picked up from here: amplab/spark-ec2#79
  • Loading branch information
nchammas committed Feb 10, 2017
1 parent 02aadc5 commit 10a3110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flintrock/scripts/setup-ephemeral-storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def mount_devices(devices):
device.name,
device.mount_point,
'ext4',
'defaults,users,noatime,nodiratime',
'defaults,users,noatime',
'0',
'0'])),
shell=True)
Expand Down

0 comments on commit 10a3110

Please sign in to comment.