zfstest: fix test 17 to actually deactivate storage
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
a3f38a644c
commit
91877ee016
@ -279,6 +279,7 @@ my $test17 = sub {
|
|||||||
|
|
||||||
eval {
|
eval {
|
||||||
PVE::Storage::activate_storage($cfg, $storagename);
|
PVE::Storage::activate_storage($cfg, $storagename);
|
||||||
|
PVE::Storage::deactivate_storage($cfg, $storagename);
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
$count++;
|
$count++;
|
||||||
|
|||||||
Reference in New Issue
Block a user