diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-10-26 14:39:02 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-26 19:23:55 +0200 |
commit | cd37793d287b997b1cdc695eb9f1d32e9e247013 (patch) | |
tree | 0982b1d80c3a4fc36f2840c79696821e0e008f8e /src/shared | |
parent | Merge pull request #21000 from yuwata/network-dhcp6-pd-introduce-uplink (diff) | |
download | systemd-cd37793d287b997b1cdc695eb9f1d32e9e247013.tar.xz systemd-cd37793d287b997b1cdc695eb9f1d32e9e247013.zip |
test: add a missing `udevadm settle` to the multipath test case
8a088877ab92d3777d7f487393e3daef6edf43ff uncovered a missing `udevadm
settle` in the multipath test case, causing the test to occasionally
fail with:
```
[ 41.718617] testsuite-64.sh[806]: + for i in {0..63}
[ 41.727917] systemd-udevd[1120]: sdhf: /usr/lib/udev/rules.d/60-persistent-storage.rules:66 Importing properties from results of 'scsi_id --export --whitelisted -d /dev/sdhf'
[ 41.728668] testsuite-64.sh[2341]: ++ printf %.4d 1
[ 41.733851] systemd-udevd[1415]: sdhc: Adding watch on '/dev/sdhc'
[ 41.734477] testsuite-64.sh[806]: + wwid=deaddeadbeef0001
[ 41.734477] testsuite-64.sh[806]: + path=/dev/disk/by-id/wwn-0xdeaddeadbeef0001
[ 41.746174] systemd-udevd[1409]: sdhb: 'scsi_id --export --whitelisted -d /dev/sdhb'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
[ 41.747058] testsuite-64.sh[2342]: ++ readlink -f /dev/disk/by-id/wwn-0xdeaddeadbeef0001
[ 41.755512] testsuite-64.sh[806]: + dmpath=/dev/sdi
[ 41.755512] testsuite-64.sh[806]: + lsblk /dev/disk/by-id/wwn-0xdeaddeadbeef0001
[ 41.766884] systemd-udevd[1402]: sdhd: 'scsi_id --export --whitelisted -d /dev/sdhd'(out) 'ID_VENDOR=QEMU'
[ 41.767532] testsuite-64.sh[2343]: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
[ 41.767532] testsuite-64.sh[2343]: sdi 8:128 0 512B 0 disk
[ 41.779219] systemd-udevd[1400]: dm-33: 'kpartx_id 254 33 mpath-3deaddeadbeef0051'(out) 'DM_WWN=0xdeaddeadbeef0051'
[ 41.779902] testsuite-64.sh[806]: + multipath -C /dev/sdi
[ 41.785296] systemd-udevd[1414]: dm-31: Device processed (SEQNUM=4839, ACTION=change)
[ 41.785925] testsuite-64.sh[2344]: 37.658168 | /dev/sdi is not a dm device
```
Diffstat (limited to 'src/shared')
0 files changed, 0 insertions, 0 deletions