From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 6 17:04:19 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50ECE10F for ; Tue, 6 Jan 2015 17:04:19 +0000 (UTC) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by mx1.freebsd.org (Postfix) with ESMTP id 1427B66553 for ; Tue, 6 Jan 2015 17:04:18 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 983AF12437; Wed, 7 Jan 2015 03:04:16 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-24-130-52-29.hsd1.ca.comcast.net [24.130.52.29]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id CAT13738 (AUTH peterg@ptree32.com.au); Wed, 7 Jan 2015 03:04:11 +1000 Message-ID: <54AC1588.9060409@freebsd.org> Date: Tue, 06 Jan 2015 09:04:08 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Nikos Vassiliadis Subject: Re: vtbd0: hard error cmd=flush fsbn 0 References: <54ABE228.7070200@gmx.com> In-Reply-To: <54ABE228.7070200@gmx.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 17:04:19 -0000 Hi Nikos, > I am seeing this message on 8 and 9 branches running on bhyve > (10.1-PRERELEASE #0 r274515). Does this just mean that bio_flush is not > supported? or is it something to check further? > >> vtbd0: hard error cmd=flush fsbn 0 >> GEOM_JOURNAL: BIO_FLUSH not supported by vtbd0s1a. It's fixed in 10-STABLE as of r276349. later, Peter.