From owner-freebsd-questions@freebsd.org Wed Jan 25 09:15:33 2017 Return-Path: Delivered-To: freebsd-questions@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 52720CC188C for ; Wed, 25 Jan 2017 09:15:33 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward2p.cmail.yandex.net (forward2p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07D839F5 for ; Wed, 25 Jan 2017 09:15:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1p.mail.yandex.net (smtp1p.mail.yandex.net [77.88.29.84]) by forward2p.cmail.yandex.net (Yandex) with ESMTP id 4351721871 for ; Wed, 25 Jan 2017 12:15:27 +0300 (MSK) Received: from smtp1p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1p.mail.yandex.net (Yandex) with ESMTP id 2AA0D1780CBD for ; Wed, 25 Jan 2017 12:15:26 +0300 (MSK) Received: by smtp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ZhtjwtRgUU-FQQ4FCbR; Wed, 25 Jan 2017 12:15:26 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 Subject: Re: bhyve centos7 To: freebsd-questions@freebsd.org References: From: Boris Samorodov Message-ID: <119f89a2-1c35-036b-1398-1700a3bdd696@passap.ru> Date: Wed, 25 Jan 2017 12:13:25 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 09:15:33 -0000 Hi! 24.01.2017 12:48, Eric Melville пишет: > Since grub2-bhyve does not understand XFS Are you sure? This is one instance: ----- % cat /etc/centos-release CentOS Linux release 7.2.1511 (Core) % df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/mapper/centos-root xfs 19351552 13931836 5419716 72% / devtmpfs devtmpfs 3995416 0 3995416 0% /dev tmpfs tmpfs 4005368 0 4005368 0% /dev/shm tmpfs tmpfs 4005368 278792 3726576 7% /run tmpfs tmpfs 4005368 0 4005368 0% /sys/fs/cgroup /dev/vda1 xfs 508588 295664 212924 59% /boot tmpfs tmpfs 801076 0 801076 0% /run/user/1000 ----- The host is HEAD, but CentOS runs on it, well, since the beginning of 2016. And I use sysutils/vm-bhyve. Here is the conf: ----- guest="linux" loader="grub" cpu=8 memory=8G network0_type="virtio-net" network0_switch="public" disk0_type="virtio-blk" disk0_name="disk0.img" uuid="XXX" network0_mac="XXX" grub_run_partition="msdos1" grub_run_dir="/grub2" ----- Last two lines differ from v-bhyve docs. HTH -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve