Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel_errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ let _ =
error Api_errors.sr_suspend_space_insufficient ["sr"]
~doc:
"The suspend SR does not have sufficient free space to store the VM \
suspend image required to complete a snapshot with memory."
suspend image."
() ;
error Api_errors.pbd_exists ["sr"; "host"; "pbd"]
~doc:"A PBD already exists connecting the SR to the server." () ;
Expand Down
Loading