From 7b20386820f7953bea66e4af3b755ec4ab8848d1 Mon Sep 17 00:00:00 2001 From: Michael Davis <michael.davis@cern.ch> Date: Tue, 11 Feb 2020 14:53:24 +0100 Subject: [PATCH] Updates to Release Notes and cta.spec.in --- ReleaseNotes.md | 9 ++++++++- cta.spec.in | 10 ++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 100e978bbe..fa4aeac08e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,4 @@ -# v1.0-4 +# v1.1-0 ## Summary @@ -7,6 +7,7 @@ - cta-admin tapefile ls command: list the tape files located in a specific tape - New schema verification tool (cta-catalogue-schema-verify) - New tape statistic updater tool (cta-statistics-update) +- CTA Frontend has configurable maximum file size limit (cta.archivefile.max_size_gb), default 2TB - TODO : New features ? ### Modifications @@ -17,6 +18,9 @@ - UNIQUE CONSTRAINT on ARCHIVE_ROUTE (UNIQUE(STORAGE_CLASS_ID, TAPE_POOL_ID)) - Creation of an INDEX ARCHIVE_FILE_DFI_IDX on ARCHIVE_FILE(DISK_FILE_ID) - Added 3 columns to the TAPE table : NB_MASTER_FILES, MASTER_DATA_IN_BYTES, DIRTY +- Minor changes to cta-admin command syntax +- New configuration file for gRPC namespace endpoints so CTA can query EOS namespace +- Archive requests sent to hard-coded fail_on_closew_test storage class will always fail with an error ### Bug fixes @@ -25,6 +29,9 @@ ### Improvements - CASTOR-To-CTA migration improvements +- Better cta-admin parameter checking and column formatting +- cta-admin --json handles user errors from the Frontend by outputting an empty array [] on stdout and error message on stderr. Error code 1 is returned for protocol errors and code 2 is returned for user errors. +- CTA Frontend logs which FST sent the archive request ## Package changes diff --git a/cta.spec.in b/cta.spec.in index 3e0b2667a2..0579488ccf 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -458,11 +458,17 @@ Currently contains a helper for the client-ar script, which should be installed %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare %changelog -* Tue Feb 11 2020 julien.leduc (at) cern.ch - 1.0-4 +* Tue Feb 11 2020 julien.leduc (at) cern.ch - 1.1-0 - Upgrade the catalogue schema from version 1.0 to 1.1 before updating CTA components. - Added cta-admin tapefile ls command - Scheduler does not schedule a mount if a tape is disabled (unless for a Repack with the --disabledtape flag set) - Added a new schema verification tool (cta-catalogue-schema-verify) - Added a new tape statistic updater tool (cta-statistics-update) - Added backward-compatible Catalogue schema changes -- CASTOR-To-CTA migration improvements \ No newline at end of file +- CASTOR-To-CTA migration improvements +- Various changes and improvements to cta-admin tool +- CTA Frontend has configurable maximum file size limit (cta.archivefile.max_size_gb), default 2TB +- CTA Frontend logs which FST sent the archive request +- New configuration file for gRPC namespace endpoints so CTA can query EOS namespace +- Archive requests sent to hard-coded fail_on_closew_test storage class will always fail with an error + -- GitLab