You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/schemas/containers/config/ContainerVolume.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,10 @@ properties:
24
24
$ref: ../../DataSize.yml
25
25
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.
26
26
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.
0 commit comments