Storage Services

Storage Services

What storage options does E2E Networks offer?


A: E2E Networks provides block storage (Volumes), Scalable File System (SFS), E2E Parallel File System (EPFS), Object Storage (EOS), and Container Registry. Volumes offer high IOPS for performance, SFS supports shared access, EPFS is for HPC, EOS is S3-compatible for large-scale data, and Container Registry stores private container images.

How do I enable encryption for block storage volumes?


A: During volume creation or attachment in MyAccount, check "Enable Encryption" and optionally set a passphrase. Encryption uses LUKS for transparent, block-level protection. Snapshots of encrypted volumes remain encrypted, ensuring data security throughout the storage lifecycle.

How do I mount a Scalable File System (SFS)?


A: Create an SFS in MyAccount under Storage > Scalable File System. For Linux, install YUM/APT packages, then mount using provided commands with options like soft, timeo, retrans, and retry. For Windows, follow specific mounting instructions. Manage backups, ACLs, and snapshots via the SFS interface.

What is EPFS, and how is it used for HPC?


A: EPFS (E2E Parallel File System) is designed for high-performance computing, offering parallel data access, high throughput, and scalability for petabytes of data. Create it under Storage > EPFS, select a plan and VPC, and mount it on AlmaLinux using the mount -t lustre command after running client setup scripts.

How do I set up Object Storage (EOS)?


A: Create a bucket in MyAccount under Storage > Object Storage, ensuring a unique name (3-63 characters, lowercase). Use S3-compatible APIs or tools like S3cmd, S3FS-Fuse, or S3 Browser for access. Enable Object Lock for immutability. EOS supports static website hosting, backups, and Docker Registries.

How does the Container Registry ensure image security?


A: The Container Registry includes vulnerability scanning, with results indicated by color-coded levels (Red: critical, Green: no vulnerabilities). Create a registry in MyAccount, manage images via HTTPS endpoints, and integrate with Kubernetes using secrets (kubectl create secret docker-registry).
    • Related Articles

    • Why can’t I delete a node image or volume?

      Node images cannot be deleted if linked to a scale group; terminate the scale group first. Volumes cannot be deleted if attached to a node or in an error/deleting state. Detach the volume and ensure no snapshots or tags are associated before ...
    • Networking Services

      How does the E2E CDN improve content delivery? A: E2E CDN caches static content (e.g., images, scripts) at global edge locations for low-latency delivery. Create a CDN in MyAccount, configure SSL, HTTP versions, and cache settings. Monitor bandwidth ...
    • Database Services (DBaaS)

      What databases are supported by E2E DBaaS, and how do I choose one? A: E2E DBaaS supports MySQL, MariaDB, PostgreSQL, Cassandra, Valkey, Kafka, and OpenSearch. Compare features like read replica support, snapshot capabilities, or multi-datacenter ...
    • General Platform Questions

      Q1: What is E2E Networks, and what makes it unique? A: E2E Networks is an AI-first hyperscale cloud computing platform based in India, specializing in AI, ML, and Generative AI workloads. It offers smart dedicated servers, GPUs, object storage, CDN, ...
    • Launching an E2E Networks Virtual Compute Node

      Introduction Create an E2E MyAccount on the E2E Networks sign-up page to access node creation features. Use the MyAccount portal for a web-based interface to manage virtual compute nodes. Generate an API token in MyAccount for programmatic node ...