Add a simple gnt-job script
authorIustin Pop <iustin@google.com>
Fri, 4 Apr 2008 12:44:20 +0000 (12:44 +0000)
committerIustin Pop <iustin@google.com>
Fri, 4 Apr 2008 12:44:20 +0000 (12:44 +0000)
commit7a1ecaed85932102dd42a2f5ef84e07081e1a297
treef07434a8744357aacf7074c59d88cae573b2a21b
parent8f7650695fbfd198b4128efee726f07ae6bd8ac5
Add a simple gnt-job script

This patch adds a very basic gnt-job script that allows job querying.
This goes on top of the previous master daemon patches.

Currently, because of the not-changed cmd lock, you can't query the jobs
as long as a job is running - you have to rm the cmd lock and then you
can query the jobs.

Reviewed-by: imsnah
daemons/ganeti-masterd
lib/jqueue.py
scripts/Makefile.am
scripts/gnt-job [new file with mode: 0644]