summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src/glusterfsd.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-03-24 04:04:51 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-03-24 05:42:20 -0700
commit3f8dc989b71977c2e3f94482b21be92b8562ea83 (patch)
tree9be6b5912d884a2a83271ad041cff3aa497be1a7 /glusterfsd/src/glusterfsd.h
parent1a15248382e53e5c04cb6235144001d697f6b09b (diff)
added '--read-only' command line option for glusterfs
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 712 (mount.glusterfs script doesn't handle 'ro' option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=712
Diffstat (limited to 'glusterfsd/src/glusterfsd.h')
-rw-r--r--glusterfsd/src/glusterfsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h
index 8198f6f52..77028c706 100644
--- a/glusterfsd/src/glusterfsd.h
+++ b/glusterfsd/src/glusterfsd.h
@@ -43,6 +43,7 @@
#define ENABLE_NO_DAEMON_MODE 1
#define ENABLE_DEBUG_MODE 1
+#define ZR_XLATOR_READ_ONLY "features/read-only"
#define ZR_XLATOR_FUSE "mount/fuse"
#define ZR_MOUNTPOINT_OPT "mountpoint"
#define ZR_ATTR_TIMEOUT_OPT "attribute-timeout"
@@ -74,6 +75,7 @@ enum argp_option_keys {
ARGP_VOLFILE_MAX_FETCH_ATTEMPTS = 145,
ARGP_LOG_SERVER_KEY = 146,
ARGP_LOG_SERVER_PORT_KEY = 147,
+ ARGP_READ_ONLY_KEY = 148,
};
/* Moved here from fetch-spec.h */