Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / Documentation / kmsg / s390 / tape
1 /*?
2  * Text: "%s: A tape unit was detached while in use\n"
3  * Severity: Warning
4  * Parameter:
5  *   @1: bus ID of the tape device
6  * Description:
7  * A tape unit has been detached from the I/O configuration while a tape
8  * was being accessed. This typically results in I/O error messages and
9  * potentially in damaged data on the tape.
10  * User action:
11  * Check the output of the application that accesses the tape device.
12  * If this problem occurred during a write-type operation, consider repeating
13  * the operation after bringing the tape device back online.
14  */
15
16 /*?
17  * Text: "%s: A tape cartridge has been mounted\n"
18  * Severity: Informational
19  * Parameter:
20  *   @1: bus ID of the tape device
21  * Description:
22  * A tape cartridge has been inserted into the tape unit. The tape in the
23  * tape unit is ready to be accessed.
24  * User action:
25  * None.
26  */
27
28 /*?
29  * Text: "%s: The tape cartridge has been successfully unloaded\n"
30  * Severity: Informational
31  * Parameter:
32  *   @1: bus ID of the tape device
33  * Description:
34  * The tape cartridge has been unloaded from the tape unit. Insert a tape
35  * cartridge before accessing the tape device.
36  * User action:
37  * None.
38  */
39
40 /*?
41  * Text: "%s: Determining the size of the recorded area...\n"
42  * Severity: Informational
43  * Parameter:
44  *   @1: bus ID of the tape device
45  * Description:
46  * The tape block device driver is currently determining the size of the
47  * recorded area on the tape medium. This operation typically takes a
48  * few minutes.
49  * User action:
50  * Wait until the size is shown in a completion message.
51  */
52
53 /*?
54  * Text: "%s: Opening the tape failed because of missing end-of-file marks\n"
55  * Severity: Warning
56  * Parameter:
57  *   @1: bus ID of the tape device
58  * Description:
59  * The tape block device driver requires end-of-file marks at the end of
60  * the recorded area on a tape. If the tape device was to be opened in
61  * response to a mount command, the mount command will fail.
62  * User action:
63  * Insert a tape cartridge that has been prepared for use with the tape
64  * block device driver and try the operation again.
65  */
66
67 /*?
68  * Text: "%s: The size of the recorded area is %i blocks\n"
69  * Severity: Informational
70  * Parameter:
71  *   @1: bus ID of the tape device
72  *   @2: number of blocks
73  * Description:
74  * The tape block device driver has successfully determined the size of the
75  * recorded area on the tape medium. The tape device can now be used as
76  * a block device. See the mount(8) man page for details on how to access
77  * block devices.
78  * User action:
79  * None.
80  */
81
82 /*?
83  * Text: "A cartridge is loaded in tape device %s, refusing to suspend\n"
84  * Severity: Error
85  * Parameter:
86  *   @1: bus ID of the tape device
87  * Description:
88  * A request to suspend a tape device currently loaded with a cartridge is
89  * rejected.
90  * User action:
91  * Unload the tape device. Then try to suspend the system again.
92  */
93
94 /*?
95  * Text: "Tape device %s is busy, refusing to suspend\n"
96  * Severity: Error
97  * Parameter:
98  *   @1: bus ID of the tape device
99  * Description:
100  * A request to suspend a tape device being currently in use is rejected.
101  * User action:
102  * Terminate applications performing tape operations
103  * and then try to suspend the system again.
104  */