jails iocage parallel with native jails

I am trying to move away from ioage to native jails (managed via ansible).

In theory I believe it should be possible to run both jail approaches in parallel on a machine so I can migrate in small steps.

Am I wrong? Anybody out there who has practical experience in native jails parallel with iocage jails?

Regards
Hagen
 
I am trying to move away from ioage to native jails (managed via ansible).

In theory I believe it should be possible to run both jail approaches in parallel on a machine so I can migrate in small steps.

Am I wrong? Anybody out there who has practical experience in native jails parallel with iocage jails?

Regards
Hagen
Yeah, I was (still am) in the same situation. Running both iocage and base tool jails in parallel is no problem.

In fact, I even recommend you control your iocage jails with the base tools as well. jls and pkg -j are so much faster than iocage list and iocage pkg.

I know python is not an ideal language, but the sluggishness of iocage is on a whole other level.
 
Back
Top