Update content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
pull/23060/head
yixin21 2020-08-18 09:19:47 +08:00 committed by GitHub
parent bed0277d7a
commit 9bda9f7189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ From a programmer's perspective, a block device is a very large array of bytes,
As it becomes more common to run database software and storage infrastructure software inside of Kubernetes, the need for raw block device support in Kubernetes becomes more important.
--->
从程序员的角度来看,块设备是一个非常大的字节数组,具有一些最小的读写颗粒度,通常为 512 个字节,大部分情况为 4K 或更大。
从程序员的角度来看,块设备是一个非常大的字节数组,具有某种最小读写粒度,通常为 512 个字节,大部分情况为 4K 或更大。
随着在 Kubernetes 中运行数据库软件和存储基础架构软件变得越来越普遍,在 Kubernetes 中对 raw block 设备支持的需求变得越来越重要。