Hello, It is not my idea - using MD. The software I am trying to build uses it. Maybe it could be changed, but it is another history. Is there any 'user-friendly' tool in DragonFly to manage jails? Like cbsd or iocage/iocell?
BTW, what is the reason to remove mdconfig if (anyway) md kernel module is present and loaded? Peter > Le 25 févr. 2020 à 23:04, Matthew Dillon <[email protected]> a écrit : > > I don't think the FreeBSD tools are going to work, per-say. For any ram > drives, you should use TMPFS instead of MD. TMPFS is heavily optimized for > performance. We only use MD for boot-time strapping of crypto mounts. It's > very old and should not be used for anything else. > > -Matt > > On Mon, Feb 24, 2020 at 12:31 PM Quelrond <[email protected] > <mailto:[email protected]>> wrote: > Hello, > > I am new in DragonFly, coming from FreeBSD world. > > Trying to install FreeBSD tool for jails management CBSD > (https://github.com/cbsd/cbsd <https://github.com/cbsd/cbsd>), on DragonFly, > I stopped by a problem of > mdconfig absent in my DragonFly installation: > > DragonFly drugoj.reseaucloud.local 5.6-RELEASE DragonFly v5.6.2-RELEASE > > It seems that md kernel module is loaded. Where is mdconfig? > > Best regards, > > Peter > >
