diff options
author | shishir <shishirng@gluster.com> | 2011-07-19 16:02:12 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-10 22:51:56 -0700 |
commit | 86999525240983dcbd3fe66eb40a0947730c695c (patch) | |
tree | 47ca5e1e42634de69280525f7032848cdcf6661f /libglusterfs/src/glusterfs.h | |
parent | 5ce1b5c357d490f68ae89bfd3ce31326a81a1183 (diff) |
WORM: Write Once Read Many times xlator support
This xlator will allow files to be opened for write in append mode
only. Mount with --worm(glusterfs) or -o worm (mount) option to
enable worm xlator
Change-Id: I1be02fcf2aee2182ea2c66b514357918136fabeb
BUG: 3166
Reviewed-on: http://review.gluster.com/23
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index d4302028225..049bb8fc01f 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -276,6 +276,7 @@ struct _cmd_args { int debug_mode; int read_only; int acl; + int worm; int mac_compat; struct list_head xlator_options; /* list of xlator_option_t */ |