Class EphemeralStorageConfig (2.11.2)

Stay organized with collections Save and categorize content based on your preferences.
EphemeralStorageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.

Attribute

NameDescription
local_ssd_count int
Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. Each local SSD is 375 GB in size. If zero, it means to disable using local SSDs as ephemeral storage.

Inheritance

builtins.object > proto.message.Message > EphemeralStorageConfig