Skip to main content
Version: v2.10.0

Mounts Overview

What are Mounts?

A mount attaches an external object-storage location to a Yeedu cluster at a path under /mnt. Once a mount is attached to a cluster, jobs and notebooks executing on that cluster can read the data at that path. Mounts are read-only. We display the Mount Read Only control on the mount form checked and disabled, with the hint "(read only — cannot be changed)". There's no read-write mode in v2.10.1.

You don't enter authentication on the mount itself. A mount references an existing Credential Config created in Settings ▸ ADMIN ▸ Credentials.

Supported storage types

The Storage Type dropdown offers exactly these four options, in this order. Each one determines the label and expected format of the URL field, and the type of Credential Config the mount can reference.

Storage TypeURL fieldURL formatCredential Type used
Custom S3a StorageBucket URLs3:// or s3a://Custom S3a Credentials (OnPrem)
Google Cloud StorageBucket URLgs://Google Service Account (GCP)
ADLS Gen2Storage Account URLabfss://Azure Service Principal (Azure)
Amazon S3Bucket URLs3:// or s3a://AWS Access Secret Key Pair (AWS)

Mounts list page

Navigate to Settings ▸ ADMIN ▸ Mounts (/tenant/<tenantId>/settings/mounts?page=1&limit=20).

The page heading is Mounts. The toolbar on the right holds a Search By Mount Name box with a search icon, and a + Mount button.

The table has the following columns. Every column except Actions is sortable.

ColumnDescription
NameMount name. Links to the mount's edit page.
Storage TypeOne of the four storage types above.
SourceThe bucket or storage-account URL the mount points at.
Mount PointThe path under /mnt where the storage is mounted.
Encryption TypeEncryption type recorded for the mount, or - when none.
Created ByUsername of the creator.
Created TimeCreation timestamp, with a relative time beneath it.
ActionsRow menu () with Edit and Delete.

Delete is disabled for users holding the User or Can Manage Cluster tenant role.

The footer pagination control offers page sizes of 20, 40 and 100 rows.

When the tenant has no mounts, the table body shows an illustration, the text "No mounts found." and a second + Mount button.

note

Encryption Type is shown on the list and, as a disabled field, on the mount edit form. The create form exposes no Encryption Type control, and how the value is derived is not documented.

Mount operations

Getting started

  1. Create a Credential Config for the storage in Settings ▸ ADMIN ▸ Credentials.
  2. Navigate to Settings ▸ ADMIN ▸ Mounts and click + Mount.
  3. Fill in the mount form and click Create.
  4. Attach the mount to a cluster from the cluster configuration page.