メインコンテンツまでスキップ

HPS Mount point in Vietnam region

What is a Mount Point?

In File Storage – High Performance, a mount point is a logical access point that allows users to connect to a specific directory (path) within the storage pool.

To access data from a Bare Metal Server or GPU Virtual machine, you need to create a mount point that defines how the server connects to the file storage system.

Mount Point Configuration

ConfigurationDescription
PathThe directory path in the storage system to be mounted.
Access ProtocolSupported protocols such as NFSv3 or NFSv4.
Access SubnetOnly servers within the specified subnet are allowed to mount. Servers outside this range will be denied access.

Role of the Mount Point

ComponentRole
Mount PointActs as the access interface from the internal network to the file storage system via NFSv3, NFSv4, or S3.
Client (Server)Mounts the file storage and displays it as a local drive.
QoS PolicyAssociates performance control such as IOPS or throughput limits with the mount point.

Mount Point Structure

FieldDescription
NameDisplay name shown in the portal.
PathActual directory path (e.g., /ml-data).
ProtocolNFS protocol version (NFSv3 or NFSv4).
SubnetCIDR network range allowed to access.
Endpoint RangeConnection endpoint for client access.
QoS PolicyDefines performance and throughput limits.
NFS AliasAn optional alias name is displayed in the operating system.

Relationship with Other Components

  • VPC & Subnet:
    A mount point can be assigned to multiple subnets within the same or different VPCs. Only servers in the assigned subnets can access it.
  • QoS Policy: Used to control performance through:
    • Maximum Throughput (MB/s)
    • Maximum IOPS
    • Burst Limit
  • NFS Protocol Support:
    • TCP: Standard and widely used protocol.
    • RDMA: Provides higher performance and lower latency.
    • Multi-Path RDMA: Recommended for large-scale or high-throughput workloads.

{% hint style="warning" %} Note:

This feature for managing mount points in the FPT Cloud console is currently supported only in the Vietnam (Hanoi2) region and can be used exclusively with the Metal Cloud service (Bare Metal GPU servers).

For HPS used with GPU VM or in Japan regions, FPT will provide a mount point to use. {% endhint %}

Create a Mount Point

Key Principles

  • Subnet Association:
    The mount point must be assigned to a specific subnet; only servers in that subnet can connect.
  • Avoid Root Path (/):
    Create mount points only for subdirectories (e.g., /project-a, /team1/data).
  • One Path – One Mount Point:
    Each path can only be assigned to a single mount point (no duplicates).
  • Unlimited Mount Points:
    You can create multiple mount points as long as paths do not overlap.
  • NFSv4 Path Export Rule:
    All parent directories of the target path must also be exported.
    Example: To export /project-a/team1/data, the paths /project-a and /project-a/team1 must also be exported.

Step-by-Step

{% stepper %} {% step %} Go to High-performance under File Storage in the left-side menu, and click Create Mount Point.

{% endstep %}

{% step %} Enter the required information:

  • Region: Select the desired region.
  • VPC / Subnet: Choose the subnet containing the target server.
  • Mount Point Name: 3–63 characters (letters, numbers, underscores). Cannot start or end with a special character.
  • Protocol: Choose NFSv3 or NFSv4.
    • NFSv3: You may set an NFS Alias.
    • NFSv4: Ensure all parent directories are also exported.
  • Path: Must start with “/”, cannot end with “/” or contain spaces.
    • Optionally, check Create new directory if the path does not exist.
  • QoS Policy: Select an existing policy or create a new one. {% endstep %}

{% step %} Click Create to complete setup.

Result:

  • Success: The mount point appears in the portal and is available to servers in the assigned subnet.
  • Failure: Review and correct the configuration parameters, then retry. {% endstep %} {% endstepper %}

View details of a Mount Point

After creating a Mount Point, you should review its configuration details in the portal to verify that all parameters are correct before starting to use it.

Step-by-step

{% stepper %} {% step %} In the FPT Cloud console, go to the Resource tab.

{% endstep %}

{% step %} In the mount point list, click a mount point name. {% endstep %}

{% step %} It will show the mount point configuration and the guide to mount it with Bare Metal servers (Metal Cloud).

{% endstep %} {% endstepper %}

Delete a Mount Point

You can delete a mount point when it is no longer needed to:

  • Revoke access permissions.
  • Safely disconnect servers from the storage system.
  • Reconfigure network or storage settings.

Step-by-step

{% stepper %} {% step %} In the FPT Cloud console, go to the Resource tab. {% endstep %}

{% step %} Locate the target mount point and select Action > Delete. {% endstep %}

{% step %} Confirm the deletion when prompted. {% endstep %} {% endstepper %}

{% hint style="warning" %} Notices

  • Ensure all clients have unmounted the storage before deletion.
  • Deleting a mount point does not delete the underlying data in the directory path. {% endhint %}

Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the ask query parameter:

GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/high-performance-storage/tutorials/hps-mount-point-in-vietnam-region.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.