From nobody Fri Apr 19 14:13:26 2024 X-Original-To: xen@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VLc7b6gcJz5H7jD for ; Fri, 19 Apr 2024 14:13:31 +0000 (UTC) (envelope-from buhrow@nfbcal.org) Received: from nfbcal.org (ns3.NFBCAL.ORG [157.22.230.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "nfbcal.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VLc7b2G7Cz4J93 for ; Fri, 19 Apr 2024 14:13:31 +0000 (UTC) (envelope-from buhrow@nfbcal.org) Authentication-Results: mx1.freebsd.org; none Received: from nfbcal.org (localhost [127.0.0.1]) by nfbcal.org (8.15.2/8.14.1-NFBNETBSD) with ESMTPS id 43JEDROf001613 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 19 Apr 2024 07:13:27 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.2 at lothlorien.nfbcal.org Received: (from buhrow@localhost) by nfbcal.org (8.15.2/8.12.11) id 43JEDRvb001481; Fri, 19 Apr 2024 07:13:27 -0700 (PDT) Message-Id: <202404191413.43JEDRvb001481@nfbcal.org> From: Brian Buhrow Date: Fri, 19 Apr 2024 07:13:26 -0700 In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(4.pl1)+dynamic 20000103) To: Roger Pau =?utf-8?B?TW9ubsOp?= Subject: Re: Freebsd-13.1 as domu cannot use multiple virtual disks Cc: xen@freebsd.org, buhrow@nfbcal.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nfbcal.org [127.0.0.1]); Fri, 19 Apr 2024 07:13:27 -0700 (PDT) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7091, ipnet:157.22.0.0/16, country:US] X-Rspamd-Queue-Id: 4VLc7b2G7Cz4J93 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-xen List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-xen@freebsd.org Sender: owner-freebsd-xen@FreeBSD.org hello Roger. Again, thank you for the hints. In addition to the xvda syntax working, one can also use the hex values for the device numbers, separated by 16, allowing one to use absolute numbers, rather than remembering letter to number mappings. The following syntax, for example, also works. Note this results in the same probe messages as xvda and xvdb. disk = [ 'file:/var/xen/nfbcal/fbsd_dev/disk0,0xca00,rw', 'file:/var/xen/nfbcal/fbsd_dev/disk1,0xca10,rw' ] Probes with: xbd0: 51200MB at device/vbd/51712 on xenbusb_front0 xbd0: features: flush, write_barrier xbd0: synchronize cache commands enabled. xbd1: 105890MB at device/vbd/51728 on xenbusb_front0 xbd1: features: flush, write_barrier xbd1: synchronize cache commands enabled.