Skip to content

Releases: cneira/jail-task-driver

v0.03

12 Jul 21:19
8e43adc
Compare
Choose a tag to compare
v0.03 Pre-release
Pre-release
  • Resource control rework, now actions could be specified per resource.
Rctl {
       Vmemoryuse = {  Amount = "1G" Action = "deny"  Per = "process" }
}
  • bug fixes.

v0.02

11 Jul 17:47
Compare
Choose a tag to compare
v0.02 Pre-release
Pre-release

Changes :

  • Vnet is working.
  • The Command parameter has been deprecated in favor of Exec_start.
  • Path is no longer required it will default to nomad's allocation directory.
  • A new example for non-vnet jails.
  • nomad job status return the correct state for the jail task
  • nomad stop terminates jails
  • Resource control is possible using the Rctl block.