PVE::ReplicationTools - add missing "use PVE::INotify;"
This commit is contained in:
@ -5,6 +5,7 @@ use strict;
|
|||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
use JSON;
|
use JSON;
|
||||||
|
|
||||||
|
use PVE::INotify;
|
||||||
use PVE::Tools;
|
use PVE::Tools;
|
||||||
use PVE::Cluster;
|
use PVE::Cluster;
|
||||||
use PVE::QemuConfig;
|
use PVE::QemuConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user