File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1479,13 +1479,13 @@ Quobyte 的 GitHub 项目包含以 CSI 形式部署 Quobyte 的
1479
1479
1480
1480
<!--
1481
1481
An `rbd` volume allows a
1482
- [Rados Block Device](https://ceph.com/docs/master/rbd /rbd/) volume to mount into your
1482
+ [Rados Block Device](https://docs. ceph.com/en/latest /rbd/) volume to mount into your
1483
1483
Pod. Unlike `emptyDir`, which is erased when a Pod is removed, the contents of
1484
1484
a `rbd` volume are preserved and the volume is merely unmounted. This
1485
1485
means that a RBD volume can be pre-populated with data, and that data can
1486
1486
be shared between pods.
1487
1487
-->
1488
- ` rbd` 卷允许将 [Rados 块设备](https://ceph.com/docs/master/rbd /rbd/) 卷挂载到你的 Pod 中.
1488
+ ` rbd` 卷允许将 [Rados 块设备](https://docs. ceph.com/en/latest /rbd/) 卷挂载到你的 Pod 中.
1489
1489
不像 `emptyDir` 那样会在删除 Pod 的同时也会被删除,`rbd` 卷的内容在删除 Pod 时
1490
1490
会被保存,卷只是被卸载。
1491
1491
这意味着 `rbd` 卷可以被预先填充数据,并且这些数据可以在 Pod 之间共享。
You can’t perform that action at this time.
0 commit comments