From d0248751b2b5df95f636587a295924a222f1dd7c Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Fri, 19 Feb 2016 14:49:24 +0000 Subject: [PATCH] config option for mon's DNS SRV records Signed-off-by: Ricardo Dias --- src/common/config_opts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 1c6fc60ccdee8..4741dcfbae2e6 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -22,6 +22,7 @@ OPTION(cluster_network, OPT_STR, "") OPTION(num_client, OPT_INT, 1) OPTION(monmap, OPT_STR, "") OPTION(mon_host, OPT_STR, "") +OPTION(mon_dns_srv_name, OPT_STR, "ceph-mon") OPTION(lockdep, OPT_BOOL, false) OPTION(lockdep_force_backtrace, OPT_BOOL, false) // always gather current backtrace at every lock OPTION(run_dir, OPT_STR, "/var/run/ceph") // the "/var/run/ceph" dir, created on daemon startup -- 2.39.5