summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-07-28 21:37:42 +0300
committerGitHub <noreply@github.com>2017-07-28 21:37:42 +0300
commite84ba4ca9329243879f51bf147f079519171c81f (patch)
tree566e8a702fe706a0e4cfaa67f5ed7b2adc932d83 /priv
parent118666d7caba0e494ec3f8144c0a35e12130a9a1 (diff)
parent77101e7fadaac0bf12b862c6c6cf48e08eb97e4b (diff)
downloadrabbitmq-server-git-e84ba4ca9329243879f51bf147f079519171c81f.tar.gz
Merge branch 'master' into fix-travis-ci-build
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbit.schema6
1 files changed, 3 insertions, 3 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index c503548187..70351f116c 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -976,11 +976,11 @@ end}.
{mapping, "proxy_protocol", "rabbit.proxy_protocol",
[{datatype, {enum, [true, false]}}]}.
-%% Whether to stop the rabbit application if VHost data
-%% cannot be recovered.
+%% Whether to stop the rabbit application if a vhost has
+%% to terminate for any reason.
{mapping, "vhost_restart_strategy", "rabbit.vhost_restart_strategy",
- [{datatype, {enum, [stop_node, ignore]}}]}.
+ [{datatype, {enum, [stop_node, continue, transient, persistent]}}]}.
% ==========================
% Lager section