]> sourceware.org Git - lvm2.git/commitdiff
tests: update with --yes
authorZdenek Kabelac <zkabelac@redhat.com>
Sun, 24 Jun 2018 18:49:59 +0000 (20:49 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Jun 2018 13:07:55 +0000 (15:07 +0200)
vgcfgrestore needs to confirm restore while LVs from VG are present.

test/shell/thin-restore.sh

index 3682a8ca732b0fe92974e1d3f02d1a3b0d3d1d84..d8bae3c362ea8e016fa759c9d419cc554a55edc1 100644 (file)
@@ -33,7 +33,7 @@ vgcfgbackup -f backup $vg
 # use of --force is mandatory
 not vgcfgrestore -f backup $vg
 
-vgcfgrestore -f backup --force $vg
+vgcfgrestore -y -f backup --force $vg
 
 check lv_field $vg/pool transaction_id 1
 
This page took 0.038124 seconds and 5 git commands to generate.