Skip to content

Data Volume

The Data Volume page allows you to manage persistent storage volumes (DataVolumes) used by Virtual Machines in the OtterScale cluster. DataVolumes provide a way to automate the importing, cloning, and uploading of data into Persistent Volume Claims (PVCs).

The Data Volume page displays a list of configured DataVolumes. The table includes the following information:

ColumnDescription
NameThe name of the DataVolume.
NamespaceThe Kubernetes namespace where the DataVolume resides.
PhaseThe current status of the DataVolume (e.g., Succeeded, ImportInProgress).
SourceThe source of the data (e.g., HTTP URL, Blank Image, PVC). Hovering over the badge reveals detailed source information.
ProgressThe progress of the data import or clone operation.
SizeThe capacity of the volume.

You can create new DataVolumes or manage existing ones using the Actions menu.

To create a new DataVolume:

  1. Click the Create button (plus icon) at the top of the page.

  2. A modal window titled “Create Data Volume” will appear.

  3. Configuration:

    • Name: Enter a unique name for the DataVolume.
    • Namespace: Specify the namespace (defaults to default).
    • Size: Set the capacity of the volume (e.g., 10 GB).
    • Source: Enter the URL of the source image (e.g., a cloud image URL). You can use the “Cloud Image” button to find common Ubuntu cloud images.
  4. Click Confirm to create the DataVolume.

The Actions menu (three dots icon) for each DataVolume provides the following options:

Allows you to increase the size of an existing DataVolume.

  1. Select Extend from the actions menu.
  2. Enter the new, larger size for the volume.
  3. Click Confirm to apply the changes.

Permanently removes the DataVolume and its associated data.