From owner-freebsd-virtualization@freebsd.org Mon Feb 18 02:22:30 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E43A14ED557 for ; Mon, 18 Feb 2019 02:22:30 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC0D6EBF5 for ; Mon, 18 Feb 2019 02:22:29 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5DE5014ED556; Mon, 18 Feb 2019 02:22:29 +0000 (UTC) Delivered-To: virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B5A814ED555 for ; Mon, 18 Feb 2019 02:22:29 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mail-ot1-f54.google.com (mail-ot1-f54.google.com [209.85.210.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD0ED6EBF1 for ; Mon, 18 Feb 2019 02:22:28 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mail-ot1-f54.google.com with SMTP id i5so25766624oto.9 for ; Sun, 17 Feb 2019 18:22:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2XXE3xr/nHVrBooSN1VkTwn+kRUQG55aRbzeqW8wuQw=; b=k4z3h/TrN26i80LkDIGDoDmBEd6dbgrL/LVltJ0KQJ9WNy/V5NVtZsJOPYYYg8NYgV wpbPaoNdkkd7eYZDzVtFTLooOEpM7bflpm3fG4wBUjQsLj1nMfFPOADR7Z+we+vzkapu 1VbtrW2C6dmhYKYUsu7I9kLlSa/9HA1nVQ64WdLM/sA9vQzIdmJZH3mH2EAiicbOAEYY 1Lz+1N2CN04CeSFLn7qeT3qYfUIFfv03uIJ1g3ZrxxPJEiy8RSyVHYk8UZnW5r4Lfj2h +7uiE3vbF9MLZ5a/vQwFALdEkFaoOWCr1BVfkTNMBCEQNF4xe2INB14w07Dq3zWT7hxh OPzg== X-Gm-Message-State: AHQUAuaqoy93Y6bxrQoAH17HHn+CGcim07fvx0ZnG1h6rJTGCrjoP2Vr FsxLQapdXMz6ye8sTlNU4Tq+jLlfNlNT+IblV14aERBR X-Google-Smtp-Source: AHgI3IaTbRnrAJLcsXOw6Zk9+1B/j+qXa0Q89VnKJXRLGfq0cauw9yKafQW9o6z8YtjtaxT1Vz/XdHlMCu+5R2i9lZw= X-Received: by 2002:aca:3e8a:: with SMTP id l132mr119618oia.107.1550456542324; Sun, 17 Feb 2019 18:22:22 -0800 (PST) MIME-Version: 1.0 References: <20190212084333.GA46685@admin.sibptus.ru> <20190212130506.GA62989@admin.sibptus.ru> <20190215044134.GA52633@admin.sibptus.ru> <20190216041134.GA75357@admin.sibptus.ru> <20190217155811.GA99389@admin.sibptus.ru> <20190218010901.GA8125@admin.sibptus.ru> In-Reply-To: <20190218010901.GA8125@admin.sibptus.ru> From: Jason Tubnor Date: Mon, 18 Feb 2019 13:22:10 +1100 Message-ID: Subject: Re: NVMe and Bhyve To: Victor Sudakov Cc: "freebsd-virtualization@freebsd.org" X-Rspamd-Queue-Id: BD0ED6EBF1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.906,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 18 Feb 2019 02:22:30 -0000 On Mon, 18 Feb 2019 at 12:09, Victor Sudakov wrote: > > Well, disk0 will be the guest HDD to install to, disk1 will be the ISO with > drivers, and which disk will be the ISO attached by the "vm install" > command? > > From a user perspective, this is not of any value to know. vm-bhyve manages that in the background and usually puts the regular disk0 as -s 4:0 regardless of normal boot or install and when the installer is invoked, puts the installer iso in as -s 3:0 So based on previous examples, you'd see something like this in the log: -s 3:0,ahci-cd,/vm/.iso/myinstaliso.iso -s 4:0,ahci-hd,/dev/zvol/mypool/vm/myserver/disk0 -s 5:0,ahci-cd,/vm/myserver/virtio-win-0.1.164.iso