Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested filters not working. #2505

Closed
6 of 7 tasks
sergiojvg opened this issue Oct 15, 2018 · 1 comment
Closed
6 of 7 tasks

Nested filters not working. #2505

sergiojvg opened this issue Oct 15, 2018 · 1 comment

Comments

@sergiojvg
Copy link
Contributor

sergiojvg commented Oct 15, 2018

Description
When several -f filtering options are specified, a logical OR is used for matching. It should be switched to an AND.

To Reproduce
onehost list -f RVM=41,CLUSTER=default
onehost list -f CLUSTER=default -f RVM=23

Expected behavior
RVM=41 AND CLUSTER=default

Implementation
A new option will be created to use AND instead of OR.

Details

  • Hypervisor: KVM
  • Version: 5.4, 5.6

Progress Status

  • Branch created
  • Code committed to development branch
  • Testing - QA
  • Documentation
  • Release notes - resolved issues, compatibility, known issues
  • Code committed to upstream release/hotfix branches
  • Documentation committed to upstream release/hotfix branches
@sergiojvg
Copy link
Contributor Author

OpenNebula/docs#563 --> into one/5.8-maintenance
#3083 --> into master
https://github.com/OpenNebula/development/pull/571 --> into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants