]> sourceware.org Git - lvm2.git/commitdiff
tests: pvscan-autoactivate.sh switch system_id_source
authorDavid Teigland <teigland@redhat.com>
Tue, 21 May 2019 19:37:55 +0000 (14:37 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 21 May 2019 19:37:55 +0000 (14:37 -0500)
to machineid instead of uname which would break if
the test system had no proper uname set.

test/shell/pvscan-autoactivate.sh

index 6ed35dbda216d5e66b569f30d58ff1b763c4f169..362a4ff83ef46d86a92fbd94e056e948c8b4fe1d 100644 (file)
@@ -134,7 +134,7 @@ not ls "$RUNDIR/lvm/pvs_online/$PVID3"
 
 # pvscan cache ignores pv in a foreign vg
 
-aux lvmconf "global/system_id_source = uname"
+aux lvmconf "global/system_id_source = machineid"
 
 _clear_online_files
 
This page took 0.033176 seconds and 5 git commands to generate.