mirror of
https://github.com/nix-community/hpe-ltfs.git
synced 2025-12-23 05:55:13 +00:00
65 lines
3.1 KiB
Plaintext
65 lines
3.1 KiB
Plaintext
//
|
|
// %Z% %I% %W% %G% %U%
|
|
//
|
|
// ZZ_Copyright_BEGIN
|
|
//
|
|
//
|
|
// Licensed Materials - Property of IBM
|
|
//
|
|
// IBM Linear Tape File System Single Drive Edition Version 2.2.0.2 for Linux and Mac OS X
|
|
//
|
|
// Copyright IBM Corp. 2010, 2014
|
|
//
|
|
// This file is part of the IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X
|
|
// (formally known as IBM Linear Tape File System)
|
|
//
|
|
// The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is free software;
|
|
// you can redistribute it and/or modify it under the terms of the GNU Lesser
|
|
// General Public License as published by the Free Software Foundation,
|
|
// version 2.1 of the License.
|
|
//
|
|
// The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is distributed in the
|
|
// hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
// See the GNU Lesser General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
// License along with this library; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
// or download the license from <http://www.gnu.org/licenses/>.
|
|
//
|
|
//
|
|
// ZZ_Copyright_END
|
|
//
|
|
|
|
// Messages for the unified scheduler.
|
|
// This backend shares IDs 13000-13999 with other schedulers and the scheduler
|
|
// interface functions, so be sure to make a note in messages/ltfs/root.txt whenever an
|
|
// ID is allocated here.
|
|
root:table {
|
|
messages:table {
|
|
start_id:int { 13005 }
|
|
end_id:int { 13499 }
|
|
|
|
13005E:string { "Cannot initialize scheduler: failed to initialize cache manager" }
|
|
13006E:string { "Cannot initialize scheduler: failed to initialize mutex %s (%d)" }
|
|
13007E:string { "Cannot initialize scheduler: failed to initialize condition variable %s (%d)" }
|
|
13008E:string { "Cannot initialize scheduler: failed to create thread %s (%d)" }
|
|
13009E:string { "Failed to initialize mutex in scheduler private data (%d)" }
|
|
13010E:string { "Cannot write: failed to allocate scheduler private data (%d)" }
|
|
13011E:string { "Invalid back pointer to the dentry in the dentry_priv structure" }
|
|
13012E:string { "Invalid request_state received when updating the queue membership (%d)" }
|
|
13013W:string { "Index partition writer: failed to write data to the tape (%d)" }
|
|
13014W:string { "Data partition writer: failed to write data to the tape (%d)" }
|
|
13015D:string { "Unified I/O scheduler initialized" }
|
|
13016D:string { "Unified I/O scheduler uninitialized" }
|
|
13017E:string { "Cannot write: failed to allocate a cache block (%d)" }
|
|
13018E:string { "Cannot write: failed to allocate a write request" }
|
|
13019E:string { "Cannot flush: failed to write to data partition (%d)" }
|
|
13020E:string { "Aborting full flush: flushing dentry '%s' failed (%d)" }
|
|
13021W:string { "Failed to save index partition extents for a dentry (%d)" }
|
|
13022W:string { "Freeing a dentry priv with outstanding write requests. This is a bug." }
|
|
//unused 13023W:string { "Failed to copy a request: will stop writing file to the index partition" }
|
|
}
|
|
}
|