From owner-freebsd-virtualization@FreeBSD.ORG Sat Jun 7 21:54:13 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33867357 for ; Sat, 7 Jun 2014 21:54:13 +0000 (UTC) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 10DF12629 for ; Sat, 7 Jun 2014 21:54:12 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.146.73]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 686757EB73 for ; Sat, 7 Jun 2014 21:54:11 +0000 (UTC) Message-ID: <53938A0C.5000603@freebsd.org> Date: Sat, 07 Jun 2014 17:54:20 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: interrupt storm on ahci References: <20140607212440.GB3163@mouf.net> <539383F3.2060307@freebsd.org> In-Reply-To: <539383F3.2060307@freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 07 Jun 2014 21:54:13 -0000 On 2014-06-07 17:28, Peter Grehan wrote: > Hi Steve, > >> I'm running a FreeBSD guest in bhyve on a FreeBSD host. Both are running >> FreeBSD CURRENT, r266947. I've gotten this message about 12 times >> since boot: >> >> interrupt storm detected on "irq268:"; throttling interrupt source >> >> vmstat -i shows: >> >> irq268: ahci1 236514222 839 >> >> ahci1 is the second disk connected to the system: >> >> ahci1: mem 0xc0002400-0xc00027ff irq >> 18 at device 4.0 on pci0 >> >> The VM itself runs poudriere and was building a bunch of packages. At the >> moment, the VM seems to be in a rather odd state. The poudriere jails are >> running, but not doing anything. Ideas? > > Is this an 8.* host ? I don't believe AHCI has MSI support on that > version, and AHCI legacy interrupts haven't had a huge amount of testing > under load. > > If it is 8.*, I'd recommend using virtio-blk for the block device until > we can work out what's going wrong. > > later, > > Peter. > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org" He mentioned that both the host and guest are recent -CURRENT -- Allan Jude