Skip to content

Commit

Permalink
Add sr to the Sr_unhealthy error constructor
Browse files Browse the repository at this point in the history
Where the first parameter represents the uuid of the SR, later used in
generating the API error.

Signed-off-by: Vincent Liu <[email protected]>
  • Loading branch information
Vincent-lau committed Sep 10, 2024
1 parent 101d1a8 commit e84d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-idl/storage/storage_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ module Errors = struct
| Cancelled of string
| Redirect of string option
| Sr_attached of string
| Sr_unhealthy of sr_health
| Sr_unhealthy of string * sr_health
| Unimplemented of string
| Activated_on_another_host of uuid
| Duplicated_key of string
Expand Down

0 comments on commit e84d92d

Please sign in to comment.