Skip to content

Commit ae33d23

Browse files
committed
csi: remove rbd wording from node loss doc
since ceph-csi driver now handles both rbd and cephfs volume node loss case, let's remove rbd specific wording from the node loss doc in rook. Signed-off-by: subhamkrai <srai@redhat.com>
1 parent 20f350a commit ae33d23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/Storage-Configuration/Block-Storage-RBD/block-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The erasure coded pool must be set as the `dataPool` parameter in
196196

197197
## Node Loss
198198

199-
If a node goes down where a pod is running where a RBD RWO volume is mounted, the volume cannot automatically be mounted on another node. The node must be guaranteed to be offline before the volume can be mounted on another node.
199+
If a node goes down where a pod is running where a volume is mounted, the volume cannot automatically be mounted on another node. The node must be guaranteed to be offline before the volume can be mounted on another node.
200200

201201

202202
### Handling Node Loss
@@ -209,7 +209,7 @@ kubectl taint nodes <node-name> node.kubernetes.io/out-of-service=nodeshutdown:N
209209
kubectl taint nodes <node-name> node.kubernetes.io/out-of-service=nodeshutdown:NoSchedule
210210
```
211211

212-
After the taint is added to the node, the CephCSI driver will automatically handle the network fencing to prevent connections to Ceph from the RBD volume on that node.
212+
After the taint is added to the node, the CephCSI driver will automatically handle the network fencing to prevent connections to Ceph from the volume on that node.
213213

214214
### Node Recovery
215215

0 commit comments

Comments
 (0)