Qumulus
  • Welcome
  • Getting Started
    • Introduction to QUM
      • What can 1 QUM do?
      • QUM Performance
    • Dashboard
  • Your Account
    • Your Projects
      • Project Architecture
  • Resources
    • Compute
      • Instances
        • Creating an Instance
        • Instance Configuration
          • OS & Images
          • Instance Types
        • Using User Data
        • Connecting to an Instance
        • Instance Details
        • Instance Actions
        • Instance Monitoring
      • Instance Snapshot
        • Create & Restore
        • Snapshots Manage
  • Storage
    • Volumes
      • Create & Attach
      • Resize & Delete
    • Volume Snapshots
  • Networking
    • Public IPs
      • IP Allocation/Management
      • Associating/Disassociating IPs
    • Load Balancer
  • Security
    • Key Pairs
      • Creating Key Pairs
      • Managing Key Pairs
    • Security Groups
      • Managing Security Groups
    • SSL Certificates
  • How-To & Tutorials
    • Fixed cost Development Playground
    • Installing Redis Community
    • Installing Mongo Community
    • Installing PostgreSQL
    • VPN Server
      • VPN Server with OpenVPN
      • VPN Server with Netbird
  • RELEASES
    • Q1, 2025
  • Blogs
    • Release Beta v1.0
  • Release v2.0
Powered by GitBook
On this page
  • Manage Volumes
  • Attaching/Detaching Volumes
  1. Storage
  2. Volumes

Create & Attach

PreviousVolumesNextResize & Delete

Last updated 1 month ago

To create volume, follow these steps:

A default volume is automatically created and attached to instances during their creation. This ensures that every instance has essential storage from the start. However, you can create additional volumes as needed to expand storage or require dedicated space for particular workload functions.

To create an additional volume, follow the steps below:

1. Log into your Qumulus Cloud account.

2. Navigate to Storage > Volumes

3. Click on the "Get Started and Create Volume" Button.

4. Configure Volume Details

  • Volume Name: Name your Volume, following the rules listed below the Volume Name field.

  • Size: Specify the desired volume size.

5. Save & Create

  • Click on Save to begin the volume creation process.

  • Once created, the new volume will be listed in the Volumes section under Storage.

Manage Volumes

To manage existing volumes:

1. Navigate to Compute > Volumes.

2. Access Volume Actions

Locate the desired volume and click three-dot (⋮) under the Action column to view management options.

3. Select the Desired Action:

  • Edit: Modify volume details, including name and descriptions.

  • Extend Volume: Users can increase or decrease the size of Volume.

  • Delete: Permanently remove the Volume.

Attaching/Detaching Volumes

Qumulus provides two adaptable approaches to managing volume attachments that enable smooth storage integration with computing instances.

Attaching:

  1. Navigate to Storage > Volumes.

  2. Locate the desired volume from the list.

  3. Click three-dot (⋮) under the Action column and choose Attach to attach volume to the Instance.

  4. In the pop-up window, select the instance to which you want to attach the volume.

  5. Click OK to complete the process.

Detaching:

Follow the same process for detaching a volume to the instance.

Attaching:

  1. Navigate to Compute > Instances.

  2. Select the desired instance from the list.

  3. In the pop-up window, click on storage to view details.

  4. Click on the Attach Volume button to attach a volume to the selected instance.

  5. In the pop-up window, select the volume that you want to attach.

  6. Click on Save to complete the process.

Detaching:

Click on the Detach button next to the volume you wish to remove.

Recommended Best Practices