[Bug 220186] bhyveload zfs boot broken after zfs boot change

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 21 18:20:07 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220186

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: avg
Date: Wed Jun 21 18:19:27 UTC 2017
New revision: 320195
URL: https://svnweb.freebsd.org/changeset/base/320195

Log:
  bhyveload: correctly query size of disks

  On FreeBSD fstat(2) works fine for querying sizes of plain files,
  but not so much for character devices.
  So, use DIOCGMEDIASIZE to try to get the correct size for disks
  and disk-like devices (e.g. zvols).

  PR:           220186
  Reviewed by:  tsoome, grehan
  MFC after:    1 week

Changes:
  head/usr.sbin/bhyveload/bhyveload.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list