]> sourceware.org Git - lvm2.git/commitdiff
tests: do not use noudevsync with udev system
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 4 Dec 2024 15:03:09 +0000 (16:03 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 4 Dec 2024 15:14:22 +0000 (16:14 +0100)
Remove --noudevsync option - as this breaks synchronization with
udev which is necessary when trying to i.e. create  _rmeta_3
and wipe it - as the symlinks must be present for wiping.

So if there was some other issue  (behind the comment) - we need to
check for the problem elsewhere instead of disabling udev sync.

test/shell/lvconvert-raid-reshape-size.sh

index 36291abcd59364a706c527eed8a86fdd16d7957c..bf5ed5f2b11541b4d63ec808ef6ac14e27aa170c 100644 (file)
@@ -157,8 +157,7 @@ function _reshape_layout
 
        stripes=$(_total_stripes $raid_type $data_stripes)
 
-       # Avoid random udev sync delays causing _check_size to be unreliable
-       lvconvert -y --noudevsync --ty $raid_type --stripes $data_stripes $opts $vg/$lv
+       lvconvert -y --ty $raid_type --stripes $data_stripes $opts $vg/$lv
        check lv_first_seg_field $vg/$lv1 segtype "$raid_type"
 
        if [ $wait_for_reshape -eq 1 ]
This page took 0.047578 seconds and 5 git commands to generate.