search for: zio

Displaying 20 results from an estimated 47 matches for "zio".

Did you mean: io
2008 Sep 08
1
6745678 zio->io_checksum == ZIO_CHECKSUM_SHA256_CCM_MAC (0x5 == 0x9), file: zio.c, line: 1498
Author: Darren Moffat <Darren.Moffat at Sun.COM> Repository: /hg/zfs-crypto/gate Latest revision: 32a041998ab168dc335d487020fc0cb59c85d81f Total changesets: 1 Log message: 6745678 zio->io_checksum == ZIO_CHECKSUM_SHA256_CCM_MAC (0x5 == 0x9), file: zio.c, line: 1498 Files: update: usr/src/uts/common/fs/zfs/zio.c
2009 Apr 09
3
vdev_disk_io_start() sending NULL pointer in ldi_ioctl()
Hi All, I have corefile where we see NULL pointer de-reference PANIC as we have sent (deliberately) NULL pointer for return value. vdev_disk_io_start() ... ... error = ldi_ioctl(dvd->vd_lh, zio->io_cmd, (uintptr_t)&zio->io_dk_callback, FKIOCTL, kcred, NULL); ldi_ioctl() expects last parameter as an integer pointer ( int *rvalp). I see that in strdoictl(). Corefile I am analysing has similar BAD trap while trying to...
2007 Jan 23
4
Assertion in arc_change_state
...arc_change_state (new_state=0x591aa0, ab=0x2aaabe2930c0, hash_lock=<value optimized out>) at lib/libzpool/build-kernel/arc.c:735 #3 0x0000000000457f32 in arc_access (buf=0x2aaabe2930c0, hash_lock=0x592c30) at lib/libzpool/build-kernel/arc.c:1637 #4 0x0000000000458ff9 in arc_read_done (zio=0x2aaabcfa4ed0) at lib/libzpool/build-kernel/arc.c:1850 #5 0x000000000044fb9f in zio_done (zio=0x2aaabcfa4ed0) at lib/libzpool/build-kernel/zio.c:868 #6 0x00000000004527f0 in zio_vdev_io_assess (zio=0x2aaabcfa4ed0) at lib/libzpool/build-kernel/zio.c:1491 #7 0x0000000000466ecf in taskq_thread...
2008 Jan 15
1
ZFS-DMU benchmark on Linux
Hi all, You will find in attachment to this mail some benchmarks we made on Linux with pios over ZFS-DMU. There are some interesting things about ZFS tuning and some ideas for breaking a bottleneck we identified in DMU. Thomas LEIBOVICI CEA/DAM - Ile de France -------------- next part -------------- A non-text attachment was scrubbed... Name: ZFS_benchs_Linux.pdf Type: application/pdf Size:
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
...= 0x28:0xffffffcf75bd60a0 frame pointer = 0x28:0xffffffcf75bd68f0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (zio_write_issue_hig) trap number = 12 panic: page fault cpuid = 22 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a/frame 0xffffffcf75bd5b30 kdb_backtrace() at kdb_backtrace+0x37/frame 0xffffffcf75bd5bf0 panic() at panic+0x1ce/frame 0xffffffcf75bd5cf0 trap_fatal()...
2012 Feb 04
2
zpool fails with panic in zio_ddt_free()
...f6725c1-509f-eba4-8774-e627e1925461 > panicstr = BAD TRAP: type=e (#pf Page fault) rp=ffffff0010a5e920 addr=30 > occurred in module "zfs" due to a NULL pointer dereference > panicstack = unix:die+dd () | unix:trap+1799 () | unix:cmntrap+e6 () | > zfs:ddt_phys_decref+c () | zfs:zio_ddt_free+5c () | zfs:zio_execute+8d > () | genunix:taskq_thread+285 () | unix:thread_start+8 () | > crashtime = 1328314064 > panic-time = February 4, 2012 04:07:44 AM MSK MSK > (end fault-list[0]) > > fault-status = 0x1 > severity = Major > __ttl = 0x1 > __tod = 0x4f2c77a...
2006 Nov 02
4
reproducible zfs panic on Solaris 10 06/06
...S-8000-D3 for more information. AUTO-RESPONSE: No automated response will occur. IMPACT: Fault tolerance of the pool may be compromised. REC-ACTION: Run ''zpool status -x'' and replace the bad device. panic[cpu0]/thread=2a1011d3cc0: ZFS: I/O failure (write on <unknown> off 0: zio 60007432bc0 [L0 unallocated] 4000L/400P DVA[0]=<0:b000:400> DVA[1]=<0:120a000:400> fletcher4 lzjb BE contiguous birth=6 fill=0 cksum=672165b9e7:328e78ae25fd:ed007c9008f5f:34c05b10900b668): error 6 000002a1011d3740 zfs:zio_done+284 (60007432bc0, 0, a8, 7035dbf0, 0, 60006fa9700) %l0-3:...
2006 Jan 04
8
Using same ZFS under different kernel versions
...preserving the zfs filesystems. When I tried to "zpool import" my zfs filesystems I got a kernel panic: > debugging crash dump vmcore.0 (32-bit) from blackbird > operating system: 5.11 snv_28 (i86pc) > panic message: > ZFS: bad checksum (read on /dev/dsk/c1d0p0 off 24d5e000: zio d3d9d800 > [L0 DMU objset] vdev=0 offset=2495e000 size=400L/200P/200A fletcher4 > lzjb LE contiguous birth=2174 fill=17 cksum=82ee33d1a:38baba > dump content: kernel pages only I then bfu-ed up to b29 and tried to zpool import and get another kernel panic. > debugging crash dump v...
2008 Feb 19
0
ZIL encryption preparation work
Author: Darren Moffat <darrenm at opensolaris.org> Repository: /hg/zfs-crypto/gate Latest revision: a75f21839b8aba305660e5746fe66c1171d8b2d3 Total changesets: 1 Log message: ZIL encryption preparation work Files: update: usr/src/uts/common/fs/zfs/sys/zio.h update: usr/src/uts/common/fs/zfs/sys/zio_impl.h update: usr/src/uts/common/fs/zfs/zfs_log.c update: usr/src/uts/common/fs/zfs/zil.c update: usr/src/uts/common/fs/zfs/zio.c
2006 Oct 31
0
6410698 ZFS metadata needs to be more highly replicated (ditto blocks)
.../uts/common/fs/zfs/spa_misc.c update: usr/src/uts/common/fs/zfs/sys/arc.h update: usr/src/uts/common/fs/zfs/sys/dmu.h update: usr/src/uts/common/fs/zfs/sys/metaslab.h update: usr/src/uts/common/fs/zfs/sys/spa.h update: usr/src/uts/common/fs/zfs/sys/vdev.h update: usr/src/uts/common/fs/zfs/sys/zio.h update: usr/src/uts/common/fs/zfs/sys/zio_impl.h update: usr/src/uts/common/fs/zfs/vdev.c update: usr/src/uts/common/fs/zfs/vdev_mirror.c update: usr/src/uts/common/fs/zfs/vdev_raidz.c update: usr/src/uts/common/fs/zfs/vdev_root.c update: usr/src/uts/common/fs/zfs/zfs_ioctl.c update: usr/s...
2008 May 14
2
vdev cache - comments in the source
...ize bytes will be kept in each 75 * vdev''s vdev_cache. While it is mentioned in lines 46, 47 that it does affect only metadata I/O, imho for clarity it should also be mentioned in lines 72-75. I guess http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/zfs/zio.c#963 http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/zfs/vdev_cache.c#272 are responsible for assuring that vdev_cache is used only for metadata. btw: above code changes were introduced as part of 6437064 (with further changes)- has it been backported to S10 and/or de...
2011 Feb 01
1
zpool-poolname has 99 threads
After an upgrade of a busy server to Oracle Solaris 10 9/10, I notice a process called zpool-poolname that has 99 threads. This seems to be a limit, as it never goes above that. It is lower on workstations. The `zpool'' man page says only: Processes Each imported pool has an associated process, named zpool- poolname. The threads in this process are the pool''s
2010 Jul 25
4
zpool destroy causes panic
I'm trying to destroy a zfs array which I recently created. It contains nothing of value. # zpool status pool: storage state: ONLINE status: One or more devices could not be used because the label is missing or invalid. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Replace the device using 'zpool replace'.
2007 Feb 14
5
Need help making lsof work with ZFS
I contacted the author of ''lsof'' regarding the missing ZFS support. The command works but fails to display any files that are opened by the process in a ZFS filesystem. He indicates that the required ZFS kernel structure definitions (header files) are not shipped with the OS. He further indicated that he rummaged through the OpenSolaris source tree and the files doesn''t
2007 Apr 23
3
ZFS panic caused by an exported zpool??
...4440055 (sd82): Apr 23 02:02:21 SERVER144 i/o to invalid geometry Apr 23 02:02:22 SERVER144 unix: [ID 836849 kern.notice] Apr 23 02:02:22 SERVER144 ^Mpanic[cpu1]/thread=ffffff0017fa1c80: Apr 23 02:02:22 SERVER144 genunix: [ID 809409 kern.notice] ZFS: I/O failure (write on <unknown> off 0: zio ffffffff9a5d4cc0 [L0 bplist] 4000L/4000P DVA[0]=<0:770b24 000:4000> DVA[1]=<0:dfa984000:4000> fletcher4 uncompressed LE contiguous birth=260276 fill=1 cksum=1:1000:800800:2ab2ab000): error 5 Apr 23 02:02:22 SERVER144 unix: [ID 100000 kern.notice] Apr 23 02:02:23 SERVER144 genunix: [ID 6...
2006 Oct 05
0
Crash when doing rm -rf
...ace uppc pcplusmp scsi_vhci ufs ip sctp arp usba uhci nca lofs zfs random sppp ptm nfs crypto ipc md cpc fcip fctl fcp logindmux ] > ::status debugging crash dump vmcore.0 (32-bit) from unknown operating system: 5.11 snv_48 (i86pc) panic message: ZFS: bad checksum (read on <unknown> off 0: zio dbbf8880 [L1 ZFS plain file] 4000L/400P DVA[0]=<0:6aa000:800> DVA[1]=<0:b80a7000:800> fletcher4 lzjb LE contiguous birth=12316 fill=2 cksum=601eba85e8: dump content: kernel pages only > ::spa ADDR STATE NAME da9f5ac0 ACTIVE backup > ::memstat Page Summary...
2008 Mar 20
7
ZFS panics solaris while switching a volume to read-only
...Error Level: Fatal Requested Block: 19062 Error Block: 19062 Vendor: EMC Serial Number: 900D5008U Sense Key: panic[cpu0]/thread=2a10103bcc0: Write Protected ZFS: I/O failure (write on <unknown> off 0: zio 6001f3f2340 [L0 DMU dnode] 4000L/a00P DVA[0]=<0:54e000:a00> DVA[1]=<0:d000ab800:a00> fletcher4 lzjb BE contiguous birth=597 fill=31 cksum=97d1c4f896:dd5b900a7ec8:b89066e037beda:7021cc17c66f4713): error 6 000002a10103b880 zfs:zio_done+29c (0, 10, 6000e361400, 600202bfb80, 6001f3f2340, 0...
2007 Nov 09
3
Major problem with a new ZFS setup
...em kernel panic and crash, and it''s now behaving very badly. Here''s what diagnostic data I''ve been able to collect so far: In the messages file: Nov 4 13:24:11 mondo4 savecore: [ID 570001 auth.error] reboot after panic: ZFS: I/O failure (write on <unknown> off 0: zio ffffffff97c86a00 [L0 DMU dnode] 4000L/1000P DVA[0]=<0 :d08cf11b800:1800> DVA[1]=<0:1020a711c800:1800> fletcher4 lzjb LE contiguous birth=731555 fill=32 Nov 4 13:24:11 mondo4 savecore: [ID 570001 auth.error] reboot after panic: ZFS: I/O failure (write on <unknown> off 0: zio fffff...
2011 May 03
4
multipl disk failures cause zpool hang
Hi, There seems to be a few threads about zpool hang, do we have a workaround to resolve the hang issue without rebooting ? In my case, I have a pool with disks from external LUNs via a fiber cable. When the cable is unplugged while there is IO in the pool, All zpool related command hang (zpool status, zpool list, etc.), put the cable back does not solve the problem. Eventually, I
2007 Jan 10
1
Solaris 10 11/06
...ode should be removed from buf_hash_insert() 6401400 zfs(1) usage output is excessively long 6405330 swap on zvol isn''t added during boot 6405966 Hot Spare support in ZFS 6409228 typo in aclutils.h 6409302 passing a non-root vdev via zpool_create() panics system 6415739 assertion failed: !(zio->io_flags & 0x00040) 6416482 filebench oltp workload hangs in zfs 6416759 ::dbufs does not find bonus buffers anymore 6416794 zfs panics in dnode_reallocate during incremental zfs restore 6417978 double parity RAID-Z a.k.a. RAID6 6420204 root filesystem''s delete queue is not running...