Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/product/cluster_configuration/lvm/generic_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ weight: "4"

### Hosts SAN Configuration

The abstraction required to access LUNs consists of block devices. This means that there are
several ways to set them up, although it usually involves using a network block protocol such as
iSCSI or Fibre Channel, as well as some way to make it redundant, like DM Multipath.
The abstraction required to access LUNs consists of block devices. This means that there are several ways to set them up, although it usually involves using a network block protocol such as iSCSI or Fibre Channel, as well as some form of path redundancy, such as DM Multipath.

Here is a sample session for setting up access via iSCSI and multipath:
Hypervisor hosts acting as SCSI initiators must be configured according to the storage vendor's documentation and recommended best practices. The exact implementation may vary depending on the storage platform, access protocol (iSCSI or Fibre Channel), and multipathing requirements. Vendor-specific guidance should always take precedence over generic operating system configuration procedures.

The following example illustrates a generic iSCSI and DM Multipath configuration on Linux hosts and is provided for reference purposes only.

```
# === ISCSI ===
Expand Down
Loading