From e3fead54c7fa6b7189bb85bcb62ce81ba2023cc1 Mon Sep 17 00:00:00 2001 From: yixin21 <66355657+yixin21@users.noreply.github.com> Date: Tue, 18 Aug 2020 09:23:55 +0800 Subject: [PATCH] Update content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md Co-authored-by: Qiming Teng --- .../blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md b/content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md index 1a0a7392e2..028b25ac19 100644 --- a/content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md +++ b/content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md @@ -53,7 +53,7 @@ As it becomes more common to run database software and storage infrastructure so ---> 从程序员的角度来看,块设备是一个非常大的字节数组,具有某种最小读写粒度,通常为 512 个字节,大部分情况为 4K 或更大。 -随着在 Kubernetes 中运行数据库软件和存储基础架构软件变得越来越普遍,在 Kubernetes 中对 raw block 设备支持的需求变得越来越重要。 +随着在 Kubernetes 中运行数据库软件和存储基础架构软件变得越来越普遍,在 Kubernetes 中支持原生块设备的需求变得越来越重要。