Re: [RFC] Adding a Rados block driver to bhyve

2020-03-20 Thread Willem Jan Withagen
On 10-3-2020 19:08, Conrad Meyer wrote: On Tue, Mar 10, 2020 at 9:28 AM Willem Jan Withagen wrote: problem that libblock_rbd.so is stripped in such a way that the symbol I need is removed. So either I'm doing it the wrong way, like special options on the symbols oid. However, I think there's

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-15 Thread Willem Jan Withagen
On 10-3-2020 17:48, Alan Somers wrote: On Tue, Mar 10, 2020 at 10:28 AM Willem Jan Withagen wrote: On 10-3-2020 17:21, Alan Somers wrote: On Tue, Mar 10, 2020 at 9:41 AM Willem Jan Withagen wrote: On 10-3-2020 16:15, Alan Somers wrote: On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Conrad Meyer
On Tue, Mar 10, 2020 at 9:28 AM Willem Jan Withagen wrote: > >> problem that libblock_rbd.so is stripped in such a way that > >> the symbol I need is removed. > > > So either I'm doing it the wrong way, like special options on the > > symbols oid. > > > However, I think the

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Alan Somers
On Tue, Mar 10, 2020 at 10:28 AM Willem Jan Withagen wrote: > On 10-3-2020 17:21, Alan Somers wrote: > > On Tue, Mar 10, 2020 at 9:41 AM Willem Jan Withagen > wrote: > >> On 10-3-2020 16:15, Alan Somers wrote: >> >> On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen >> wrote: >> >>> On 9-3-202

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Willem Jan Withagen
On 10-3-2020 17:21, Alan Somers wrote: On Tue, Mar 10, 2020 at 9:41 AM Willem Jan Withagen > wrote: On 10-3-2020 16:15, Alan Somers wrote: On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen mailto:w...@digiware.nl>> wrote: On 9-3-2020 14:46, Alan S

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Alan Somers
On Tue, Mar 10, 2020 at 9:41 AM Willem Jan Withagen wrote: > On 10-3-2020 16:15, Alan Somers wrote: > > On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen > wrote: > >> On 9-3-2020 14:46, Alan Somers wrote: >> >> On Mon, Mar 9, 2020 at 4:32 AM Willem Jan Withagen >> wrote: >> >>> Hi all, >>> >

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Willem Jan Withagen
On 10-3-2020 16:15, Alan Somers wrote: On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen > wrote: On 9-3-2020 14:46, Alan Somers wrote: On Mon, Mar 9, 2020 at 4:32 AM Willem Jan Withagen mailto:w...@digiware.nl>> wrote: Hi all, And sorry

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Alan Somers
On Tue, Mar 10, 2020 at 3:59 AM Willem Jan Withagen wrote: > On 9-3-2020 14:46, Alan Somers wrote: > > On Mon, Mar 9, 2020 at 4:32 AM Willem Jan Withagen > wrote: > >> Hi all, >> >> And sorry for crosspoing three groups, but the answer can/could be a mix >> of things to do in these three areas.

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-10 Thread Willem Jan Withagen
On 9-3-2020 14:46, Alan Somers wrote: On Mon, Mar 9, 2020 at 4:32 AM Willem Jan Withagen > wrote: Hi all, And sorry for crosspoing three groups, but the answer can/could be a mix of things to do in these three areas. I have a prototype of bhyve runn

Re: [RFC] Adding a Rados block driver to bhyve

2020-03-09 Thread Alan Somers
On Mon, Mar 9, 2020 at 4:32 AM Willem Jan Withagen wrote: > Hi all, > > And sorry for crosspoing three groups, but the answer can/could be a mix > of things to do in these three areas. > > I have a prototype of bhyve running on Rados/Ceph working: > https://github.com/freebsd/freebsd/pull/42

[RFC] Adding a Rados block driver to bhyve

2020-03-09 Thread Willem Jan Withagen
Hi all, And sorry for crosspoing three groups, but the answer can/could be a mix of things to do in these three areas. I have a prototype of bhyve running on Rados/Ceph working:     https://github.com/freebsd/freebsd/pull/426 But there are a few catches on how to get it in the FreeBSd sources..