Last active
March 31, 2024 23:41
-
-
Save pnorman/a61c9fa4ddaa31a00603ab8f7daddc3d to your computer and use it in GitHub Desktop.
journalctl -u zfs-import-cache.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mar 31 15:20:50 merry systemd[1]: Starting zfs-import-cache.service - Import ZFS pools by cache file... | |
Mar 31 15:20:50 merry lsblk[1295]: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | |
Mar 31 15:20:50 merry lsblk[1295]: sda 8:0 1 1.9T 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─sda1 8:1 1 1.9T 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─sda9 8:9 1 8M 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: sdb 8:16 1 1.9T 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─sdb1 8:17 1 1.9T 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─sdb9 8:25 1 8M 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: sdc 8:32 1 223.6G 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─sdc1 8:33 1 512M 0 part /boot/efi | |
Mar 31 15:20:50 merry lsblk[1295]: └─sdc2 8:34 1 222.1G 0 part / | |
Mar 31 15:20:50 merry lsblk[1295]: sdd 8:48 0 5.5T 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─sdd1 8:49 0 5.5T 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─sdd9 8:57 0 8M 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: sde 8:64 0 5.5T 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─sde1 8:65 0 5.5T 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─sde9 8:73 0 8M 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: nvme1n1 259:0 0 13.4G 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─nvme1n1p1 259:2 0 13.4G 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─nvme1n1p9 259:3 0 8M 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: nvme0n1 259:1 0 13.4G 0 disk | |
Mar 31 15:20:50 merry lsblk[1295]: ├─nvme0n1p1 259:4 0 13.4G 0 part | |
Mar 31 15:20:50 merry lsblk[1295]: └─nvme0n1p9 259:5 0 8M 0 part | |
Mar 31 15:21:41 merry zpool[1296]: cannot import 'merry': one or more devices is currently unavailable | |
Mar 31 15:21:41 merry zpool[1296]: no pools available to import | |
Mar 31 15:21:41 merry zpool[1296]: cachefile import failed, retrying | |
Mar 31 15:21:41 merry systemd[1]: Finished zfs-import-cache.service - Import ZFS pools by cache file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: bulk | |
state: ONLINE | |
status: One or more devices is currently being resilvered. The pool will | |
continue to function, possibly in a degraded state. | |
action: Wait for the resilver to complete. | |
scan: resilver in progress since Sun Mar 31 12:29:59 2024 | |
4.28T scanned at 944M/s, 588G issued at 127M/s, 4.28T total | |
590G resilvered, 13.40% done, 08:32:28 to go | |
config: | |
NAME STATE READ WRITE CKSUM | |
bulk ONLINE 0 0 0 | |
mirror-0 ONLINE 0 0 0 | |
ata-ST6000DM003-2CY186_ZCT0YJKQ ONLINE 0 0 0 | |
ata-WDC_WD60EFAX-68JH4N1_WD-WX72D421V5RY ONLINE 0 0 0 (resilvering) | |
errors: No known data errors | |
pool: merry | |
state: ONLINE | |
status: Some supported and requested features are not enabled on the pool. | |
The pool can still be used, but some features are unavailable. | |
action: Enable all features using 'zpool upgrade'. Once this is done, | |
the pool may no longer be accessible by software that does not support | |
the features. See zpool-features(7) for details. | |
scan: resilvered 8.67M in 00:00:00 with 0 errors on Sun Mar 10 13:44:18 2024 | |
config: | |
NAME STATE READ WRITE CKSUM | |
merry ONLINE 0 0 0 | |
mirror-0 ONLINE 0 0 0 | |
sda ONLINE 0 0 0 | |
sdb ONLINE 0 0 0 | |
logs | |
mirror-1 ONLINE 0 0 0 | |
nvme-INTEL_MEMPEK1W016GA_PHBT7225045K016D ONLINE 0 0 0 | |
nvme-INTEL_MEMPEK1W016GA_PHBT72250433016D ONLINE 0 0 0 | |
errors: No known data errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment