Comment #2 on issue 954 by [email protected]: Filter language is inconsistent across Haskell/Python
https://code.google.com/p/ganeti/issues/detail?id=954

In addition, the `not` operator doesn't seem to work:

   gnt-job list

gives me a list of jobs, some of which are `cancelled`, some of which have `success`, and

   gnt-job list --filter 'status == "canceled"'

shows the canceled ones but

   gnt-job list --filter 'not (status == "canceled")'

doesn't show the `success` ones (it matches 0 jobs).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to