From 618a3aeeb9bfc3d654a705c848105b7f315755fe Mon Sep 17 00:00:00 2001 From: Cedric Caffy <cedric.caffy@cern.ch> Date: Fri, 26 Feb 2021 12:18:18 +0100 Subject: [PATCH] Updated ReleaseNotes and cta.spec.in for CTA#926 and CTA#669 --- ReleaseNotes.md | 2 ++ cta.spec.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e9742811aa..285e4d8210 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,10 +7,12 @@ - Upgraded EOS to 4.8.39 - Upgraded eos-xrootd to 4.12.7 - cta/CTA#966 Unable to distinguish empty and wrong tape pool +- cta/CTA#926 Improve MigrationReportPacker::ReportSkipped::execute() exception message ### Bug fixes - cta/CTA#930 Batched the queueing and the deleting of the repack subrequests +- cta/CTA#669 cta-taped now display the correct error message when the drive device does not exist # v4.0-1 diff --git a/cta.spec.in b/cta.spec.in index 37197dd310..027873d6cb 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -496,6 +496,8 @@ Currently contains a helper for the client-ar script, which should be installed - Upgraded eos-xrootd to 4.12.7 - cta/CTA#966 Unable to distinguish empty and wrong tape pool - cta/CTA#930 Batched the queueing and the deleting of the repack subrequests +- cta/CTA#926 Improve MigrationReportPacker::ReportSkipped::execute() exception message +- cta/CTA#669 cta-taped now display the correct error message when the drive device does not exist * Fri Feb 05 2021 julien.leduc (at) cern.ch - 4.0-1 - cta/CTA#964 Adds failure log messages to processCLOSEW in CTA Frontend - When the operator submits a tape to repack, a check is done about the tape state before queueing the repack request to ensure it can be repacked -- GitLab