Just noticed that this series introduces cyclic package dependency. qemu-server => pve-storage => qemu-server pve-container => pve-storage => pve-container
Any idea howto solve that? Maybe we should move that code to pve-manager instead? > +++ b/PVE/ReplicationTools.pm > @@ -0,0 +1,578 @@ > +package PVE::ReplicationTools; > + > +use warnings; > +use strict; > + > +use PVE::Tools qw(run_command); > +use PVE::Cluster; > +use PVE::QemuConfig; > +use PVE::LXC::Config; > +use PVE::LXC; > +use PVE::Storage; > +use Time::Local; _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel