Support reading the information on whether an instance is forthcoming on the Luxi Backend of htools. To do so, we first need to extend LuxiD to support queries for that flag.
Klaus Aehlig (7): Add a type class for the property of being forthcoming Also generate a predicate for being forthcoming Instance Disks as ForthcomingObject Instance instances as ForthcomingObject Add field list for the property of being forthcoming Support queries for the forthcoming bit of instances htools Luxi backend: query forthcoming flag lib/query.py | 3 +++ src/Ganeti/HTools/Backend/Luxi.hs | 9 ++++++--- src/Ganeti/Objects/Disk.hs | 3 +++ src/Ganeti/Objects/Instance.hs | 3 +++ src/Ganeti/Query/Common.hs | 10 ++++++++++ src/Ganeti/Query/Instance.hs | 1 + src/Ganeti/THH.hs | 12 +++++++++++- src/Ganeti/Types.hs | 5 +++++ 8 files changed, 42 insertions(+), 4 deletions(-) -- 2.2.0.rc0.207.ga3a616c
