de5fe16817
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/device-mapper-multipath#2cf40b2f98808e3533e915c0a204b885d9da5e43
58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
|
|
flow:
|
|
|
|
# use user_friendly_names = no
|
|
- login to iscsi target
|
|
- run multipath -r
|
|
- device appear with their original name
|
|
|
|
# use user_friendly_names = yes, configure some aliases
|
|
- run multipath -r
|
|
- device appear with their alias name
|
|
|
|
# edit /etc/multipath.conf again, and change use user_friendly_names =
|
|
# no
|
|
- run multipath -r
|
|
- device appear with their alias name
|
|
|
|
the rename should work backwards
|
|
|
|
|
|
|
|
# conf when using user_friendly_names = yes
|
|
defaults {
|
|
polling_interval 5
|
|
getuid_callout "/lib/udev/scsi_id -g -u -d /dev/%n"
|
|
no_path_retry fail
|
|
user_friendly_names yes
|
|
flush_on_last_del yes
|
|
fast_io_fail_tmo 5
|
|
dev_loss_tmo 30
|
|
max_fds 4096
|
|
}
|
|
|
|
multipaths {
|
|
|
|
multipath {
|
|
wwid 36090a068a0746b89ddee943b5b253db6
|
|
alias rhev-a24-01_myDev1
|
|
}
|
|
multipath {
|
|
wwid 36090a068a074fb95ddeee43b5b259da7
|
|
alias rhev-a24-01_myDev2
|
|
}
|
|
}
|
|
|
|
# conf when using user_friendly_names = no
|
|
|
|
defaults {
|
|
polling_interval 5
|
|
getuid_callout "/lib/udev/scsi_id -g -u -d /dev/%n"
|
|
no_path_retry fail
|
|
user_friendly_names no
|
|
flush_on_last_del yes
|
|
fast_io_fail_tmo 5
|
|
dev_loss_tmo 30
|
|
max_fds 4096
|
|
}
|