Date: Wed, 25 Jan 2017 12:13:25 +0300 From: Boris Samorodov <bsam@passap.ru> To: freebsd-questions@freebsd.org Subject: Re: bhyve centos7 Message-ID: <119f89a2-1c35-036b-1398-1700a3bdd696@passap.ru> In-Reply-To: <E07B4FC6-7466-4017-AD65-F6FFE9F7E84F@anomali.com> References: <E07B4FC6-7466-4017-AD65-F6FFE9F7E84F@anomali.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?119f89a2-1c35-036b-1398-1700a3bdd696>