Switch job IDs to numeric
This has been a long-standing cleanup item, which we've always refrained from doing due to the high estimated effort needed. In reality, it turned out that after some infrastructure improvements (the previous patches), the actual job queue-related changes are quite small. We will need to update the NEWS file later, but so far the RAPI documentation doesn't mention that the job ID is a string (it only says it is "a number"), so it doesn't look like it needs update. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
René Nussbaumer <rn@google.com>
Showing
- htools/Ganeti/HTools/Program/Hbal.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Program/Hbal.hs
- htools/Ganeti/Luxi.hs 17 additions, 11 deletionshtools/Ganeti/Luxi.hs
- lib/client/gnt_debug.py 2 additions, 1 deletionlib/client/gnt_debug.py
- lib/client/gnt_job.py 19 additions, 4 deletionslib/client/gnt_job.py
- lib/jqueue.py 25 additions, 25 deletionslib/jqueue.py
- lib/jstore.py 6 additions, 7 deletionslib/jstore.py
- lib/qlang.py 1 addition, 1 deletionlib/qlang.py
- lib/query.py 2 additions, 1 deletionlib/query.py
- qa/qa_rapi.py 2 additions, 1 deletionqa/qa_rapi.py
- test/ganeti.jqueue_unittest.py 3 additions, 3 deletionstest/ganeti.jqueue_unittest.py
- test/ganeti.jstore_unittest.py 3 additions, 3 deletionstest/ganeti.jstore_unittest.py
- test/ganeti.query_unittest.py 15 additions, 8 deletionstest/ganeti.query_unittest.py
Loading
Please register or sign in to comment