From 3f8dc989b71977c2e3f94482b21be92b8562ea83 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 24 Mar 2010 04:04:51 +0000 Subject: added '--read-only' command line option for glusterfs Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 712 (mount.glusterfs script doesn't handle 'ro' option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=712 --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 42084ba3a..464c43025 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -232,6 +232,7 @@ struct _cmd_args { int no_daemon_mode; char *run_id; int debug_mode; + int read_only; struct list_head xlator_options; /* list of xlator_option_t */ /* fuse options */ -- cgit