- 27 Mar, 2014 2 commits
-
-
Steven Murray authored
This commit adds code to the tapeserverd daemon to register its drives with the vdqmd daemon. There is a problem with the code in that it fails to register two drives in the up state. This will be fixed later.
-
Sebastien Ponce authored
Added a constraint on MigrationJob.FileSize so that it cannot be <= 0. In particular, this makes sure that we do not try to migrate 0 size file
-
- 26 Mar, 2014 9 commits
-
-
Steven Murray authored
-
Daniele Kruse authored
-
Steven Murray authored
-
Daniele Kruse authored
-
Daniele Kruse authored
-
Steven Murray authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Steven Murray authored
With this commit tapeserverd connects to the vdqm using Cgethostbyname(). It is planned to replace this use of Cgethostbyname() by getAddrInfo().
-
- 25 Mar, 2014 5 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Eric found that the underlying C function getaddrinfo() is thread safe because of RFC 3493.
-
Steven Murray authored
-
Steven Murray authored
The getaddrinfo() function will be used instead of the inetPton() function, I am therefore removing inetPton() in order to reduce deadwood.
-
- 24 Mar, 2014 9 commits
-
-
Daniele Kruse authored
-
Steven Murray authored
This new overloaded version still needs to be implemented. It currently throws an exception.
-
Steven Murray authored
This version of connectToVdqm() is based on Cgethostbyname(). This is a temporary implementation. I would like that it is replaced by code based around getaddrinfo() which is both standard and thread-safe on linux and is therefore better than gethostbyname() whose rentrant cousin gethostbyname_r() is a GNU extension. According to the BSD manual pages, the getaddrinfo() function is a replacement for and provides more flexibility than gethostbyname(). I cannot find any information about the thread safety of getaddrinfo() on MAC.
-
Daniele Kruse authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 21 Mar, 2014 2 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
- 20 Mar, 2014 5 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
constraint violation errors
-
Giuseppe Lo Presti authored
-
Elvin Sindrilaru authored
Update the example configuration file of the XRootD manager node in order to support file checksum queries
-
- 19 Mar, 2014 8 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
constraint violation errors
-
Giuseppe Lo Presti authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Added explaination for a bare dynamic cast to reference, which is not to straightforward.
-