Enstore

- Read more about Enstore
- Log in to post comments
If you have something like this in your PoolManager config:
psu create unit -net 0.0.0.0/0.0.0.0
psu addto ugroup world-net 0.0.0.0/0.0.0.0
You may need to add this:
psu create unit -net ::/0
psu addto ugroup world-net ::/0
after updating globus-ftp-client from v8.19 to v8.21 FTS3 transfers to IPv6-only site failed.
This was caused by the gridftp-transfers not being initiated in EPSV - which supports IPv6 - but falling back to passive mode PASV without IPv6 support. The behavior can be reproduced by up/downgrading the globus-ftp-client between v8.19 and v8.21.
Explicitly exporting globus parameters for enabling IPv6 in globus into the FTS environment, e.g.,
GLOBUS_IO_IPV6=true
GLOBUS_FTP_CLIENT_IPV6=true
did not improve the behaviour.
Related tickets are
Updated to version 2.10 which is fully compliant.