Skip to content

Commit 4fe0f00

Browse files
committed
idl: Remove FIXME comment in datamodel_pool
Signed-off-by: Christian Pardillo Laursen <christian.pardillolaursen@citrix.com>
1 parent 9de38ef commit 4fe0f00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocaml/idl/datamodel_pool.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ open Datamodel_types
55
let operations =
66
Enum
77
( "pool_allowed_operations"
8-
, (* FIXME: This should really be called `pool_operations`, to avoid confusion with the Pool.allowed_operations field *)
9-
[
8+
, [
109
("ha_enable", "Indicates this pool is in the process of enabling HA")
1110
; ("ha_disable", "Indicates this pool is in the process of disabling HA")
1211
; ( "cluster_create"

0 commit comments

Comments
 (0)