diff --git a/PVE/Storage/NFSPlugin.pm b/PVE/Storage/NFSPlugin.pm index 554823b..63e03d2 100644 --- a/PVE/Storage/NFSPlugin.pm +++ b/PVE/Storage/NFSPlugin.pm @@ -4,6 +4,7 @@ use strict; use warnings; use IO::File; use File::Path; +use PVE::Tools qw(run_command); use PVE::Storage::Plugin; use PVE::JSONSchema qw(get_standard_option);