- Sep 08, 2017
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
MGM: Clear any previous error message if we manage to find a group where to move the requested filesystem
-
Elvin Alin Sindrilaru authored
-
- Sep 07, 2017
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
- Sep 06, 2017
-
-
Jozsef Makai authored
-
Jozsef Makai authored
-
Jozsef Makai authored
-
Elvin Alin Sindrilaru authored
requesting blockchecksum for replica files.
-
Elvin Alin Sindrilaru authored
properly populated and we try to access a location beyond the size of the vector which leads to undefined behaviour.
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
- use correct group size rather than number of groups in the system when trying to cycle through the file systems in a group - avoid selecting all the time the last source_fs from a group as a candidate for the drain - when looking for file systems in drain mode - remove useless while (1) loop - fix formatting, clean whitespaces
-
- Sep 05, 2017
-
-
Georgios Bitzes authored
This one is not serious, anyway - gZeroVid doesn't change after initialization, and is the same across both definitions.
-
- Sep 04, 2017
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
then use the latest autosave file as the new default.eoscf. Fixes EOS-1893 This could happen when the MGM crashed just after saving the autosave file.
-
Elvin Alin Sindrilaru authored
-
Georgios Bitzes authored
First: ==8584==ERROR: AddressSanitizer: odr-violation (0x7fc01aa5e960): [1] size=392 'eos::common::Logging::gZeroVid' /afs/cern.ch/user/g/gbitzes/dev/eos/common/Logging.cc:30:35 [2] size=392 'eos::common::Logging::gZeroVid' /afs/cern.ch/user/g/gbitzes/dev/eos/common/Logging.cc:30:35 These globals were registered at these points: [1]: #0 0x435b00 (/home/gbitzes/xrootd/build-asan-clang/install/bin/xrootd+0x435b00) #1 0x7fc01a84d07b (/lib64/libEosPluginManager.so.4+0xc07b) [2]: #0 0x435b00 (/home/gbitzes/xrootd/build-asan-clang/install/bin/xrootd+0x435b00) #1 0x7fc0187bbaab (/lib64/libXrdMqClient.so.4+0xa4aab) Second: ==26564==ERROR: AddressSanitizer: odr-violation (0x7fb747912e80): [1] size=40 'XrdMqClient::Mutex' /afs/cern.ch/user/g/gbitzes/dev/eos/mq/XrdMqClient.cc:41:26 [2] size=40 'XrdMqClient::Mutex' /afs/cern.ch/user/g/gbitzes/dev/eos/mq/XrdMqClient.cc:41:26 These globals were registered at these points: [1]: #0 0x435b00 (/home/gbitzes/xrootd/build-asan-clang/install/bin/xrootd+0x435b00) #1 0x7fb74733ffab (/lib64/libXrdEosMgm.so+0xb3bfab) [2]: #0 0x435b00 (/home/gbitzes/xrootd/build-asan-clang/install/bin/xrootd+0x435b00) #1 0x7fb743f37bcb (/lib64/libXrdMqClient.so.4+0x2ebcb)
-
Georgios Bitzes authored
warning: In the GNU C Library, "makedev" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. To use "makedev", include <sys/sysmacros.h> directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including <sys/types.h>. [-Wpragma-messages] if (makedev(major, minor) != dev) { ^
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
-
Georgios Bitzes authored
-
- Sep 01, 2017
-
-
Andrea Manzi authored
Contributed by Ivan Arizanović (Comtrade)
-
Georgios Bitzes authored
-
Jozsef Makai authored
-
Georgios Bitzes authored
-
Andrea Manzi authored
-
- Aug 31, 2017
-
-
Andrea Manzi authored
Contributed by Ivan Arizanović (Comtrade)
-
- Aug 30, 2017
-
-
Jozsef Makai authored
-
Jozsef Makai authored
-
Jozsef Makai authored
-
- Aug 28, 2017
-
-
Jozsef Makai authored
-
Elvin Alin Sindrilaru authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
The RPM publishing step has been failing for a few days. Joszeph: pls fix? :)
-
Elvin Alin Sindrilaru authored
This happens since th check for the existance of the file and actually getting the file md record is not atomic. The code assumes that the file md record can not be null - which is not the case.
-
- Aug 25, 2017
-
-
Herve Rousseau authored
-
Andrea Manzi authored
-
Elvin Alin Sindrilaru authored
Conflicts: doc/releases.rst fst/io/XrdIo.cc mgm/XrdMgmOfs/Mkdir.cc mgm/XrdMgmOfs/Remdir.cc
-
Elvin Alin Sindrilaru authored
FST: Clean up blocks used for prefetching also when prefetching is disabled while transferring. Fixes EOS-1976
-