Re: libvirt + zvol + bhyve: no storage pool with matching name

2015-10-20 Thread Boris Samorodov
17.10.2015 02:05, Boris Samorodov пишет:

> Hi All,
> 
> I try to use libvirt to run a zvol-backed vm. The vm starts just fine
> if run from a command line. But libvirt does not create a domain
> (raw file images work though). Here is the output:
> -
> % virsh create test.xml
> error: Failed to create domain from test.xml
> error: Storage pool not found: no storage pool with matching name 'zroot'
> -
> 
> The relevant part from the config:
> -
>   
> 

OK, I figured this out. Source pool here is a libvirt pool, not a zfs
one.

> 
>   
> -
> 
> The host:
> -
> zfs get type,volmode zroot/test
> NAMEPROPERTY  VALUESOURCE
> zroot/test  type  volume   -
> zroot/test  volmode   dev  local
> 
> % uname -a
> FreeBSD bb055.bsnet 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r289095: Sat
> Oct 10 05:10:17 MSK 2015 bsam@bb055.bsnet:/usr/obj/usr/src/sys/BB64X
>  amd64
> 
> % pkg info -x virt
> libvirt-1.2.20
> -
> 
> Is it just me, a bug or something else?
> 
> Thanks!

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

[Bug 203884] bhyve exits with assert when vcpu already in use

2015-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203884

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-b...@freebsd.org|freebsd-virtualization@Free
   ||BSD.org
   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 200859] [bhyve] vbsc_ident buffer accessed out of bounds

2015-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200859

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-b...@freebsd.org|freebsd-virtualization@Free
   ||BSD.org

--- Comment #2 from Mark Linimon  ---
Canonicalize assignment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 203884] bhyve exits with assert when vcpu already in use

2015-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203884

w...@worrbase.com changed:

   What|Removed |Added

 Attachment #162227|0   |1
is obsolete||

--- Comment #3 from w...@worrbase.com ---
Created attachment 162264
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162264=edit
bhyverun.c patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 203884] bhyve exits with assert when vcpu already in use

2015-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203884

--- Comment #2 from w...@worrbase.com ---
Wow, that's the most embarrassing mistake I've made to date :)

I've updated the patch not to be braindead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"