From owner-freebsd-xen@freebsd.org Mon Oct 24 17:02:19 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36C4CC1FC76 for ; Mon, 24 Oct 2016 17:02:19 +0000 (UTC) (envelope-from prvs=098eabff4=roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [185.25.65.24]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A75F1C4B for ; Mon, 24 Oct 2016 17:02:17 +0000 (UTC) (envelope-from prvs=098eabff4=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.31,542,1473120000"; d="scan'208";a="33625908" Date: Mon, 24 Oct 2016 19:00:21 +0200 From: Roger Pau =?iso-8859-1?Q?Monn=E9?= To: CC: Subject: Re: FreeBSD Xen DomU boot from drbd fails with error 19 Message-ID: <20161024170021.hg4xv562hlcob24e@MacBook-Air-de-Roger.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20161003 (1.7.0) X-ClientProxiedBy: AMSPEX02CAS01.citrite.net (10.69.22.112) To AMSPEX02CL02.citrite.net (10.69.22.126) X-DLP: AMS1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 17:02:19 -0000 On Sat, Oct 22, 2016 at 04:14:33PM -0400, niek@bigfoot.com wrote: > Running a FreeBSD 11.0-RELEASE HVM guest, using ufs, on Xen 4.4 (debian > jessie) on LVM with drbd 8.4. The FreeBSD guest boots fine from LVM > using 'disk' /dev// in domU config. > > I have a number of Linux guests running on drbd (8.4). Booting FreeBSD > from the drbd device associated with drbd (with 'disk' /dev/drbdx) > fails. I know I can't use drbd: with HVM guest. > > Trying to mount root from ufs:/dev/xbd0p2 [rw]... > mountroot: waiting for device /dev/xbd0p2... > Mounting from ufs:/dev/xbd0p2 failed with error 19. > > Device xbd0 is present, but no GPT tables are found. Hm, this is quite weird. Are the Linux guests using drbd also HVM guests? Roger.