[pve-devel] [PATCH pve-common] Added PVE::Network::tcp_ping to replace Net::Ping

2015-08-25 Thread Wolfgang Bumiller
We use Net::Ping twice in pve-storage (once for ISCSIPlugin and once in GlusterfsPlugin, both with the 'tcp' variant.), but Net::Ping doesn't support IPv6. --- src/PVE/Network.pm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm index

Re: [pve-devel] [PATCH pve-common] Added PVE::Network::tcp_ping to replace Net::Ping

2015-08-25 Thread Dietmar Maurer
you should not override the global alarm timer On 08/25/2015 11:10 AM, Wolfgang Bumiller wrote: We use Net::Ping twice in pve-storage (once for ISCSIPlugin and once in GlusterfsPlugin, both with the 'tcp' variant.), but Net::Ping doesn't support IPv6. --- src/PVE/Network.pm | 18