]> git.proxmox.com Git - pve-installer.git/blobdiff - proxinstall
set 'LVM_SUPPRESS_FD_WARNINGS' env to make lvm less noisy
[pve-installer.git] / proxinstall
index d18ad6caaabc1d1292d88310bed87ebcea6fec03..b10fcc9ae308fc6a3e9df25b0dcb8be1cf3bd446 100755 (executable)
@@ -35,6 +35,8 @@ if (!GetOptions('testmode=s' => \$opt_testmode)) {
     exit (-1);
 }
 
+$ENV{'LVM_SUPPRESS_FD_WARNINGS'} = '1';
+
 my ($setup, $cd_info) = ProxmoxInstallerSetup::setup();
 
 my $zfstestpool = "test_rpool";