s3fs-fuse/src
Peter Watkins a19206cf0f Accept mount arguments compatible with mtab
Using "mount -a" fails for already-mounted s3fs directories,
because s3fs mount arguments don't match the form in /etc/mtab.
Calling "mount -a" should quietly succeed when a directory is
already mounted.

To fix this, accept mount commands of the form:

s3fs s3fs /srv/object-store -o bucket=mybucket

or in /etc/fstab form:

s3fs  /srv/object-store  fuse.s3fs  bucket=mybucket 0 0

This matches the form in /etc/mtab and allows "mount -a" to
work properly.
2016-07-13 17:23:33 -04:00
..
addhead.cpp Allow duplicate key in ahbe_conf - #386 2016-05-06 01:08:39 +00:00
addhead.h Sepalated AdditionalHeader class from curl.* 2016-02-07 05:41:56 +00:00
cache.cpp Fix cppcheck complaint 2016-06-30 11:51:25 +09:30
cache.h Chnaged about constructor(destructor) in cache.h 2016-03-13 09:47:37 +00:00
common_auth.cpp Move base64 and hex functions to string_util 2015-08-19 13:47:26 -07:00
common.h Fix syslog level used by S3FS_PRN_EXIT() 2015-11-25 13:53:08 -08:00
curl.cpp Handled all curl error without exiting process - #437 2016-06-27 10:38:49 +00:00
curl.h loading IAM role name automatically(iam_role option) - #387 2016-05-06 04:37:32 +00:00
fdcache.cpp Add mirror file logic for removing cache file 2016-07-13 17:23:32 -04:00
fdcache.h Add mirror file logic for removing cache file 2016-07-13 17:23:32 -04:00
gnutls_auth.cpp Changed and cleaned the logic for debug message. 2015-09-30 19:41:27 +00:00
Makefile.am Sepalated AdditionalHeader class from curl.* 2016-02-07 05:41:56 +00:00
nss_auth.cpp Changed and cleaned the logic for debug message. 2015-09-30 19:41:27 +00:00
openssl_auth.cpp Changed and cleaned the logic for debug message. 2015-09-30 19:41:27 +00:00
s3fs_auth.h Move base64 and hex functions to string_util 2015-08-19 13:47:26 -07:00
s3fs_util.cpp Add mirror file logic for removing cache file 2016-07-13 17:23:32 -04:00
s3fs_util.h Add mirror file logic for removing cache file 2016-07-13 17:23:32 -04:00
s3fs.cpp Accept mount arguments compatible with mtab 2016-07-13 17:23:33 -04:00
s3fs.h Supported for SSE KMS 2015-10-06 14:46:14 +00:00
string_util.cpp NUL terminate decoded base64 string 2015-08-19 13:48:07 -07:00
string_util.h Move base64 and hex functions to string_util 2015-08-19 13:47:26 -07:00
test_string_util.cpp Add unit tests for base64 encoding and decoding 2015-08-19 13:49:10 -07:00
test_util.h Add unit tests for base64 encoding and decoding 2015-08-19 13:49:10 -07:00