Eğer ZFS versiyonunuz bir hayli geri kalmışsa son versiyona yükselttiğinizde poolunuzu göremeyebilirsiniz.
root@fd1:~# zfs list
no datasets available
root@fd1:~# zpool import
zpool: ../../lib/libzfs/libzfs_import.c:356: Assertion `nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, &theguid) == 0' failed.
Aborted (core dumped)
Çözümü çok kolay,
Debian türevleri için;
apt-get update
apt-get upgrade
İşin özünde zfs gücellenirken bir kaç paketinin güncellenmemiş olması yatar;
Reading state information... Done
<
The following packages have been kept back:
landscape-common linux-headers-generic-lts-saucy linux-image-generic-lts-saucy
The following packages will be upgraded:
libnvpair1 libuutil1 libzpool2 zfsutils
4 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 824 kB of archives.
After this operation, 306 kB disk space will be freed.
Do you want to continue [Y/n]?
No responses yet