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
3a2ee4a9
Commit
3a2ee4a9
authored
9 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
CASTOR-5083 Remove hardcoded "castorns" from send2nsd.c
Fixed.
parent
a440b44f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mediachanger/castorrmc/common/serror.c
+1
-0
1 addition, 0 deletions
mediachanger/castorrmc/common/serror.c
mediachanger/castorrmc/h/serrno.h
+2
-1
2 additions, 1 deletion
mediachanger/castorrmc/h/serrno.h
mediachanger/castorrmc/h/serrno.man
+4
-0
4 additions, 0 deletions
mediachanger/castorrmc/h/serrno.man
with
7 additions
and
1 deletion
mediachanger/castorrmc/common/serror.c
+
1
−
0
View file @
3a2ee4a9
...
...
@@ -202,6 +202,7 @@ const char *sys_nserrlist[ENSMAXERR-ENSBASEOFF+2] =
"File class does not allow a copy on tape"
,
"Too many copies on tape"
,
"Cannot overwrite valid segment when replacing"
,
"CNS HOST not set"
,
"BAD ERROR NUMBER"
};
...
...
This diff is collapsed.
Click to expand it.
mediachanger/castorrmc/h/serrno.h
+
2
−
1
View file @
3a2ee4a9
...
...
@@ -216,7 +216,8 @@
#define ENSCLASSNOSEGS ENSBASEOFF+5
/* File class does not allow a copy on tape */
#define ENSTOOMANYSEGS ENSBASEOFF+6
/* Too many copies on tape */
#define ENSOVERWHENREP ENSBASEOFF+7
/* Cannot overwrite valid segment when replacing */
#define ENSMAXERR ENSBASEOFF+7
#define ENHOSTNOTSET ENSBASEOFF+8
/* CNS HOST not set */
#define ENSMAXERR ENSBASEOFF+8
/*
*------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
mediachanger/castorrmc/h/serrno.man
+
4
−
0
View file @
3a2ee4a9
...
...
@@ -502,6 +502,10 @@ The following error values are returned only by the name server package:
.TP
.B ENSTOOMANYSEGS
(1406) Too many copies on tape
.B ENSOVERWHENREP
(1407) Cannot overwrite valid segment when replacing
.B ENHOSTNOTSET
(1408) CNS HOST not set
.SH RFIO ERRORS
The following error values are returned only by the remote file I/O package:
...
...
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