diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-05-09 19:20:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-09 19:20:34 +0300 |
| commit | d1eecf2f4ba0f49899e44cb490e620df84990149 (patch) | |
| tree | d6852481b240e8d7b9cfb29bda35fb7c24a25fc4 /priv | |
| parent | 2ee4ef2eab559ea1341019e514e9db3eacc99ba0 (diff) | |
| parent | 4cdad4b2a2a29355a1cb02d8798c9c6eaf4c0b67 (diff) | |
| download | rabbitmq-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.schema | 6 |
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 % ========================== |
