diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2017-05-09 10:27:00 +0100 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2017-05-09 10:27:00 +0100 |
| commit | d89a50a4e395808ab8eb00005f731ae214ba31ff (patch) | |
| tree | 69ff1a7ebffa0f08f5ae4069147f32b372453547 | |
| parent | f8adbe976485f5fa7846a8fef711d95caad97f94 (diff) | |
| download | rabbitmq-server-git-d89a50a4e395808ab8eb00005f731ae214ba31ff.tar.gz | |
Schema mapping for vhost_restart_strategy
| -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 % ========================== |
