Skip to content

Commit b607ce4

Browse files
authored
container volume storage pool type fix (#709)
1 parent c5056bb commit b607ce4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

components/schemas/containers/config/ContainerVolume.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ properties:
2424
$ref: ../../DataSize.yml
2525
description: The maximum size this volume can grow to. Container volumes on Cycle are thinly provisioned, meaning this isn't an allocation - the volume will only use the space it needs up to this size.
2626
storage_pool:
27-
type: boolean
28-
description: A boolean where true signifies using the largest drive over 2TB for the target server.
27+
oneOf:
28+
- type: boolean
29+
description: A boolean where true signifies using the largest drive over 2TB for the target server.
30+
- type: "null"
2931
- type: "null"
3032
san:
3133
oneOf:

0 commit comments

Comments
 (0)