Re: Read-only view of a ZFS filesystem inside a bhyve guest?

2018-04-28 Thread Daniel Braniss
> On 28 Apr 2018, at 14:26, Daniel Braniss wrote: > > > >> On 28 Apr 2018, at 13:37, Mark Raynsford >> wrote: >> >> On 2018-04-28T09:08:42 +0300 >> Daniel Braniss wrote: >> >>> since the clients and the server are sharing the zfs volume, >>> I’m doing the following: >>> on the server I d

Re: Read-only view of a ZFS filesystem inside a bhyve guest?

2018-04-28 Thread Daniel Braniss
> On 28 Apr 2018, at 13:37, Mark Raynsford > wrote: > > On 2018-04-28T09:08:42 +0300 > Daniel Braniss wrote: > >> since the clients and the server are sharing the zfs volume, >> I’m doing the following: >> on the server I did: >> zfs create -sV 4G h/root.ro >> new

Re: Read-only view of a ZFS filesystem inside a bhyve guest?

2018-04-28 Thread Mark Raynsford via freebsd-virtualization
On 2018-04-28T09:08:42 +0300 Daniel Braniss wrote: > since the clients and the server are sharing the zfs volume, > I’m doing the following: > on the server I did: > zfs create -sV 4G h/root.ro > newfs /dev/zvol/h/root.ro > mount /dev/zol/h/ro

Re: Read-only view of a ZFS filesystem inside a bhyve guest?

2018-04-28 Thread Mark Raynsford via freebsd-virtualization
On 2018-04-27T11:42:18 -0700 "Rodney W. Grimes" wrote: > > You should be able to "plumb" NFS from the host to the guests on a > local bridge device, possibly evening playing games with the use > of an unroutable network like 127.1.0.0/24. On 2018-04-27T12:22:39 -0500 Eric Borisch wrote: > I use