X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Fexamples%2Flvs.pl;h=1a840171e60d18a2760762babea6d776cfbe3f82;hb=000f8059a53860ddf3319c1f54d4df5dcd6aa846;hp=152db08824698b75fe5608271286f99f74a71dea;hpb=9908e03e922b670437bcd89b6873f9ebc914567e;p=libguestfs.git diff --git a/perl/examples/lvs.pl b/perl/examples/lvs.pl index 152db08..1a84017 100755 --- a/perl/examples/lvs.pl +++ b/perl/examples/lvs.pl @@ -14,7 +14,6 @@ $h->add_drive ($ARGV[0]); print "Launching, this can take a few seconds\n"; $h->launch (); -$h->wait_ready (); print "Looking for PVs on the disk image\n"; my @pvs = $h->pvs ();