36b0ac07c4
Update Source to upstream version 0.8.6 * Previous patches 0001-0123 are included in the commit * Fixes bz #1951336 Rename files * Previous patches 0124-0132 are now patches 0001-0009 Add 0010-RH-make-parse_vpd_pg83-match-scsi_id-output.patch * make scsi wwid fallback code result match the default udev wwid code result (Red Hat specific patch) Sync tests with RHEL-8 Resolves: bz #1951336
21 lines
875 B
Plaintext
21 lines
875 B
Plaintext
verify that multipath doesn't try to assign new devices in-use user_friendly
|
|
aliases.
|
|
|
|
steps:
|
|
1. setup config file and remove existing bindings file
|
|
2. create scsi_debug devices
|
|
3. start multipathd to create devices and bindings file
|
|
4. look at path device ordering in multipathd output
|
|
5. stop multipathd and remove devices
|
|
6. blacklist the devices which were multipathed early in the config file
|
|
7. remove the bindings file
|
|
8. restart multipathd to create devices, where the later devices grab the
|
|
earlier user_friendly_names
|
|
9. stop multipathd
|
|
10. remove blacklists from the config file and remove bindings file
|
|
11. restart multipathd
|
|
12. Verify that all devices are there, the previously existing devices
|
|
still have the same alias, and all the devices match the bindings file
|
|
13. reconfigure multipathd
|
|
14. Verify that all devices are still there and still match.
|