BeeGFS Runs on Huawai OceanDisk Storage Servers, but the Real Test Starts Now
BeeGFS runs on Huawai OceanDisk storage servers through a new integration that places the parallel file system directly inside Huawei’s storage hardware. Announced on September 14, the partnership removes dedicated file-system servers from Huawei’s proposed design. That consolidation is the central promise, but neither company has published independent performance results for the combined system.
ThinkParQ, the company behind BeeGFS, and Huawei call the product the OceanDisk Built-in File System HPC Storage Solution. It combines BeeGFS with the OceanDisk 1610 smart disk enclosure for high-performance computing and artificial intelligence workloads.
The arrangement puts pressure on the traditional building-block model used by BeeGFS deployments from vendors such as NetApp. Those systems separate file services from the underlying storage arrays. Huawei argues that running BeeGFS inside OceanDisk virtual machines produces a simpler converged design.
That architectural change matters more than the announcement’s broad promises about speed or efficiency. Huawei publishes substantial specifications for the OceanDisk 1610, including up to 175 GB/s of read bandwidth. However, those figures describe the enclosure, not a tested BeeGFS cluster running customer workloads.
The partnership therefore presents buyers with a clear tradeoff. Consolidation can remove hardware and deployment steps, but it also concentrates file services, storage processing, and vendor dependencies inside one platform.
What Changed When BeeGFS Moved Inside OceanDisk
The integration changes where BeeGFS operates, not the fundamental way the parallel file system distributes data.
ThinkParQ and Huawei announced a strategic cooperation covering the OceanDisk 1610 on September 14, 2026. According to the companies, BeeGFS now runs natively on virtual machines built into the enclosure.
BeeGFS is a parallel file system, meaning it stripes file data across multiple storage targets for concurrent access. Its clients can contact several storage servers simultaneously, aggregating bandwidth across the cluster.
The BeeGFS architecture normally separates management, metadata, storage, and client services. Server components run as user-space processes, while the Linux client uses a kernel module to provide a standard mount point.
That flexibility already lets administrators combine multiple BeeGFS services on one system. BeeGFS documentation calls an installation without separate storage servers a converged setup. Huawei is applying that option inside its storage enclosure rather than on conventional external file servers.
OceanDisk’s built-in virtual machines host the BeeGFS services close to the NVMe storage pool. Compute nodes continue running applications and accessing files through BeeGFS clients. The storage-side software then manages file placement and data movement across the available targets.
The arrangement differs from simply certifying OceanDisk as an attached block-storage device. It embeds part of the file-system layer in the storage platform, creating a packaged architecture jointly associated with ThinkParQ and Huawei.
Huawei’s OceanDisk 1610 is a 2U enclosure with 36 NVMe SSD slots. It includes two active-active controllers, which means both controllers can participate while providing a path for failover.
The published configuration lists four 48-core processors, totaling 192 cores, alongside 1 TB of cache. Huawei does not identify the processor model in its public data sheet.
The product supports NVMe over RoCE, a protocol that transports NVMe commands across an Ethernet network using remote direct memory access. The 1610 also offers Fibre Channel and conventional Ethernet connectivity.
Huawei calls its broader storage-network implementation NoF+. That stack combines NVMe over Fabrics with lossless Ethernet, availability features, and Huawei’s management technology.
BeeGFS runs on Huawai OceanDisk storage servers because the enclosure provides more than raw flash capacity. Its processors, cache, networking, and virtual-machine support give ThinkParQ a place to run file services within the storage device.
Huawei positions the combined design for scientific computing, engineering simulation, life sciences, AI training, and similar data-intensive jobs. These workloads often involve many clients reading or writing large datasets concurrently.
The announcement does not identify a production customer using the completed integration. It also provides no deployment scale, availability date, supported BeeGFS version, or detailed configuration guide.
Those omissions separate this launch from a fully documented reference architecture. The companies have introduced a product direction and integration model, but buyers still need implementation evidence.
Why the Converged Design Matters for HPC and AI
Huawei is selling operational compression: fewer distinct server roles, fewer deployment layers, and more work inside each storage enclosure.
Traditional HPC storage can require arrays, file-system nodes, management servers, network switches, and separate availability tooling. Each layer introduces configuration work and another component that operators must monitor.
The OceanDisk design attempts to combine several of those responsibilities. BeeGFS services operate in virtual machines within the enclosure, while the enclosure supplies shared NVMe capacity and data protection.
Huawei says this approach eliminates dedicated file-system servers. If supported across production configurations, that change can reduce server count and simplify physical installation.
It can also shorten the data path between BeeGFS services and storage media. The significance depends on how Huawei connects the virtual machines, controllers, cache, and NVMe devices internally.
Huawei’s OceanDisk data sheet lists up to 175 GB/s read bandwidth and 75 GB/s write bandwidth for the all-flash OceanDisk 1610. It also claims up to 5.2 million input-output operations per second.
These are maximum product specifications. They are not published results for the joint BeeGFS solution, and they should not be treated as application-level performance.
A parallel file system introduces work beyond block access. Metadata operations, file striping, client concurrency, networking, protection policies, and small-file behavior all influence observed performance.
AI training illustrates the challenge. A model-training cluster can stream large checkpoint files while many workers request portions of the training dataset. Metadata-heavy preparation tasks may behave differently from sequential checkpoint transfers.
Scientific workloads present another mix. Simulation jobs can create many files, write large result sets, and feed later analysis stages. Aggregate bandwidth alone cannot describe performance across that sequence.
Huawei says hardware-level NVMe-over-Fabrics offloading improves read bandwidth by 30 percent. It also attributes 30 percent gains to its FlashLink disk-controller algorithm and data-control-plane separation.
Those percentages remain Huawei claims rather than independent measurements of the BeeGFS integration. Buyers need to know the baseline configurations and workloads behind each comparison.
Capacity also requires careful reading. Huawei lists up to 4 PB of available all-flash capacity for the 1610 and as much as 20 PB in hybrid configurations. A single 2U all-flash controller enclosure has lower physical capacity before expansion.
The enclosure supports erasure coding, including configurations such as 23+2. Erasure coding distributes data and parity across devices, reducing protection overhead compared with keeping complete duplicate copies.
BeeGFS separately supports buddy mirroring, which synchronously copies metadata or file contents between paired targets. Administrators must understand how BeeGFS protection interacts with OceanDisk’s controller-level protection and erasure coding.
Duplicating protection at multiple layers can consume capacity and complicate failure recovery. Relying on only one layer can produce different availability boundaries than an existing BeeGFS design.
The partnership matters because it turns those choices into a product-level proposal. ThinkParQ and Huawei are not merely saying their technologies can connect. They are presenting the integration as a deployable HPC and AI storage system.
For buyers, the potential benefit is less architectural assembly. The corresponding responsibility is validating what became simpler, what moved inside the enclosure, and what still requires external infrastructure.
BeeGFS Runs on Huawai OceanDisk Storage Servers by Collapsing a Hardware Layer
The mechanism is consolidation, but consolidation does not automatically produce faster or more resilient storage.
A conventional BeeGFS building block often places storage and metadata services on Linux servers connected to flash arrays or local drives. Administrators scale the file system by adding servers, storage targets, or complete building blocks.
Huawei instead provides processor and memory resources inside OceanDisk. Built-in virtual machines host the partner file system, allowing BeeGFS to use the enclosure’s shared flash without separate file-server hardware.
That arrangement can reduce duplicated compute resources. It can also let storage and compute capacity scale independently because application servers no longer need to carry the storage devices.
The concept aligns with disaggregated infrastructure, where compute, networking, and storage become independently managed resource pools. Disaggregation can improve utilization when workloads need those resources in different proportions.
However, Huawei’s implementation also reconverges software and storage inside one appliance. Compute nodes remain separate, but the parallel file-system service becomes closely tied to the OceanDisk platform.
That is the primary competitive tension. Traditional BeeGFS designs emphasize modular building blocks assembled from Linux servers, networks, and supported storage. Huawei offers a more integrated package with fewer visible layers.
NetApp provides a useful contrast. Its BeeGFS design uses verified Lenovo file nodes and NetApp EF600 storage systems. The file layer remains distinct from the block-storage layer.
NetApp’s documented building block includes two storage arrays connected to two file nodes. Multiple building blocks can extend storage and metadata services while operating under one BeeGFS namespace.
That model adds components, but it also creates explicit failure domains and documented scaling units. Administrators can see which file nodes, arrays, and cluster services perform each role.
Huawei’s design asks buyers to accept a denser unit. Controllers, storage media, cache, virtualization, and BeeGFS services occupy the same product boundary.
Density can reduce rack space and cabling. It can also make qualification easier if one vendor provides a tested configuration, firmware matrix, deployment process, and coordinated support.
The announcement does not yet provide that complete matrix. It does not explain how many BeeGFS virtual machines run per enclosure or which services each virtual machine hosts.
It also leaves networking questions unanswered. Buyers need to know the supported client fabrics, expected oversubscription, recommended switch topology, and behavior under controller failover.
Metadata placement deserves particular attention. BeeGFS distributes directories across metadata services, while file contents are striped across storage targets. The balance between those roles affects small-file performance and namespace responsiveness.
The companies have not disclosed whether metadata and storage services share the same OceanDisk virtual machines. They have not described processor, memory, or cache reservations for those services.
Resource isolation matters when storage controllers also perform RAID, erasure coding, protocol processing, and management. A busy file-system virtual machine must not interfere unpredictably with core array functions.
The same issue works in reverse. Rebuilds, degraded drives, or controller activity can consume resources that BeeGFS expects to be available.
BeeGFS runs on Huawai OceanDisk storage servers through technically plausible components already supported by the two products. The unanswered question is whether the packaged design preserves predictable behavior under pressure.
That requires more than a maximum bandwidth figure. It needs measurements covering data transfer, metadata operations, failure recovery, mixed workloads, and scaling across multiple enclosures.
The Published Numbers Do Not Validate the Joint System
Huawei has disclosed capable hardware, but the partnership has not disclosed enough evidence to evaluate the finished BeeGFS system.
The headline specification is 175 GB/s of maximum read bandwidth from an all-flash OceanDisk 1610. Huawei lists 75 GB/s for writes and 5.2 million IOPS.
Those numbers establish the enclosure’s claimed upper limits. They do not show what BeeGFS clients receive after file-system processing, protection, network contention, and workload variability.
A useful evaluation should distinguish several dimensions. Sequential throughput measures large transfers, while IOPS often reflects smaller operations. Metadata performance measures namespace work such as file creation, lookup, and deletion.
AI pipelines can stress all three. Training may favor sustained reads, checkpointing generates writes, and dataset preparation can create large collections of smaller files.
The number of clients also changes results. A system might deliver high aggregate bandwidth across many nodes while providing lower performance to one client. The reverse can also occur under unfavorable striping settings.
BeeGFS lets administrators select stripe counts and chunk sizes. Those choices determine how a file is divided across storage targets and can materially affect performance.
The integration announcement does not specify its benchmark configuration. It provides no client count, network layout, file sizes, stripe settings, protection mode, or sustained test duration.
Huawei also claims 99.999 percent reliability for OceanDisk. That statement comes from the vendor and does not define the complete BeeGFS solution’s availability.
Application availability depends on more than drive and controller reliability. It includes virtual-machine recovery, BeeGFS service failover, metadata state, networking, software upgrades, and operational procedures.
BeeGFS documentation warns that mirroring does not replace backups. Mirroring preserves a second current copy, but it cannot restore files deleted or overwritten by users or applications.
A consolidated appliance therefore still needs a data-protection plan. Buyers must decide how to handle snapshots, backups, off-site copies, ransomware recovery, and long-term retention.
Failure-domain design presents another open question. BeeGFS buddy groups can place paired targets in different racks or server rooms. That separation protects against more than a single device failure.
A tightly integrated appliance can maintain controller redundancy while leaving enclosure-level risk unresolved. A production architecture must explain how data and metadata survive the loss of an entire OceanDisk system.
Multi-enclosure behavior is especially important because Huawei describes the platform as scale-out. The announcement does not publish maximum enclosure counts or verified performance scaling.
Linear-looking hardware specifications do not guarantee linear file-system scaling. Network topology, metadata load, target balancing, and management overhead can limit returns as systems grow.
Software lifecycle support is another concern. BeeGFS clients interact with Linux kernels, while server services and OceanDisk firmware follow their own release schedules.
Customers need a compatibility matrix covering BeeGFS releases, Linux distributions, firmware versions, virtual-machine images, and supported network adapters. They also need a defined upgrade order.
The partnership announcement says ThinkParQ has expanded its China operations with a local sales and support team. ThinkParQ CEO Frank Herold also referenced customers in China and Germany.
That regional support can help deployments, but it does not answer who owns a cross-layer incident. A failure might involve BeeGFS software, Huawei virtualization, controller firmware, networking, or a Linux client.
A credible joint solution needs one escalation process across those layers. It should define log collection, diagnostic ownership, replacement procedures, and response responsibilities.
Geography introduces additional practical questions. Huawei products face procurement restrictions in some markets, which can narrow the addressable customer base for the combined system.
The companies framed their partnership around China and Germany rather than broad global availability. The announcement does not list supported countries, channel partners, or deployment regions.
None of these uncertainties invalidates the design. They do mean that the product should be judged as an emerging integrated architecture, not a proven performance result.
Who Faces Pressure From Huawei’s Built-In File-System Strategy
The immediate pressure falls on suppliers whose BeeGFS solutions depend on separate file servers, integration work, and larger hardware footprints.
BeeGFS has long supported varied hardware because its server services run as ordinary user-space processes. That portability helped vendors build systems using internal disks, external arrays, NVMe platforms, and different network technologies.
Huawei’s move uses that openness to absorb the file-server role into OceanDisk. If the design performs well, buyers may ask why competing solutions still require dedicated nodes.
That question does not automatically favor Huawei. Separate servers can provide clearer resource isolation, greater hardware choice, and independent scaling for file-system compute.
A metadata-heavy workload might need additional processor capacity without requiring more flash. A traditional design can add or reconfigure file nodes while preserving the storage layer.
In an integrated enclosure, customers depend on the resources and virtualization controls Huawei exposes. The design’s convenience becomes a constraint if file services outgrow those allocations.
NetApp’s BeeGFS architecture emphasizes verified hardware combinations and shared-disk high availability. Its documented approach uses Pacemaker and Corosync to coordinate failover across Linux file nodes.
Dell, Lenovo, Western Digital, and other infrastructure suppliers have also participated in BeeGFS reference designs or system integrations. Their approaches vary, but most expose conventional server and storage boundaries.
Huawei is challenging that assembly model, not replacing BeeGFS itself. ThinkParQ benefits either way because its software remains the parallel file-system layer.
The partnership may broaden BeeGFS adoption among customers already standardized on Huawei infrastructure. It gives those buyers a packaged route that avoids building file services from separate servers.
It also gives Huawei an established parallel file system without creating an entirely new client and namespace layer. That can reduce the software adoption barrier around OceanDisk.
The arrangement is not exclusive, based on the published announcement. BeeGFS remains available through other hardware vendors and deployment patterns.
OceanDisk likewise supports other parallel file systems. Huawei’s product material names Lustre and IBM Spectrum Scale, formerly GPFS, alongside BeeGFS.
That multi-file-system positioning reveals Huawei’s broader strategy. The enclosure aims to become a programmable storage foundation where partner software runs close to the media.
For buyers, this creates competition between architectural packages rather than file systems alone. The comparison becomes Huawei plus BeeGFS against other complete combinations of software, servers, storage, and support.
Commercial evaluation must therefore include operational fit. A system with fewer devices can still demand specialized expertise, especially when diagnosing interactions hidden inside an appliance.
Organizations should request a bill of materials and logical architecture for each proposal. They should compare controller resources, file-system nodes, networks, redundancy, usable capacity, and management dependencies.
Testing must reflect the intended application rather than a vendor’s preferred benchmark. A genomics pipeline, engineering simulation, and large-model training job can stress the same storage differently.
A representative proof of concept should include failure events. Teams should interrupt a controller, storage target, network path, and BeeGFS service while measuring application impact.
It should also include upgrades. Operators need to know whether a firmware change interrupts virtual machines and whether BeeGFS services migrate or restart during maintenance.
If Huawei documents those behaviors and produces repeatable results, the integrated design will become a stronger competitive reference. Without them, established modular architectures retain an evidence advantage.
Three Signals Will Show Whether the Partnership Is Production Ready
Benchmarks, deployment documentation, and named customers will determine whether this integration becomes a real option or remains a launch-stage design.
The first signal is a complete reference architecture. ThinkParQ and Huawei should publish supported hardware, BeeGFS versions, service placement, network topology, protection settings, and scaling limits.
That document should identify the resources reserved for every virtual machine. It should also explain how storage services behave during controller maintenance and full-enclosure failures.
A reference architecture would strengthen the partnership’s central claim because independent teams could reproduce the deployment. Its absence would keep implementation details dependent on direct vendor engagement.
The second signal is workload-level testing. Useful results should include large-file throughput, metadata operations, mixed workloads, client scaling, and performance during degraded operation.
Tests should report both peak and sustained performance. They should identify file sizes, client counts, network speeds, stripe settings, data protection, and usable capacity.
Independent validation would carry more weight than vendor-only testing. Results from an established HPC center, research institution, or recognized benchmark organization would provide a credible comparison.
Such evidence could show whether the built-in virtual machines remove bottlenecks or create new ones. Weak scaling or inconsistent latency would undermine the consolidation argument.
The third signal is a named production deployment. A customer should describe its workload, previous architecture, installation process, operating scale, and reason for choosing the combined system.
The most valuable case study would include operational results rather than general satisfaction. Deployment time, sustained throughput, recovery behavior, and administrative effort would directly test Huawei’s claims.
ThinkParQ says the partnership will cover customers in China and Germany. A reference customer in either market would clarify availability, support ownership, and real purchasing channels.
Until those signals appear, BeeGFS runs on Huawai OceanDisk storage servers as a credible technical integration with incomplete public validation. The underlying products have established capabilities, but their combination is the item under review.
Infrastructure teams can prepare now by defining acceptance criteria before contacting either vendor. Record the workload mix, client count, target capacity, availability objective, recovery expectation, and upgrade constraints.
Keep the supporting material in a searchable engineering knowledge base. That makes vendor claims, test results, architecture decisions, and failure observations easier to compare.
Then ask Huawei and ThinkParQ for evidence against those requirements. Does the proposed system sustain performance after protection is enabled? Can it survive an enclosure loss? Who owns incidents that cross the BeeGFS and OceanDisk layers? How do upgrades affect running jobs?
Those answers will matter more than the launch specifications. If the companies publish them, the partnership can pressure established BeeGFS appliance designs. If they remain private, buyers should treat the system as a promising architecture that still requires careful qualification.



