Skip to content

Commit

Permalink
Merge pull request xapi-project#4883 from TimSmithCtx/private/timsmi/…
Browse files Browse the repository at this point in the history
…CP-40946

CP-40946 Make ATTACH_READONLY consistent with other features
  • Loading branch information
robhoes authored Jan 10, 2023
2 parents de7f3df + bda329f commit f05b6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-storage/generator/lib/data.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module Datapath (R : RPC) = struct
; "activated readonly multiple times, including on multiple independent "
; "hosts. It is not permitted for a volume to be activated both readonly "
; "and read-write concurrently. Implementations shall declare the "
; "ATTACH_READONLY feature for this method to be supported. Once a "
; "VDI_ATTACH_READONLY feature for this method to be supported. Once a "
; "volume is activated readonly it is required that all readonly "
; "activations are deactivated before any read-write activation is "
; "attempted. This function is idempotent and in all other respects "
Expand Down

0 comments on commit f05b6ef

Please sign in to comment.