Skip to content
Snippets Groups Projects
Commit ae919358 authored by Steven Murray's avatar Steven Murray
Browse files

Added the ability to force dismount a tape using the generic interface

To forcefully dismount a tape means to rewind and eject the tape
where necessary.  This modification adds the ability to force dismount
to the MediaChangerFacade and the CASTOR acsd daemon.
parent 5f728b46
Branches
Tags
No related merge requests found
......@@ -341,6 +341,7 @@ const char *sys_terrlist[ETMAXERR-ETBASEOFF+2] =
"Failed to mount volume",
"Failed to dismount volume",
"Failed to query volume",
"Failed to force dismount volume",
"BAD ERROR NUMBER"
};
......
......@@ -351,7 +351,8 @@
#define ETMOUNTFAILED ETBASEOFF+41 /* Failed to mount volume */
#define ETDISMOUNTFAILED ETBASEOFF+42 /* Failed to dismount volume */
#define ETQUERYVOLFAILED ETBASEOFF+43 /* Failed to query volume */
#define ETMAXERR ETBASEOFF+43
#define ETFDISMOUNTFAILED ETBASEOFF+44 /* Failed to force dismount volume */
#define ETMAXERR ETBASEOFF+44
/*
*------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment