File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2172,8 +2172,7 @@ In an EC2 instance a IAM role can be used to give access to S3/SNS/SQS resources
2172
2172
'atime' :False ,
2173
2173
'max_read' :131072 ,
2174
2174
'max_write' :131072 ,
2175
- 'max_readahead' :131072 ,
2176
- 'auto_xattr' :True
2175
+ 'max_readahead' :131072
2177
2176
}
2178
2177
2179
2178
if options .uid :
@@ -2187,6 +2186,7 @@ In an EC2 instance a IAM role can be used to give access to S3/SNS/SQS resources
2187
2186
mount_options ['volname' ] = os .path .basename (mountpoint )
2188
2187
mount_options ['noappledouble' ] = True
2189
2188
mount_options ['daemon_timeout' ] = 3600
2189
+ mount_options ['auto_xattr' ] = True
2190
2190
# mount_options['local'] = True # local option is quite unstable
2191
2191
else :
2192
2192
mount_options ['big_writes' ] = True # Not working on OSX
You can’t perform that action at this time.
0 commit comments