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
7fb9452f
Commit
7fb9452f
authored
18 years ago
by
Sebastien Ponce
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added new error code SegmentNotAccessible
parent
436c5655
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 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
with
3 additions
and
1 deletion
mediachanger/castorrmc/common/serror.c
+
1
−
0
View file @
7fb9452f
...
...
@@ -262,6 +262,7 @@ char *sys_sterrlist[ESTMAXERR-ESTBASEOFF+2] =
"Request killed"
,
"Request too long (socket buffer size)"
,
"Stage configuration error"
,
"Required tape segments are not all accessible"
,
"BAD ERROR NUMBER"
};
...
...
This diff is collapsed.
Click to expand it.
mediachanger/castorrmc/h/serrno.h
+
2
−
1
View file @
7fb9452f
...
...
@@ -269,7 +269,8 @@
#define ESTKILLED ESTBASEOFF+13
/* aborted by kill */
#define ESTMEM ESTBASEOFF+14
/* request too long (api) */
#define ESTCONF ESTBASEOFF+15
/* Stage configuration error */
#define ESTMAXERR ESTBASEOFF+15
#define ESTSEGNOACC ESTBASEOFF+16
/* Required tape segments are not all accessible */
#define ESTMAXERR ESTBASEOFF+16
/*
*------------------------------------------------------------------------
...
...
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