From 86999525240983dcbd3fe66eb40a0947730c695c Mon Sep 17 00:00:00 2001 From: shishir Date: Tue, 19 Jul 2011 16:02:12 +0530 Subject: 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 Reviewed-by: Anand Avati --- glusterfsd/src/glusterfsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'glusterfsd/src/glusterfsd.h') diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index f5013dfe6..847cfb63f 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -77,6 +77,7 @@ enum argp_option_keys { ARGP_BRICK_PORT_KEY = 152, ARGP_CLIENT_PID_KEY = 153, ARGP_ACL_KEY = 154, + ARGP_WORM_KEY = 155, }; int glusterfs_mgmt_pmap_signout (glusterfs_ctx_t *ctx); -- cgit