[ 
https://issues.apache.org/jira/browse/HADOOP-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617644#action_12617644
 ] 

Pete Wyckoff commented on HADOOP-3796:
--------------------------------------

Yes, the default is read_only. The way the fuse opts macros work is not to 
supply a default, but rather a value if the flag is set. And, the options 
struct is bzero-d in main. Maybe could be more explicit about setting values to 
0, but then if I don't bzero it, we could miss initializing something else 
later??


> fuse-dfs should take rw,ro,trashon,trashoff,protected=blah mount arguments 
> rather than them being compiled in
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3796
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3796
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>         Attachments: patch0.txt, patch1.txt
>
>
> Right now read only versus read write and other options are compile time. We 
> should change these to be options just like any other mount options.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to