Skip to content

Commit 12b0a91

Browse files
authored
Merge pull request #4993 from liangxia/typo
Fix typo of fibre
2 parents 8ab8e77 + c04a7c9 commit 12b0a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

architecture/additional_concepts/storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The table below lists the access modes supported by different persistent volumes
322322
|AWS EBS | ✅ | - | -
323323
|Azure Disk | ✅ | - | -
324324
|Ceph RBD | ✅ | ✅ | -
325-
|Fiber Channel | ✅ | ✅ | -
325+
|Fibre Channel | ✅ | ✅ | -
326326
|GCE Persistent Disk | ✅ | - | -
327327
|GlusterFS | ✅ | ✅ | ✅
328328
|HostPath | ✅ | - | -
@@ -491,7 +491,7 @@ The following persistent volume types support mount options:
491491

492492
[NOTE]
493493
====
494-
Fiber Channel and HostPath persistent volumes do not support mount options.
494+
Fibre Channel and HostPath persistent volumes do not support mount options.
495495
====
496496

497497
[[persistent-volume-claims]]

install_config/persistent_storage/persistent_storage_fibre_channel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ are created. In the example below, we have LUN as 2, therefore we have created t
3838

3939
[NOTE]
4040
====
41-
Fiber Channel does not support the 'Recycle' reclaim policy.
41+
Fibre Channel does not support the 'Recycle' reclaim policy.
4242
====
4343

4444
.Persistent Volumes Object Definition

0 commit comments

Comments
 (0)