Introduction

E2E Volume Provides block-level storage volumes to use with our compute nodes. These volumes can be attached to your computing nodes which makes its data and file system available for your nodes. If your node is running on linux, then you can mount this volume filesystem just like mounting any other filesystem.

E2E’s Volume can be useful when your storage needs get increased 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 volume and attach it to any of the supported nodes. Before creating volume, you should consider the storage size. If you are creating a volume for high performance and storage, You should 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

  • Login to Myaccount Portal using your credentials set up at the time of creating and activating the E2E Networks ‘My Account’.

Add Volume

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

../../_images/Volume2.png

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 plan 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

../../_images/Volume3.png
  • Once the Plan has been selected, enter the Volume name and click on the create button to create volume.Your Volume status is changed to available, You will now be able to attach it to your Nodes.

../../_images/Volume4.png

Volume Details

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

../../_images/Volume5_1.png

Attaching Volume to your Node

  • 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.

../../_images/Volume6_1.png
  • Select the Node for which you want to attach your EBS using the scroll down option and click on attach.

../../_images/Volume7.png

Note

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

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

../../_images/Volume8.png

Enable Monitoring for your Volume

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

../../_images/volumemonitoring1.png
  • To activate a volume on your node, please proceed with the following 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
    
Note: If you have recently mounted the volume, please wait for 10-15 minutes in order to view the monitoring data.
  • Once monitoring is enabled, and a period of time has passed, a graph like this will be displayed.

../../_images/volumemonitoring2.png

Detaching Volume from your Node

  • To Detach your Block Storage from your node, You will need to select Action and click on detach volume.

../../_images/Volume9_1.png
  • 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, you need to ensure that volume not -in use while detaching action is performed. We recommend you first unmount the volume from the node before detaching it.

../../_images/Volume10.png
  • Once the Volume has been detached from your node, The status of it will be changed from Attached to Available again. Further, You can use this volume to attach it on other nodes or delete it.

../../_images/Volume11.png

Create a Snapshot

  • To make volume’s data backup you can create a snapshot, To create a snapshot of your database click on Action and select create snapshot.

../../_images/Volume12_1.png
  • Enter the Snapshot name and click on create snapshot.

../../_images/Volume13.png
  • The Snapshots will now be available in the snapshot section of your dashboard.

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

  • To create new volume from Snapshot, Select Action and click on create volume.

../../_images/Volume15_1.png
  • Enter the details of new volume name and click create.

../../_images/Volume16_1.png
  • A new volume storage will be created from the snapshot you saved.

../../_images/Volume17_1.png

Upgrade Volume

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

../../_images/Volume_Upgrade_1.png

After clicking on Upgrade Volume popup will be open and on that you have to select volume size and click on Upgrade button.

../../_images/Volume_Upgrade_2.png

After that Your volume will be upgraded with the new volume size.

../../_images/Volume_Upgrade_3.png

Note

Please note that 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 the volume.

../../_images/Volume_Upgrade_4.png

Note

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, You need to select Action and Click on Delete.

../../_images/Volume18_1.png
  • You will get a warning message that you will permanently lose data stored in volume storage and associated snapshot on the deletion of this volume storage. Proceed further and click on Delete to delete your volume.

../../_images/Volume19.png

Note

You will have detach your node from your volume first before deleting.