increase timeout for ZFSPugin
This is useful on large zfs pools because they take longer to response.
This commit is contained in:
committed by
Dietmar Maurer
parent
030bc5c803
commit
19e5596a74
@ -49,7 +49,7 @@ my $zfs_get_base = sub {
|
||||
sub zfs_request {
|
||||
my ($class, $scfg, $timeout, $method, @params) = @_;
|
||||
|
||||
$timeout = 5 if !$timeout;
|
||||
$timeout = 10 if !$timeout;
|
||||
|
||||
my $msg = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user