Changes between Version 7 and Version 8 of S3QLMnt


Ignore:
Timestamp:
Nov 5, 2015, 2:00:58 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3QLMnt

    v7 v8  
    147147
    148148# mount the s3ql file system
    149 if mount.s3ql --threads "no" --backend-options="dumb-copy" --allow-root "${S3_SERVER}/${BUCKET}" "${S3QL_MOUNT}/${BUCKET}" ; then
     149if mount.s3ql --threads "1" --backend-options="dumb-copy" --allow-root "${S3_SERVER}/${BUCKET}" "${S3QL_MOUNT}/${BUCKET}" ; then
    150150  echo "Mounting ${S3_SERVER}/${BUCKET} on ${S3QL_MOUNT}/${BUCKET} success"
    151151  exit 0