Skip to main content
Version: v2.10.0

Mount-Cluster Mapping

Overview

Mounts are attached to a cluster from the Mounts panel on the cluster configuration page. From there you can create a new mount, attach existing mounts, and detach previously attached ones. The panel only accepts edits while you're creating a cluster, or on an existing cluster whose status is DESTROYED or ERROR, and it also requires permission to modify the cluster configuration. Once a mount is attached, notebooks and jobs executing on that cluster reach the underlying storage at its mount point.

The Mounts panel

  1. Go to Clusters
  2. Open a cluster, or start creating one
  3. Expand the Mounts panel in the cluster configuration

When no mounts are attached, the panel displays No Mounts Selected alongside two buttons, New and Attach.

When mounts are attached, they're enumerated in a table with the columns Name | Storage Type | Source | Mount Point | Encryption Type | Actions, and the buttons positioned above the table are Create and Attach.

Attach Mount

When the panel can be edited

The Mounts panel is editable while creating a cluster, and on an existing cluster only when the cluster status is DESTROYED or ERROR. In any other state we disable the buttons and the detach action, and hovering the panel shows the warning "Mounts can't be edited while the cluster is <status>."

We also disable the panel for users without sufficient permission to modify the cluster configuration.

Creating a mount from the cluster page

  1. Click New (or Create when mounts are already listed)
  2. A Create Mount dialog opens containing the identical form documented in Creating Mounts
  3. Fill in Name, Storage Type, Bucket URL / Storage Account URL, Storage Credential, Mount Point and any Extra Configs
  4. Click Create

New Mount

Attaching existing mounts

  1. Click Attach
  2. The Select Mount dialog opens, listing the tenant's mounts with the columns Name | Storage Type | Source | Mount Point | Encryption Type and a selection checkbox on every individual row. A counter above the table reads N mounts selected.
  3. Select one or more mounts
  4. Click Save. Reset reinstates the selection you started with.

If the tenant has no mounts, we show No mounts available to attach in the dialog with the text "You don't have any mounts yet. Create one to attach it to this cluster." and a Create button.

Attach Mount 1

Detaching a mount

In the attached-mounts table, click the trash icon in the Actions column (tooltip "Detach Mount"). A confirmation appears: "Are you sure you want to detach this mount from the cluster?" Click Yes to detach or No to cancel.

Where the signed-in user lacks the necessary permissions, we disable the icon and the tooltip reads "No permission to detach mount".

Detach Mount

Using mounts

Once a mount is attached to a cluster, the underlying storage is available at its mount point to notebooks and jobs executing on that cluster.