Managing Storage


Before creating a Notebook instance in MI Lab, you need to add dynamic storage resources for the workspace and data storage required to run Notebook.

Prerequisites

The organization has requested the ML Model - Container resource (resource pool) as the resource pool required to create the dynamic storage through the EnOS Management Console > Resource Management page.

Adding Storage

You can add the storage resources needed to run Notebook by following these steps:

  1. Log in to the EnOS Management Console and select Resource Configuration > Storage Configuration from the left navigation bar to open the PVC Management page.

  2. By selecting the resource pool name, you can view the dynamic storage instances that have been added under each resource pool.

    ../_images/pvc_list.png
  3. Click Add PVC, and complete the following configurations in the pop-up window.

    • Name: enter the name of storage
    • Capacity: enter the storage capacity (in Gi)
    • Storage Class: select storage class
    • Adding Method: choose to add one storage instance or add multiple storage instances (while specifying the number of storage instances that need to be added)
    ../_images/adding_pvc.png
  4. Click OK to add a dynamic storage instance. The added dynamic storage instance will be displayed in the storage instance list.

    ../_images/added_pvc.png

Managing Storage

You can manage (copy or delete) the added PVC storage instances according to business needs.

  1. If you need to quickly create a PVC storage instance in an existing resource pool, you can click the Copy icon of a dynamic storage instance in the storage instance list to modify the instance name and other information to quickly create a PVC storage instance.
  2. If a PVC storage instance is no longer needed by the business, you can click the Delete icon of the target storage instance in the list of data source connections to delete it. Before deleting a storage instance, make sure that no components are bound to the storage instance. Any deleted storage instances cannot be restored. Please operate with caution.