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
parent
4594ffc76f
commit
b39bc0a595
|
@ -161,7 +161,7 @@ spec:
|
|||
|
||||
Raw block support for CSI plugins is still alpha, but support can be added today. The [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) details how to handle requests for volume that have the `BlockVolume` capability instead of the `MountVolume` capability. CSI plugins can support both kinds of volumes, or one or the other. For more details see [documentation here](https://kubernetes-csi.github.io/docs/raw-block.html).
|
||||
--->
|
||||
## 作为存储供应商,我如何在 CSI 插件中添加对 raw block 设备的支持?
|
||||
## 作为存储供应商,我如何在 CSI 插件中添加对原生块设备的支持?
|
||||
|
||||
CSI 插件的 raw block 支持仍然是 alpha 版本,但是现在可以改进了。[CSI 规范](https://github.com/container-storage-interface/spec/blob/master/spec.md) 详细说明了如何处理具有 `BlockVolume` 功能而不是 `MountVolume` 功能的卷的请求。CSI 插件可以支持两种类型的卷,也可以支持其中一种或另一种。更多详细信息,请查看 [这个文档](https://kubernetes-csi.github.io/docs/raw-block.html)。
|
||||
|
||||
|
|
Loading…
Reference in New Issue