Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
d92a2c96
Commit
d92a2c96
authored
10 years ago
by
Giuseppe Lo Presti
Browse files
Options
Downloads
Patches
Plain Diff
Preparing hotfix release 2.1.14-15-1
parent
cf79314f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes
+22
-1
22 additions, 1 deletion
ReleaseNotes
upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql
+0
-3
0 additions, 3 deletions
upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql
with
22 additions
and
4 deletions
ReleaseNotes
+
22
−
1
View file @
d92a2c96
...
...
@@ -97,7 +97,6 @@
CASTOR-3424: RFE: showqueues should report an error when failing to connect to vdqm
CASTOR-3411: Remove redundant RMC HOST configuration parameter
Package Changes
---------------
This release introduces a number of changes with respect to packaging. In particular:
...
...
@@ -279,6 +278,28 @@
to interact with a 2.1.14 disk server.
---------------
- 2.1.14-15-1 -
---------------
Summary
-------
This is an hot-fix release that fixes the following bugs:
CASTOR-4849: Issues with aborting when the same file is mentioned more than once
CASTOR-4858: Oracle no data found errors in checkNbReplicas
CASTOR-4863: Closure of transfer protocol not working
CASTOR-4865: Castor should not recreate segments for ARCHIVED tapes
Stager
------
The upgrade of the stager database to 2.1.14-15-1 can be performed online while the system is running.
Upgrade the STAGER database using the stager_2.1.14-15_to_2.1.14-15-1.sql script available from:
http://cern.ch/castor/DIST/CERN/savannah/CASTOR.pkg/2.1.14-*/2.1.14-15/dbupgrades.
-------------
- 2.1.14-15 -
-------------
...
...
This diff is collapsed.
Click to expand it.
upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql
+
0
−
3
View file @
d92a2c96
...
...
@@ -55,9 +55,6 @@ INSERT INTO UpgradeLog (schemaVersion, release, type)
VALUES
(
'2_1_14_2'
,
'2_1_14_15_1'
,
'TRANSPARENT'
);
COMMIT
;
/* Schema changes go here */
/**************************/
/* Update and revalidation of PL-SQL code */
/******************************************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment