Skip to content

Commit 5a736a5

Browse files
Merge pull request #383 from openebs/readme_fix
change zvol to lv in readme
2 parents 1037b9d + 977990e commit 5a736a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LocalPV refers to storage that is directly attached to a specific node in the Ku
3535
- <b>No replication</b>: Data is not replicated across nodes, so if the node fails, the data may become inaccessible.
3636
- <b>High performance</b>: Since the storage is local, it typically offers lower latency compared to network-attached storage.
3737

38-
The diagram below depicts the mapping to the host disks, the LVM stack on top of the disks and the kubernetes persistent volumes to be consumed by the workload. Local PV LVM CSI Controller upon creation of the Persistent Volume Claim, creates a LVMVolume CR, which emits an event for Local PV LVM CSI Node Plugin to create the LV(logical volume). When workloads are scheduled the Local PV LVM CSI Node Plugin makes this zvol/dataset available via a mount point on the host.
38+
The diagram below depicts the mapping to the host disks, the LVM stack on top of the disks and the kubernetes persistent volumes to be consumed by the workload. Local PV LVM CSI Controller upon creation of the Persistent Volume Claim, creates a LVMVolume CR, which emits an event for Local PV LVM CSI Node Plugin to create the LV(logical volume). When workloads are scheduled the Local PV LVM CSI Node Plugin makes this lv/logical volume available via a mount point on the host.
3939

4040
```mermaid
4141
graph TD;

0 commit comments

Comments
 (0)