Mageia Bugzilla – Attachment 11667 Details for
Bug 26683
zfs-fuse fails after kernel update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
zfs info before and after a reboot
zfs.txt (text/plain), 3.78 KB, created by
james Whitby
on 2020-05-29 05:16:00 CEST
(
hide
)
Description:
zfs info before and after a reboot
Filename:
MIME Type:
Creator:
james Whitby
Created:
2020-05-29 05:16:00 CEST
Size:
3.78 KB
patch
obsolete
>### before reboot: > >[root@number2 mageia8]# zpool status > pool: foobar > state: ONLINE > scan: none requested >config: > > NAME STATE READ WRITE CKSUM > foobar ONLINE 0 0 0 > mirror-0 ONLINE 0 0 0 > disk/by-id/ata-VBOX_HARDDISK_VB8ceadf99-45d8cfe8 ONLINE 0 0 0 > disk/by-id/ata-VBOX_HARDDISK_VB4c2236cb-1083348c ONLINE 0 0 0 > >errors: No known data errors >[root@number2 mageia8]# > >### After reboot: > >[root@number2 mageia8]# zpool status >no pools available >[root@number2 mageia8]# systemctl -l --no-pager status zfs-fuse >â zfs-fuse.service - zfs-fuse daemon > Loaded: loaded (/usr/lib/systemd/system/zfs-fuse.service; enabled; vendor preset: disabled) > Active: active (running) since Thu 2020-05-28 22:42:05 EDT; 12min ago > Process: 775 ExecStart=/usr/sbin/zfs-fuse-helper start (code=exited, status=0/SUCCESS) > Main PID: 921 (zfs-fuse) > Tasks: 54 (limit: 9534) > Memory: 28.8M > CPU: 1.066s > CGroup: /system.slice/zfs-fuse.service > ââ921 /usr/sbin/zfs-fuse -p /var/run/zfs-fuse.pid > >May 28 22:41:45 number2.jameswhitby.net zfs-fuse-helper[775]: Immunizing zfs-fuse against OOM kills[ OK ] >May 28 22:41:51 number2.jameswhitby.net zfs-fuse[921]: WARNING: vn_make_ops: zfs: 2 operations supplied but not used >May 28 22:41:53 number2.jameswhitby.net zfs-fuse[921]: ARC setup: min ARC size set to 16777216 bytes >May 28 22:41:53 number2.jameswhitby.net zfs-fuse[921]: ARC setup: max ARC size set to 134217728 bytes >May 28 22:41:57 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY >May 28 22:42:00 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY >May 28 22:42:03 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY >May 28 22:42:05 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY >May 28 22:42:05 number2.jameswhitby.net zfs-fuse-helper[775]: Mounting zfs partitions: [ OK ] >May 28 22:42:05 number2.jameswhitby.net systemd[1]: Started zfs-fuse daemon. >[root@number2 mageia8]# zpool import -f foobar >[root@number2 mageia8]# zpool status > pool: foobar > state: ONLINE >zpool: cmd/zpool/zpool_main.c:3675: status_callback: Assertion `reason == ZPOOL_STATUS_OK' failed. >Aborted (core dumped) >[root@number2 mageia8]# systemctl restart zfs-fuse >[root@number2 mageia8]# systemctl restart zfs-fuse >[root@number2 mageia8]# zpool import -f foobar >[root@number2 mageia8]# zpool status > pool: foobar > state: ONLINE > scan: none requested >config: > > NAME STATE READ WRITE CKSUM > foobar ONLINE 0 0 0 > mirror-0 ONLINE 0 0 0 > disk/by-id/ata-VBOX_HARDDISK_VB8ceadf99-45d8cfe8 ONLINE 0 0 0 > disk/by-id/ata-VBOX_HARDDISK_VB4c2236cb-1083348c ONLINE 0 0 0 > >errors: No known data errors > >### Timing error? Or ???? >### Something just isn't right here and I'm not educated enough to know where to start. >
### before reboot: [root@number2 mageia8]# zpool status pool: foobar state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM foobar ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 disk/by-id/ata-VBOX_HARDDISK_VB8ceadf99-45d8cfe8 ONLINE 0 0 0 disk/by-id/ata-VBOX_HARDDISK_VB4c2236cb-1083348c ONLINE 0 0 0 errors: No known data errors [root@number2 mageia8]# ### After reboot: [root@number2 mageia8]# zpool status no pools available [root@number2 mageia8]# systemctl -l --no-pager status zfs-fuse â zfs-fuse.service - zfs-fuse daemon Loaded: loaded (/usr/lib/systemd/system/zfs-fuse.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2020-05-28 22:42:05 EDT; 12min ago Process: 775 ExecStart=/usr/sbin/zfs-fuse-helper start (code=exited, status=0/SUCCESS) Main PID: 921 (zfs-fuse) Tasks: 54 (limit: 9534) Memory: 28.8M CPU: 1.066s CGroup: /system.slice/zfs-fuse.service ââ921 /usr/sbin/zfs-fuse -p /var/run/zfs-fuse.pid May 28 22:41:45 number2.jameswhitby.net zfs-fuse-helper[775]: Immunizing zfs-fuse against OOM kills[ OK ] May 28 22:41:51 number2.jameswhitby.net zfs-fuse[921]: WARNING: vn_make_ops: zfs: 2 operations supplied but not used May 28 22:41:53 number2.jameswhitby.net zfs-fuse[921]: ARC setup: min ARC size set to 16777216 bytes May 28 22:41:53 number2.jameswhitby.net zfs-fuse[921]: ARC setup: max ARC size set to 134217728 bytes May 28 22:41:57 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY May 28 22:42:00 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY May 28 22:42:03 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY May 28 22:42:05 number2.jameswhitby.net zfs-fuse[921]: WARNING: pool 'foobar' could not be loaded as it was last accessed by another system (host: number2.jameswhitby.net hostid: 0x573fe5ff). See: http://www.sun.com/msg/ZFS-8000-EY May 28 22:42:05 number2.jameswhitby.net zfs-fuse-helper[775]: Mounting zfs partitions: [ OK ] May 28 22:42:05 number2.jameswhitby.net systemd[1]: Started zfs-fuse daemon. [root@number2 mageia8]# zpool import -f foobar [root@number2 mageia8]# zpool status pool: foobar state: ONLINE zpool: cmd/zpool/zpool_main.c:3675: status_callback: Assertion `reason == ZPOOL_STATUS_OK' failed. Aborted (core dumped) [root@number2 mageia8]# systemctl restart zfs-fuse [root@number2 mageia8]# systemctl restart zfs-fuse [root@number2 mageia8]# zpool import -f foobar [root@number2 mageia8]# zpool status pool: foobar state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM foobar ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 disk/by-id/ata-VBOX_HARDDISK_VB8ceadf99-45d8cfe8 ONLINE 0 0 0 disk/by-id/ata-VBOX_HARDDISK_VB4c2236cb-1083348c ONLINE 0 0 0 errors: No known data errors ### Timing error? Or ???? ### Something just isn't right here and I'm not educated enough to know where to start.
View Attachment As Raw
Actions:
View
Attachments on
bug 26683
: 11667