loading...empty;done;/shared-storage-container/:-uriShared Storage Container | iNET.elastic Dev Docs

Shared Storage Container

Shared Storage Сontainer is a special type of node, designed for data storing. Compared to other managed containers, it provides a number of the appropriate benefits:

  • NFS and Gluster Native (FUSE) client types for data mounting
    • NFS - straightforward file system protocol, designed for accelerated processing and high performance
    • Gluster Native (FUSE) - reliable file system protocol with automatic replication of the mounted data, designed for data backup and failover (consumes more CPU/disk than NFS)
  • NFSv4 Support instead of NFSv3 on other managed stacks, ensures improved performance (especially for a large number of files), stronger security, support of the FUSE directories export, and more.
    Note: Any platform-managed container can receive mounts over the fourth version of the protocol, but only Shared Storage Container can export data over NFSv4.
  • Auto-Clustering option automatically configures a reliable storage cluster, ensuring data safety. In case of failure of one or several nodes, the AutoFS client automatically switches to the working instances on the next read/write operation attempt.
  • Enlarged Disk Space compared to other common-purposed nodes is provided for Shared Storage Container, allowing to work with bigger data volumes. The particular value depends on your service provider’s settings and can vary based on the account type.
  • Optimized Performance due to all the necessary software being preinstalled (e.g. NFS & RPC for NFSv4, GlusterFS for auto-clustering) and the default features of the platform (elastic vertical and horizontal scaling, efficient pay-as-you-use pricing model, comfortable UI with file exports and mount points support, etc.)

shared storage container illustration

And below we’ll consider how to set up such Shared Storage server inside the platform, some tips on its management, and use case specifics:

Storage Container Creation

To create a new Shared Storage Container, enable the corresponding Storage section at the topology wizard. This option is available for all engine types, including Docker containers.

shared storage topology wizard

In the middle part of the wizard, you can provide additional configurations for your Shared Storage. The exact amount of provided storage space can be adjusted via the Disk Limit field. The platform can automatically configure a reliable storage cluster (instead of separate nodes) if you enable the Auto-Clustering switcher. Also, in case of necessity, public IP addresses can be attached to the nodes (both IPv4 and IPv6).

Tip: Since this container type was specially developed to be used as a data storage server, you need to consider some specifics about its configuration:

  • although RAM & CPU are not the primary resources of the storage, they are still consumed by the node due to operating over networks (the particular amount depends on load)
  • if the maximum value of disk space per storage node is not enough, please contact your hosting provider’s support team and request the corresponding account limit enlargement
  • node pricing mainly depends on the amount of disk space in use (not the limit) and external network traffic (check these resources cost at Quotas & Pricing > Pricing > Disk Space or Traffic)

Click Create when ready.

Shared Storage Auto-Cluster

Upon enabling Auto-Clustering switcher for the Shared Storage Container in topology wizard, the platform automatically configures a replicated volume (replicates files across bricks in the volume). Such a solution is implemented based on the pre-installed GlusterFS RPM packages and is intended for environments where high-reliability is critical.

storage auto-clustering

Tip: Consider the following specifics:

  • Currently, automatic conversion of the existing standalone storage into the GlusterFS cluster is not supported. Follow the manual migration guide.
  • Shared Storage auto-clustering requires the latest iNET.elastic 7 virtualization used on the environment region (depends on your hosting provider)
  • storage auto-cluster requires 3 or more nodes and cannot be disabled after creation
  • scaling is performed with two nodes step to maintain working quorum

During creation, the GlusterFS volume is mounted into the /data folder and is accessible over NFSv4 protocol. Consequently, when mounting from/to your storage cluster, it is managed as a single component (i.e. not a collection of separate storage containers). In case of failure of one or several nodes, the AutoFS client (that is used in application containers by default) automatically switches to the working instances on the next read/write operation attempt.

storage NFS mounts

Tip: If facing the split-brains error (i.e. storage cannot determine which copy in the replica is the correct one), follow the linked troubleshooting guide to resolve the issue.

Use Cases Peculiarities

The storage cluster based on the Gluster software is suitable for the most solutions. However, some cases benefit from the GlusterFS & NFS usage more than others.

Recommended use cases:

  • when the GlusterFS storage is mostly used to read data (not write), e.g. WordPress or Magento websites, shared resource for media content data
  • if the application that performs write operations to GlusterFS storage can handle exceptions and perform retry attempts in case of an error

Not recommended use cases:

  • Gluster does not support so-called “structured data”, so do not use Shared Storage for SQL databases. However, using GlusterFS to backup and restore a database would be fine
  • NFS is not suitable for applications with heavy IO operations and, in case of a node failure during the write operation, can even lead to data corruption

Some general examples of the storage usage are described in the Dedicated Storage documentation.

Storage Container Management

Right after creation, you can immediately proceed to the container configuration. Below, we’ll show several basic actions that may be useful for you to get started:

1. For the most common operations with your storage, the built-in configuration file manager can be used. For more complex management, you may prefer to work with some third-party tool (use the connection details from the SFTP / SSH Gate tab circled in the image below).

storage file manager

Tip: For files sharing with other instances within the platform or external servers, the appropriate Mount Points and Exports tabs can be used.

2. SSH access (either via the web or local SSH client) can be established to get full control over your storage server.

Web SSH connection to storage

3. If you want to use your Shared Storage Container as an external server (i.e. not only within the current PaaS installation) - enable the public IP option to make it accessible from outside. Follow instructions in the dedicated NFS server configurations guide.

storage public IP

The IP address(es) attached to Shared Storage can be viewed through expanding the appropriate node in the dashboard.

4. When stopping or deleting an environment, the platform automatically checks for the mounts configured on the comprised nodes and provides Details on instances affected by the action in the confirmation frame.

NFS mount dependencies

Note: The live migration option is not available for migration of environments with Shared Storage containers. So, to check the nodes affected by the temporary unavailability of the storage, use the appropriate availability of the components link circled in the image below.

shared storage migration

That’s all! For now, as you know the main points on your Shared Storage Container handling, feel free to proceed and fill it with the required content.

If you experience any problem with Shared Storage Container deployment, configuration or usage, feel free to appeal to our technical expert’s assistance at Stackoverflow.

What’s next?