Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Query / Locks.hs @ 6a221b79

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
d1dd8525 04/07/2014 10:53 am Klaus Aehlig

Switch to ClientType as identifier

...instead of Either String JobId.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

5d9efc0f 04/04/2014 06:20 pm Klaus Aehlig

Make locks field use live data

So far, the description of the locks fields was made under the assumption
that lock queries wouldn't be answered by Luxid anyway, and hence it was
enough to parse such requests. However, now luxid will answer these queries
after getting a snapshot of the locks status from wconfd. Hence make the fields...

c92b4671 01/21/2014 05:40 pm Klaus Aehlig

Make use of fieldListToFieldMap

...to avoid duplicating that code all over Ganeti.Query.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

86b04819 01/21/2014 04:05 pm Klaus Aehlig

Provide fields for lock queries

For luxid to be feature-complete with respect to masterd, it
also needs to answer requests about locks. This includes knowing
the fields available for locks.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>