Remove the job queue drain rpc call
authorGuido Trotter <ultrotter@google.com>
Wed, 9 Jun 2010 11:07:25 +0000 (12:07 +0100)
committerGuido Trotter <ultrotter@google.com>
Fri, 11 Jun 2010 09:23:03 +0000 (10:23 +0100)
commit6abf7f2cbf99cc747b3681c2f334427d0b6fe78d
tree96f8f61aff9599e91709a4627b6ed45d61c24eb3
parent7f8900599939375920758167a4d757536bb7c99a
Remove the job queue drain rpc call

This call was introduced but never used. In two years.
Since it's just creating/removing a file it can also be in simpler ways,
without a special rpc call, if/when we need it again. In the meantime,
let's give it to history.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
daemons/ganeti-noded
lib/backend.py
lib/jqueue.py
lib/rpc.py