[pve-devel] [PATCH storage 07/11] zfstest: remove unused variable
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed May 17 11:42:34 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
test/run_test_zfspoolplugin.pl | 2 --
1 file changed, 2 deletions(-)
diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl
index c295e9f..f07eacc 100755
--- a/test/run_test_zfspoolplugin.pl
+++ b/test/run_test_zfspoolplugin.pl
@@ -2583,8 +2583,6 @@ $tests->{1} = $test1;
sub setup_zfs {
- my $tmp = undef;
-
#create VM zvol
print "create zvol $vmdisk\n" if $verbose;
run_command("zfs create -V${volsize}G $zpath\/$vmdisk");
--
2.1.4
More information about the pve-devel
mailing list