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
6a306873
Commit
6a306873
authored
10 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Added som enew RMC error codes."
This reverts commit
91b50167
. Conflicts: common/serror.c h/serrno.h
parent
ec62bca3
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
mediachanger/castorrmc/common/serror.c
+0
-4
0 additions, 4 deletions
mediachanger/castorrmc/common/serror.c
mediachanger/castorrmc/h/serrno.h
+1
-6
1 addition, 6 deletions
mediachanger/castorrmc/h/serrno.h
with
1 addition
and
10 deletions
mediachanger/castorrmc/common/serror.c
+
0
−
4
View file @
6a306873
...
...
@@ -430,10 +430,6 @@ const char *sys_rmerrlist[ERMMAXERR-ERMBASEOFF+2] =
"Remote SCSI media changer error (ops message + retry)"
,
"Remote SCSI media changer error (ops message + wait)"
,
"Remote SCSI media changer error (unload + demount)"
,
"Unknown drive-loader type"
,
"VID is too long"
,
"Failed to parse RMC host"
,
"Failed to parse ACS drive id"
,
"BAD ERROR NUMBER"
};
...
...
This diff is collapsed.
Click to expand it.
mediachanger/castorrmc/h/serrno.h
+
1
−
6
View file @
6a306873
...
...
@@ -425,12 +425,7 @@
#define ERMCOMSGS ERMCRBTERR+7
/* Remote SCSI media changer error (ops message + retry) */
#define ERMCOMSGR ERMCRBTERR+8
/* Remote SCSI media changer error (ops message + wait) */
#define ERMCUNLOAD ERMCRBTERR+9
/* Remote SCSI media changer error (unload + demount) */
#define ERMCUKNLDRTYPE ERMBASEOFF+12
/* Unknown drive-loader type */
#define ERMCVIDTOOLONG ERMBASEOFF+13
/* VID is too long */
#define ERMCPARSERMCHOST ERMBASEOFF+14
/* Failed to parse RMC host */
#define ERMCPARSEACSDRV ERMBASEOFF+15
/* Failed to parse ACS drive id */
#define ERMMAXERR ERMBASEOFF+15
#define ERMMAXERR ERMBASEOFF+11
/*
*------------------------------------------------------------------------
...
...
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