generic/459: ensure that the lvm devices have been created
authorDarrick J. Wong <djwong@kernel.org>
Wed, 16 Mar 2022 03:30:09 +0000 (20:30 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Apr 2022 12:29:28 +0000 (20:29 +0800)
commite1b93b712f2993303cc5905efdb6c51b4fda7295
treebbfa33439413267e36c3face61f32d308c8975b1
parentcce62cbb35cdfab197ce7297c2997c3d460aaab2
generic/459: ensure that the lvm devices have been created

Once in a /very/ long while this test fails because _mkfs_dev can't find
the LVM thinp volume after it's been created.  Since the "solution" du
jour seems to be to sprinkle udevadm settle calls everywhere, do that
here in the hopes that will fix it.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/459