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

Dietmar Maurer dietmar at proxmox.com
Fri May 5 16:29:26 CEST 2017


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;




More information about the pve-devel mailing list