Skip to content

Commit

Permalink
device name + description added
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Mar 10, 2024
1 parent bd58db3 commit 0ba2dd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/services/ocean/aws/schemas/oceanClusterLaunchSpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,16 @@ properties:
Additional size per resource unit (in GB).\
For example: if baseSize=50, and sizePerResourceUnit=20, and an instance with 2 CPU is launched, its disk size will be 90 GB.
example: 20
ephemeralStorage:
type: object
properties:
deviceName:
type: string
description: |
A name of a device in the Image's or VNG's block device mapping from which the size of the ephemeral storage is calculated from.
The device object must be configured in the image's or the VNG's device block mapping.
The device name can't be the the root volume device.
example: "/dev/deviceName"
resourceLimits:
type: object
properties:
Expand Down

0 comments on commit 0ba2dd3

Please sign in to comment.