summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/rootfs/etc/swift_build/build_devices2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/rootfs/etc/swift_build/build_devices b/docker/rootfs/etc/swift_build/build_devices
index 90f1c9e6a..7588377dd 100755
--- a/docker/rootfs/etc/swift_build/build_devices
+++ b/docker/rootfs/etc/swift_build/build_devices
@@ -56,7 +56,7 @@ if [[ $MY_STORAGE_TYPE == "internal_devices" ]] || [[ $MY_STORAGE_TYPE == "exter
# echo "created storage device /dev/swift-d$i of $DEV_SIZE";
mkfs.xfs -f -L D$i -i size=512 /dev/$device;
echo " created XFS file system on device /dev/$device";
- mount -t xfs -o noatime,nodiratime,logbufs=8 /dev/$device /srv/node/$device;
+ mount -t xfs -o noatime /dev/$device /srv/node/$device;
echo " mounted /dev/$device as /srv/node/$device";
done
fi