]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - Documentation/kmsg/s390/tape
UBUNTU: SAUCE: s390: kernel message catalog
[mirror_ubuntu-zesty-kernel.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: "A cartridge is loaded in tape device %s, refusing to suspend\n"
42 * Severity: Error
43 * Parameter:
44 * @1: bus ID of the tape device
45 * Description:
46 * A request to suspend a tape device currently loaded with a cartridge is
47 * rejected.
48 * User action:
49 * Unload the tape device. Then try to suspend the system again.
50 */
51
52 /*?
53 * Text: "Tape device %s is busy, refusing to suspend\n"
54 * Severity: Error
55 * Parameter:
56 * @1: bus ID of the tape device
57 * Description:
58 * A request to suspend a tape device being currently in use is rejected.
59 * User action:
60 * Terminate applications performing tape operations
61 * and then try to suspend the system again.
62 */
63 /*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */