You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4476,7 +4476,9 @@ let host_emergency_ha_disable = call ~flags:[`Session]
4476
4476
~name:"emergency_ha_disable"
4477
4477
~in_oss_since:None
4478
4478
~in_product_since:rel_orlando
4479
-
~params:[]
4479
+
~versioned_params:
4480
+
[{param_type=Bool; param_name="soft"; param_doc="Disable HA temporarily, revert upon host reboot or further changes, idempotent"; param_release=dundee_plus_release; param_default=Some(VBoolfalse)};
4481
+
]
4480
4482
~doc:"This call disables HA on the local host. This should only be used with extreme care."
0 commit comments