FreeBSD Bugzilla – Attachment 200907 Details for
Bug 234705
zpool initialize does not BIO_DELETE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bio_delete dtrace script
vdev_bio_delete.d (text/plain), 331 bytes, created by
Steven Hartland
on 2019-01-08 10:39:40 UTC
(
hide
)
Description:
bio_delete dtrace script
Filename:
MIME Type:
Creator:
Steven Hartland
Created:
2019-01-08 10:39:40 UTC
Size:
331 bytes
patch
obsolete
>#!/usr/sbin/dtrace -s > >#pragma D option quiet > >dtrace:::BEGIN >{ > trace("Tracing VDEV deletes...\n"); >} > >fbt::vdev_geom_io_intr:entry >{ > > bp = (struct bio *)arg0; > zio = (zio_t *)bp->bio_caller1; > vd = (vdev_t *)zio->io_vd; > printf("%Y vdev: %s io_size: %d\n", walltimestamp, stringof(vd->vdev_path), zio->io_size); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234705
: 200907