We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de38ef commit 4fe0f00Copy full SHA for 4fe0f00
ocaml/idl/datamodel_pool.ml
@@ -5,8 +5,7 @@ open Datamodel_types
5
let operations =
6
Enum
7
( "pool_allowed_operations"
8
- , (* FIXME: This should really be called `pool_operations`, to avoid confusion with the Pool.allowed_operations field *)
9
- [
+ , [
10
("ha_enable", "Indicates this pool is in the process of enabling HA")
11
; ("ha_disable", "Indicates this pool is in the process of disabling HA")
12
; ( "cluster_create"
0 commit comments