Oleg Ginzburg
Oleg Ginzburg
CBSD does not support multiple volumes for the same working environment. However, you can use a symbolic link for secondary disk in ~cbsd/jails-data//dsk2.vhd e.g.: 1) create second disk ``` cbsd...
I keep that in mind, but it creates a huge number of problems and exceptions in various forms. For example, bexport/bimport/bclone/bsnapshot and so on must somehow handle the existence of...
Perhaps at an early stage of implementation we can add some flag that such a virtual machine is non-migratory ( it will be a kind of technical debt as it...
Yes, at the moment this problem exists. For this reason, this is mentioned here: https://clonos.tekroutine.com/errata.html Some commands already have a status update via queue ( CBSD used ws:// to send...
By the way .. In CBSD there is a command fetch_iso ( https://www.bsdstore.ru/en/cbsd_fetch.html ) which can be used to pre-obtain images referenced by CBSD profiles,e.g: (in latest CBSD, 12.0.8) %...
You're right. apparently this is an artifact from the old code. I suppose it can be removed
it seems to me that the list of IP addresses is not a good idea, because CBSD may not know the addresses in containers (e.g. vnet jails, bhyve VM, +...
I have long wanted to make it possible to include the custom rules, because I cannot predict all cases. also, it is necessary to regulate redirects rules for expose. Most...
I would like to take it after the FreeBSD 13.-RELEASE, when I plan to update the image of the ClonOS. As it can affect places that are already well tested
Can you add more details or a link to the template engine? does this require adding some kind of framework?