Implement job auto-archiving
authorIustin Pop <iustin@google.com>
Mon, 6 Oct 2008 16:42:18 +0000 (16:42 +0000)
committerIustin Pop <iustin@google.com>
Mon, 6 Oct 2008 16:42:18 +0000 (16:42 +0000)
commit07cd723a610301d8c8ff308e296be0521324ae12
tree7e0eee680a72a639625244d41693b658fd411912
parent2241e2b9fc9d1a5115c63a4d12c1379fe4c41a29
Implement job auto-archiving

This patch adds a new luxi call that implements auto-archiving of jobs
older than a certain age (or -1 for all completed jobs), and the gnt-job
command that makes use of this (with 'all' for -1).

Reviewed-by: imsnah
daemons/ganeti-masterd
lib/cli.py
lib/jqueue.py
lib/luxi.py
scripts/gnt-job