ZFS.po revision ea8dc4b6d2251b437950c0056bc626b311c73c27
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#ident "%Z%%M% %I% %E% SMI"
#
# DO NOT EDIT -- this file is generated by the Event Registry.
#
#
# code: ZFS-8000-14
# keys: ereport.fs.zfs.pool.corrupt_cache
#
msgid "ZFS-8000-14.type"
msgstr "Error"
msgid "ZFS-8000-14.severity"
msgstr "Critical"
msgid "ZFS-8000-14.description"
msgstr "The ZFS cache file is corrupted Refer to %s for more information."
msgid "ZFS-8000-14.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-14.impact"
msgstr "ZFS filesystems are not available"
msgid "ZFS-8000-14.action"
msgstr "\nTo determine which pools are availabe for import, run the 'zpool status'\ncommand:\n\n\n# zpool import\n pool: test\n id: 12743384782310107047\n state: ONLINE\naction: The pool can be imported using its name or numeric identifier.\nconfig:\n\n test ONLINE\n c0t0d0 ONLINE\n#\n\n\nThis will automatically scan /dev/dsk for any devices\npart of a pool. If you previously had storage pools with devices in a\ndifferent directory, us the '-d' option to 'zpool import' to scan alternate\nlocations.\n\nOnce you have determined which pools are available for import, you can\nimport the pool explicitly by specifying the name or numeric identifier:\n\n\n# zpool import test\n#\n\n\nAlternately, you can import all available pools by specifying the '-a'\noption. Once a pool has been imported, the ZFS cache will be repaired so\nthat the pool will appear normally in the future.\n "
#
# code: ZFS-8000-2Q
# keys: ereport.fs.zfs.device.missing_r
#
msgid "ZFS-8000-2Q.type"
msgstr "Error"
msgid "ZFS-8000-2Q.severity"
msgstr "Major"
msgid "ZFS-8000-2Q.description"
msgstr "A device in a replicated configuration could not be\n opened. Refer to %s for more information."
msgid "ZFS-8000-2Q.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-2Q.impact"
msgstr "The pool is no longer providing the configured level of\n replication."
msgid "ZFS-8000-2Q.action"
msgstr "\nIf this error was encountered while running 'zpool import', please see the\nsection below. Otherwise, run 'zpool status -x' to determine which pool has\nexperienced a failure:\n\n\n# zpool status -x\n pool: test\n state: DEGRADED\nstatus: One or more devices could not be opened. Sufficient replicas exist for\n the pool to continue functioning in a degraded state.\naction: Attach the missing device and online it using 'zpool online'.\n see: http://www.sun.com/msg/ZFS-8000-2Q\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test DEGRADED 0 0 0\n mirror DEGRADED 0 0 0\n c0t0d0 ONLINE 0 0 0\n c0t0d1 FAULTED 0 0 0 cannot open\n#\n\n\nDetermine which device failed to open by looking for a FAULTED device with\nan additional \"cannot open\" message. If this device has been inadvertently\nremoved from the system, attach the device and bring it online with 'zpool\nonline':\n\n\n# zpool online test c0t0d1\nBringing device 'c0t0d1' online\n#\n\n\nIf the device is no longer available, the device can be replaced using the\n'zpool replace' command:\n\n\n# zpool replace test c0t0d1 c0t0d2\n#\n\n\nExisting data will be resilvered to the new device. Once the resilvering\ncompletes, the device will be removed from the pool.\n\n\nIf this error is encountered during a 'zpool import', it means that one of\nthe devices is not attached to the system:\n\n\n# zpool import\n pool: test\n id: 10121266328238932306\n state: DEGRADED\nstatus: One or more devices are missing from the system.\naction: The pool can be imported despite missing or damaged devices. The\n fault tolerance of the pool may be compromised if imported.\n see: http://www.sun.com/msg/ZFS-8000-2Q\nconfig:\n\n test DEGRADED\n mirror DEGRADED\n c0t0d0 ONLINE\n c0t0d1 FAULTED cannot open\n\n\nUnlike when the pool is active on the system, the device cannot be replaced\nwhile the pool is exported. If the device can be attached to the system,\nattach the device and run 'zpool import' again.\n\nAlternatively, the pool can be imported as-is, though it will be placed in\nthe DEGRADED state due to a missing device. Once the pool has been\nimported, the missing device can be replaced as described above.\n "
#
# code: ZFS-8000-3C
# keys: ereport.fs.zfs.device.missing_nr
#
msgid "ZFS-8000-3C.type"
msgstr "Error"
msgid "ZFS-8000-3C.severity"
msgstr "Critical"
msgid "ZFS-8000-3C.description"
msgstr "A device could not be opened and no replicas are available. Refer to %s for more information."
msgid "ZFS-8000-3C.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-3C.impact"
msgstr "The pool is no longer available"
msgid "ZFS-8000-3C.action"
msgstr "\nIf this error was encountered while running 'zpool import', please see the\nsection below. Otherwise, run 'zpool status -x' to determine which pool\nhas experienced a failure:\n\n\n# zpool status -x\n pool: test\n state: FAULTED\nstatus: One or more devices could not be opened. There are insufficient\n replicas for the pool to continue functioning.\naction: Attach the missing device and online it using 'zpool online'.\n see: http://www.sun.com/msg/ZFS-8000-3C\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test FAULTED 0 0 0 insufficient replicas\n c0t0d0 ONLINE 0 0 0\n c0t0d1 FAULTED 0 0 0 cannot open\n#\n\n\nAttach the device to the system and run 'zpool status' again. The pool\nshould automatically detect the newly attached device and resume\nfunctioning. You may have to mount the filesystems in the pool explicitly\nusing 'zfs mount'.\n\nIf the device is no longer available and cannot be reattached to the system,\nthen the pool must be destroyed and re-created from a backup source.\n\n\nIf this error is encountered during a 'zpool import', it means that one of\nthe devices is not attached to the system:\n\n\n# zpool import\n pool: test\n id: 10121266328238932306\n state: FAULTED\nstatus: One or more devices are missing from the system.\naction: The pool cannot be imported. Attach the missing devices and\n try again.\n see: http://www.sun.com/msg/ZFS-8000-3C\nconfig:\n\n test FAULTED insufficient replicas\n c0t0d0 ONLINE\n c0t0d1 FAULTED cannot open\n\n\nThe pool cannot be imported until the missing device is attached to the\nsystem. If the device has been made available in an alternate location, you\ncan use the '-d' option to 'zpool import' to search for devices in a\ndifferent directory.\n "
#
# code: ZFS-8000-4J
# keys: ereport.fs.zfs.device.corrupt_label_r
#
msgid "ZFS-8000-4J.type"
msgstr "Error"
msgid "ZFS-8000-4J.severity"
msgstr "Major"
msgid "ZFS-8000-4J.description"
msgstr "A device could not be opened due to a missing or invalid\n device label. Refer to %s for more information."
msgid "ZFS-8000-4J.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-4J.impact"
msgstr "The pool is no longer providing the configured level of\n replication."
msgid "ZFS-8000-4J.action"
msgstr "\nIf this error is encountered while running 'zpool import', see the section\nbelow. Otherwise, run 'zpool status -x' to determine which pool has the\ndamaged device:\n\n\n# zpool status -x\n pool: test\n state: DEGRADED\nstatus: One or more devices could not be used because the label is missing or\n invalid. Sufficient replicas exist for the pool to continue\n functioning in a degraded state.\naction: Replace the device using 'zpool replace'.\n see: http://www.sun.com/msg/ZFS-8000-4J\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test DEGRADED 0 0 0\n mirror DEGRADED 0 0 0\n c0t0d0 ONLINE 0 0 0\n c0t0d1 FAULTED 0 0 0 corrupted data\n\n\nDetermine which device is damaged by locating the FAULTED device showing\n\"corrupted data\". This indicates that the device label was corrupt. Because\nZFS could not identify the device as the one expected, no automatic resilvering\nwill take place.\n\nThe device can be resilvered by issuing 'zpool replace':\n\n\n# zpool replace test c0t0d1\n\n\nThis will replace the device in situ. To replace the device with another,\ndifferent, device, run 'zpool replace' with an additional argument specifying\nthe new device:\n\n\n# zpool replace test c0t0d1 c0t0d2\n\n\nZFS will being migrating data to the new device as soon as the replace is\nissued. Once the resilvering completes, the original device (if different from\nthe replacement) will be removed, and the pool will be restored to the ONLINE\nstate.\n\n\nIf this error is encountered while running 'zpool import', the pool can be still\nbe imported despite the failure:\n\n\n# zpool import\n pool: test\n id: 5187963178597328409\n state: DEGRADED\nstatus: One or more devices contains corrupted data. The fault tolerance of\n the pool may be compromised if imported.\naction: The pool can be imported using its name or numeric identifier.\n see: http://www.sun.com/msg/ZFS-8000-4J\nconfig:\n\n test DEGRADED\n mirror DEGRADED\n /disk/a ONLINE\n /disk/b FAULTED corrupted data\n\n\nTo import the pool, run 'zpool import':\n\n\n# zpool import test\n\n\nOnce the pool has been imported, the damaged device can be replaced according to\nthe above procedure.\n "
#
# code: ZFS-8000-5E
# keys: ereport.fs.zfs.device.corrupt_label_nr
#
msgid "ZFS-8000-5E.type"
msgstr "Error"
msgid "ZFS-8000-5E.severity"
msgstr "Critical"
msgid "ZFS-8000-5E.description"
msgstr "A device could not be opened due to a missing or invalid\n device label and no replicas are available. Refer to %s for more information."
msgid "ZFS-8000-5E.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-5E.impact"
msgstr "The pool is no longer available"
msgid "ZFS-8000-5E.action"
msgstr "\nIf this error is encountered during 'zpool import', see the section below.\nOtherwise, run 'zpool status -x' to determine which pool is faulted:\n\n\n# zpool status -x\n pool: test\n state: FAULTED\nstatus: One or more devices could not be used because the the label is missing \n or invalid. There are insufficient replicas for the pool to continue\n functioning.\naction: Destroy and re-create the pool from a backup source.\n see: http://www.sun.com/msg/ZFS-8000-5E\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test FAULTED 0 0 0 insufficient replicas\n c0t0d0 FAULTED 0 0 0 corrupted data\n c0t0d1 ONLINE 0 0 0\n\n\nThe device listed as FAULTED with \"corrupted data\" cannot be opened due to a\ncorrupt label. ZFS will be unable to use the pool, and all data within the pool\nis irrevocably lost. The pool must be destroyed and recreated from an\nappropriate backup source. Using replicated configurations will prevent this\nfrom happening in the future.\n\n\nIf this error is enountered during 'zpool import', the action is the same. The\npool cannot be imported - all data is lost and must be restored from an\nappropriate backup source.\n "
#
# code: ZFS-8000-6X
# keys: ereport.fs.zfs.pool.bad_guid_sum
#
msgid "ZFS-8000-6X.type"
msgstr "Error"
msgid "ZFS-8000-6X.severity"
msgstr "Critical"
msgid "ZFS-8000-6X.description"
msgstr "One or more top level devices are missing. Refer to %s for more information."
msgid "ZFS-8000-6X.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-6X.impact"
msgstr "The pool cannot be imported"
msgid "ZFS-8000-6X.action"
msgstr "\nRun 'zpool import' to list which pool cannot be imported:\n\n\n# zpool import\n pool: test\n id: 13783646421373024673\n state: FAULTED\nstatus: One or more devices are missing from the system.\naction: The pool cannot be imported. Attach the missing\n devices and try again.\n see: http://www.sun.com/msg/ZFS-8000-6X\nconfig:\n\n test FAULTED missing device\n c0t0d0 ONLINE\n\n Additional devices are known to be part of this pool, though their\n exact configuration cannot be determined.\n\n\nZFS attempts to store enough configuration data on the devices such that the\nconfiguration is recoverable from any subset of devices. In some cases,\nparticularly when an entire toplevel virtual device is not attached to the\nsystem, ZFS will be unable to determine the complete configuration. It will\nalways detect that these devices are missing, even if it cannot identify all of\nthe devices.\n\nThe unknown missing devices must be attached to the system, at which point\n'zpool import' can be used to import the pool.\n "
#
# code: ZFS-8000-72
# keys: ereport.fs.zfs.pool.corrupt_pool
#
msgid "ZFS-8000-72.type"
msgstr "Error"
msgid "ZFS-8000-72.severity"
msgstr "Critical"
msgid "ZFS-8000-72.description"
msgstr "The metadata required to open the pool is corrupt. Refer to %s for more information."
msgid "ZFS-8000-72.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-72.impact"
msgstr "The pool is no longer available"
msgid "ZFS-8000-72.action"
msgstr "\nIf this error is encountered during 'zpool import', see the section below.\nOtherwise, run 'zpool status -x' to determine which pool is faulted:\n\n\n# zpool status -x\n# zpool import\n pool: test\n id: 13783646421373024673\n state: FAULTED\nstatus: The pool metadata is corrupted and cannot be opened.\naction: Destroy the pool and restore from backup.\n see: http://www.sun.com/msg/ZFS-8000-72\nconfig:\n\n test FAULTED corrupted data\n c0t0d0 ONLINE\n c0t0d1 ONLINE\n\n\nEven though all the devices are available, the on-disk data has been corrupted\nsuch that the pool cannot be opened. All data within the pool is lost, and the\npool must be destroyed and restored from an appropriate backup source.\n\n\nIf this error is encountered during 'zpool import', the pool is unrecoverable\nand cannot be imported. The pool must be restored from an appropriate backup\nsource.\n "
#
# code: ZFS-8000-8A
# keys: ereport.fs.zfs.object.corrupt_data
#
msgid "ZFS-8000-8A.type"
msgstr "Error"
msgid "ZFS-8000-8A.severity"
msgstr "Critical"
msgid "ZFS-8000-8A.description"
msgstr "A file or directory could not be read due to corrupt data. Refer to %s for more information."
msgid "ZFS-8000-8A.response"
msgstr "No automated response will be taken."
msgid "ZFS-8000-8A.impact"
msgstr "The file or directory is unavailable."
msgid "ZFS-8000-8A.action"
msgstr "\nRun 'zpool status -x' to determine which pool is damaged:\n\n\n# zpool status -x\n pool: test\n state: ONLINE\nstatus: One or more devices has experienced an error and no valid replicas\n are available. Some filesystem data is corrupt, and applications\n may have been affected.\naction: Destroy the pool and restore from backup.\n see: http://www.sun.com/msg/ZFS-8000-8A\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test ONLINE 0 0 2\n c0t0d0 ONLINE 0 0 2\n c0t0d1 ONLINE 0 0 0\n\n\nUnfrotunately, the data cannot be repaired, and the only choice to repair the\ndata is to restore the pool from backup. Applications attempting to access the\ncorrupted data will get an error (EIO), and data may be permanently lost.\n "
#
# code: ZFS-8000-9P
# keys: ereport.fs.zfs.device.failing
#
msgid "ZFS-8000-9P.type"
msgstr "Error"
msgid "ZFS-8000-9P.severity"
msgstr "Minor"
msgid "ZFS-8000-9P.description"
msgstr "A device has experienced uncorrectable errors in a\n replicated configuration. Refer to %s for more information."
msgid "ZFS-8000-9P.response"
msgstr "ZFS has attempted to repair the affected data."
msgid "ZFS-8000-9P.impact"
msgstr "The system is unaffected. The detected errors may\n indicate future failure."
msgid "ZFS-8000-9P.action"
msgstr "\nRun 'zpool status -x' to determine which pool has experienced errors:\n\n\n# zpool status\n pool: test\n state: ONLINE\nstatus: One or more devices has experienced an unrecoverable error. An\n attempt was made to correct the error. Applications are unaffected.\naction: Determine if the device needs to be replaced, and clear the errors\n using 'zpool online' or replace the device with 'zpool replace'.\n see: http://www.sun.com/msg/ZFS-8000-9P\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test ONLINE 0 0 0\n mirror ONLINE 0 0 0\n c0t0d0 ONLINE 0 0 2\n c0t0d1 ONLINE 0 0 0\n\n\nFind the device with a non-zero error count for READ, WRITE, or CKSUM. This\nindicates that the device has experienced a read I/O error, write I/O error, or\nchecksum validation error. Because the device is part of a mirror or RAID-Z\ndevice, ZFS was able to recover from the error and subsequently repair the\ndamaged data.\n\nThese error counts may or may not indicate that the device needs replacement.\nIt depends on how the errors were caused, which the administrator needs to\ndetermine. For example, the following cases will all produce errors that do not\nindicate potential device failure:\n\n\nA network attached device lost connectivity but has now\nrecovered\nA device suffered from a bit flip, and expected event over long\nperiods of time\nAn adminstrator accidentally wrote over a portion of the disk using\nanother program\n\n\nIn these cases, the presence of errors does not indicate that the device is\nlikely to fail in the future, and therefore does not need to be replaced. If\nthis is the case, then the device errors should be cleared using 'zpool online':\n\n\n# zpool online test c0t0d0\n\n\nOn the other hand, errors may very well indicate that the device has failed or\nis about to fail. If there are continual I/O errors to a device that is\notherwise attached and functioning on the system, it most likely needs to be\nreplaced. The administrator should check the system log for any driver\nmessages that may indicate hardware failure. If it is determined that the\ndevice needs to be replaced, then the 'zpool replace' command should be used:\n\n\n# zpool replace test c0t0d0 c0t0d2\n\n\nThis will attach the new device to the pool and begin resilvering data to it.\nOnce the resilvering process is complete, the old device will automatically be\nremoved from the pool, at which point it can safely be removed from the system.\nIf the device needs to be replaced in-place (because there are no available\nspare devices), the original device can be removed and replaced with a new\ndevice, at which point a different form of 'zpool replace' can be used:\n\n\n# zpool replace test c0t0d0\n\n\nThis assumes that the original device at 'c0t0d0' has been replaced with a new\ndevice under the same path, and will be replaced appropriately\n\nYou can monitor the progress of the resilvering operation by using the 'zpool\nstatus -x' command:\n\n\n# zpool status -x\n pool: test\n state: DEGRADED\nstatus: One or more devices is currently being replaced. The pool may not be\n providing the necessary level of replication.\naction: Wait for the resilvering operation to complete\n scrub: resilver in progress, 0.14% done, 0h0m to go\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test ONLINE 0 0 0\n mirror ONLINE 0 0 0\n replacing ONLINE 0 0 0\n c0t0d0 ONLINE 0 0 3\n c0t0d2 ONLINE 0 0 0 58.5K resilvered\n c0t0d1 ONLINE 0 0 0\n\n "
#
# code: ZFS-8000-A5
# keys: ereport.fs.zfs.device.version_mismatch
#
msgid "ZFS-8000-A5.type"
msgstr "Error"
msgid "ZFS-8000-A5.severity"
msgstr "Major"
msgid "ZFS-8000-A5.description"
msgstr "The on-disk version is not compatible with the running\n system. Refer to %s for more information."
msgid "ZFS-8000-A5.response"
msgstr "No automated response will occur,"
msgid "ZFS-8000-A5.impact"
msgstr "The pool is unavailable"
msgid "ZFS-8000-A5.action"
msgstr "\nIf this error is seen during 'zpool import', see the section below. Otherwise,\nrun 'zpool status -x' to determine which pool is faulted:\n\n\n# zpool status -x\n pool: test\n state: FAULTED\nstatus: The ZFS version for the pool is incompatible with the software running\n on this system.\naction: Destroy and re-create the pool.\n scrub: none requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test FAULTED 0 0 0 incompatible version\n mirror ONLINE 0 0 0\n c0t0d0 ONLINE 0 0 0\n c0t0d1 ONLINE 0 0 0\n\n\nThe pool cannot be used on this system. Either move the disks to the system\nwhere they were originally created, or destroy the pool and re-create it from\nbackup.\n\n\nIf this error is seen during import, the pool cannot be imported on the current\nsystem. The disks must be attached to the system which originally created the\npool, and imported there.\n "
#
# code: ZFS-8000-CS
# keys: fault.fs.zfs.pool
#
msgid "ZFS-8000-CS.type"
msgstr "Fault"
msgid "ZFS-8000-CS.severity"
msgstr "Major"
msgid "ZFS-8000-CS.description"
msgstr "A ZFS pool failed to open. Refer to %s for more information."
msgid "ZFS-8000-CS.response"
msgstr "No automated response will occur."
msgid "ZFS-8000-CS.impact"
msgstr "The pool data is unavailable"
msgid "ZFS-8000-CS.action"
msgstr "Run 'zpool status -x' and either attach the missing device or\n restore from backup."
#
# code: ZFS-8000-D3
# keys: fault.fs.zfs.device
#
msgid "ZFS-8000-D3.type"
msgstr "Fault"
msgid "ZFS-8000-D3.severity"
msgstr "Major"
msgid "ZFS-8000-D3.description"
msgstr "A ZFS device failed. Refer to %s for more information."
msgid "ZFS-8000-D3.response"
msgstr "No automated response will occur."
msgid "ZFS-8000-D3.impact"
msgstr "Fault tolerance of the pool may be compromised."
msgid "ZFS-8000-D3.action"
msgstr "Run 'zpool status -x' and replace the bad device."