Skip to content

Commit fc74018

Browse files
authored
datamodel_errors: generalize error for sr_suspend_space_insufficient (#6851)
The error can be produced while doing a suspend, not only on checkpoints. Remove the last sentence so it applied in both cases
2 parents 7d4227b + 73a3ed3 commit fc74018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/idl/datamodel_errors.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ let _ =
11191119
error Api_errors.sr_suspend_space_insufficient ["sr"]
11201120
~doc:
11211121
"The suspend SR does not have sufficient free space to store the VM \
1122-
suspend image required to complete a snapshot with memory."
1122+
suspend image."
11231123
() ;
11241124
error Api_errors.pbd_exists ["sr"; "host"; "pbd"]
11251125
~doc:"A PBD already exists connecting the SR to the server." () ;

0 commit comments

Comments
 (0)