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/api_messages.ml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ let v6_license_server_version_obsolete = addMessage "LICENSE_SERVER_VERSION_OBSO
96
96
let pvs_proxy_no_cache_sr_available = addMessage "PVS_PROXY_NO_CACHE_SR_AVAILABLE"3L(* No cache storage available for pvs site on the host *)
97
97
let pvs_proxy_setup_failed = addMessage "PVS_PROXY_SETUP_FAILED"3L(* Setting up pvs proxy rules or pvs proxy daemon initialisation failed internally *)
98
98
let pvs_proxy_no_server_available = addMessage "PVS_PROXY_NO_SERVER_AVAILABLE"3L(* No pvs server available for pvs site on host *)
99
+
let pvs_proxy_sr_out_of_space = addMessage "PVS_PROXY_SR_OUT_OF_SPACE"3L(* PVS cache storage size exceeds available space on SR *)
99
100
100
101
(* VMPP message types *)
101
102
let vmpp_snapshot_lock_failed = addMessage "VMPP_SNAPSHOT_LOCK_FAILED"3L(*'The snapshot phase is already executing for this protection policy. Please try again later'*)
0 commit comments