Skip to main content

Introduction to Volumes

E2E Volume provides block-level storage volumes to use with our compute nodes. These volumes can be attached to your computing nodes, making their data and file system available for your nodes. If your node is running on Linux, you can mount this volume's filesystem just like mounting any other filesystem.

E2E’s Volume can be useful when your storage needs increase more than your computing demands. Since these block storage volumes are directly connected to your nodes, their I/O speeds are much faster compared to alternative storage solutions like object storage.

Getting Started

Creating Volume

You can create a volume and attach it to any of the supported nodes. Before creating a volume, you should consider the storage size. If you are creating a volume for high performance and storage, make sure to create volume storage with enough storage and IOPS.

This section will show you how to create volume storage from the MyAccount portal.

Login to MyAccount Portal

  • Log in to MyAccount Portal using the credentials set up at the time of creating and activating the E2E Networks ‘My Account’.
  • Once you have logged in to MyAccount Portal, navigate to the Volume page from the sidebar menu.

Volume Navigation

Add Volume

  • On the top right section of the block storage dashboard, click on the “Add Volume” button, which will prompt you to enter the details for your Block storage volume.

Add Volume

Volume Configurations

You need to select the required configuration for your Block storage volume. The IOPS configuration increases with the size of the Block storage. Below are the plans available currently:

  • Volume Size - 250 GB for IOPS 3750
  • Volume Size - 500 GB for IOPS 7500
  • Volume Size - 1 TB for IOPS 15000
  • Volume Size - 2 TB for IOPS 30000
  • Volume Size - 4 TB for IOPS 60000
  • Volume Size - 8 TB for IOPS 120000

Volume Configurations

  • Once the plan has been selected, enter the Volume name and click the Create button to create the volume. Your Volume status will change to Available, and you will now be able to attach it to your nodes.

Volume Status

Volume Details

  • You can view the details of your volume configuration on your dashboard.

Volume Details

Attaching Volume to Your Node

  • A volume can be attached to your supported compute nodes. Currently, you can attach your node to GPU, vGPU, SDC, SDC3, C3, and all Windows plan (CW & WSDC) nodes only.

To attach the volume to a node, click on Action and select Attach Volume.

Attach Volume

  • Select the node to which you want to attach your EBS using the scroll-down option and click Attach.

Node Selection

info

Your node should be powered off before attaching block storage to your nodes.

  • Once you have attached your volume, the status will change to Attached, and you will be able to view the details of your attached node on the dashboard.

Volume Attached

Enable Monitoring for Your Volume

  • Volume monitoring refers to continuously tracking and observing the performance, usage, and read/write operations of storage volumes.

Volume Monitoring

To activate a volume on your node, follow these steps:

  1. SSH into your node.
  2. Paste this command in the terminal:
echo "UserParameter=mountpoint[*], grep \"/dev/\$1\" /proc/mounts | cut -f2 -d' '" >> /etc/zabbix/zabbix_agentd.conf && systemctl restart zabbix-agent
tip

If you have recently mounted the volume, please wait for 10-15 minutes to view the monitoring data.

  • Once monitoring is enabled, and a period of time has passed, a graph like this will be displayed.

Monitoring Graph

Detaching Volume from Your Node

  • To detach your Block Storage from your node, select Action and click on Detach Volume.

Detach Volume

  • You will be asked for confirmation to detach the volume from your node. Tickmark the option and detach the node. To avoid any data loss, ensure that the volume is not in use while performing the detaching action. We recommend you first unmount the volume from the node before detaching it.

Detach Confirmation

  • Once the volume has been detached from your node, its status will change from Attached to Available again. You can then use this volume to attach it to other nodes or delete it.

Volume Detached

Create a Snapshot

  • To back up the volume's data, you can create a snapshot. To create a snapshot of your database, click on Action and select Create Snapshot.

Create Snapshot

  • Enter the Snapshot name and click on Create Snapshot.

Snapshot Created

  • The snapshots will now be available in the Snapshot section of your dashboard.

Snapshots Available

  • Once the snapshot is created, your data will be backed up and preserved, and you will be able to create new volume storage from the available snapshot.

  • To create a new volume from the snapshot, select Action and click on Create Volume.

Create Volume from Snapshot

  • Enter the details of the new volume name and click on Create.

New Volume Created

  • A new volume storage will be created from the snapshot you saved.

New Volume from Snapshot

Move Volume To Another Project

Using this action, you can transfer your volume from its current project to another project within the same CRN. On transferring this volume, Snapshots of the volume will also be transferred.

warning
  • Ensure the volume is not in Attached, Creating, Deleting, or Error state.
  • The volume must not have any Tags attached.

To transfer the volume, click on Move To Another Project in Actions.

Move Volume to Another Project

Then, select the target project, check the checkbox, and click on Transfer.

Transfer Volume

info

An audit log will be created for the transfer in both the current and target projects during the transfer.

Upgrade Volume

By utilizing the Upgrade Volume feature, you have the ability to enhance your volume size by increasing its memory capacity. To upgrade the volume, click on Upgrade Volume under the Action button.

Upgrade Volume

After clicking on Upgrade Volume, a popup will open where you can select the new volume size. Click on Upgrade.

Select New Volume Size

Your volume will then be upgraded with the new volume size.

Volume Upgraded

warning

If a Volume snapshot has been created, upgrading the volume will not be possible. In order to proceed with the upgrade, you will need to either delete the snapshot associated with the volume you wish to upgrade or create a new volume from that snapshot and upgrade the newly created volume.

If a snapshot has been created for the volume, you will encounter an issue when attempting to upgrade it.

Upgrade Issue

info

In order to upgrade the volume, it is necessary for the volume to be attached to the node.

Delete a Volume

  • To delete a volume storage, select Action and click on Delete.

Delete Volume

  • You will get a warning message that you will permanently lose data stored in the volume storage and associated snapshot upon deletion. Proceed and click on Delete to delete your volume.

Delete Warning

info

You will need to detach your node from the volume before deleting it.