summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-05-09 19:20:34 +0300
committerGitHub <noreply@github.com>2017-05-09 19:20:34 +0300
commitd1eecf2f4ba0f49899e44cb490e620df84990149 (patch)
treed6852481b240e8d7b9cfb29bda35fb7c24a25fc4 /priv
parent2ee4ef2eab559ea1341019e514e9db3eacc99ba0 (diff)
parent4cdad4b2a2a29355a1cb02d8798c9c6eaf4c0b67 (diff)
downloadrabbitmq-server-git-d1eecf2f4ba0f49899e44cb490e620df84990149.tar.gz
Merge pull request #1158 from rabbitmq/rabbitmq-server-1146-full
Per-vhost supervisors.
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbitmq.schema6
1 files changed, 6 insertions, 0 deletions
diff --git a/priv/schema/rabbitmq.schema b/priv/schema/rabbitmq.schema
index fab07baeb4..6ccea48022 100644
--- a/priv/schema/rabbitmq.schema
+++ b/priv/schema/rabbitmq.schema
@@ -949,6 +949,12 @@ end}.
{mapping, "proxy_protocol", "rabbit.proxy_protocol",
[{datatype, {enum, [true, false]}}]}.
+%% Whether to stop the rabbit application if VHost data
+%% cannot be recovered.
+
+{mapping, "vhost_restart_strategy", "rabbit.vhost_restart_strategy",
+ [{datatype, {enum, [stop_node, ignore]}}]}.
+
% ==========================
% Lager section
% ==========================