[pve-devel] [RFC_V3 pve-storage 6/8] This patch will include storage asynchronous replication.

Wolfgang Link w.link at proxmox.com
Sun May 7 20:13:15 CEST 2017


> Dietmar Maurer <dietmar at proxmox.com> hat am 5. Mai 2017 um 16:29 geschrieben:
> 
> 
> Just noticed that this series introduces cyclic package dependency.
> 
> qemu-server => pve-storage => qemu-server
> pve-container => pve-storage => pve-container
I think the manager package is quiet big.
May be it makes more sense to make an separate package?
> 
> 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;

Best Regards,
 
Wolfgang Link
 
w.link at proxmox.com
http://www.proxmox.com

 ____________________________________________________________________
Proxmox Server Solutions GmbH
Kohlgasse 51/10, 1050 Vienna, Austria
Commercial register no.: FN 258879 f
Registration office: Handelsgericht Wien




More information about the pve-devel mailing list