ImageStoreInfo Class

Information about the ImageStore's resource usage.

Inheritance
ImageStoreInfo

Constructor

ImageStoreInfo(*, disk_info=None, used_by_metadata=None, used_by_staging=None, used_by_copy=None, used_by_register=None, **kwargs)

Parameters

disk_info
DiskInfo
Required

disk capacity and available disk space on the node where the ImageStore primary is placed.

used_by_metadata
UsageInfo
Required

the ImageStore's file system usage for metadata.

used_by_staging
UsageInfo
Required

The ImageStore's file system usage for staging files that are being uploaded.

used_by_copy
UsageInfo
Required

the ImageStore's file system usage for copied application and cluster packages. Removing application and cluster packages will free up this space.

used_by_register
UsageInfo
Required

the ImageStore's file system usage for registered and cluster packages. Unregistering application and cluster packages will free up this space.