mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
fix(apiver): return lowest apiver we support in fallback case
Signed-off-by: Peter Lieven <pl@dlhnet.de>
This commit is contained in:
@@ -67,8 +67,8 @@ sub api {
|
||||
return $tested_apiver;
|
||||
}
|
||||
|
||||
# fallback that worked a very very long time ago, nowadays useless, as the core does APIVER - APIAGE checking
|
||||
return 3;
|
||||
# lowest apiver we support
|
||||
return 10;
|
||||
}
|
||||
|
||||
sub type {
|
||||
|
||||
Reference in New Issue
Block a user