From 53e6882b21fc32c2ed1611018140e791e0cf8e0c Mon Sep 17 00:00:00 2001 From: cjbzl Date: Tue, 28 Oct 2025 07:15:38 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=91=E4=BA=86=E4=B8=80=E4=B8=AA=E5=8F=A5?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjbzl --- docs/en/server/releasenotes/key_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server/releasenotes/key_features.md b/docs/en/server/releasenotes/key_features.md index fe7b08f9..c0901d93 100644 --- a/docs/en/server/releasenotes/key_features.md +++ b/docs/en/server/releasenotes/key_features.md @@ -246,7 +246,7 @@ Lustre is an open source parallel file system designed for high scalability, per - **OSS performance**: A single OSS can deliver 1.5 million IOPS, with an I/O bandwidth of 15 GB/s. The aggregated I/O performance reaches 50 million IOPS, with an I/O bandwidth of up to 50 TB/s. - **MDS scalability**: A single MDS can manage up to four MDTs. A single MDT supports 4 billion files of up to 16 TB when LDISKFS is used as the backend file system, or 64 billion files of up to 64 TB when ZFS is used as the backend file system. - **MDS performance**: 1 million creation operations or 2 million metadata stat operations can be performed within a second. - - **File system scalability**: The maximum size of a single file in the LDISKFS backend is 32 PB. An aggregated Lustre system can contain up to 1 trillion files, or 512 PB + - **File system scalability**: The maximum size of a single file in the LDISKFS backend is 32 PB. An aggregated Lustre system can contain up to 1 trillion files, or 512 PB. ## DDE -- Gitee