-
Notifications
You must be signed in to change notification settings - Fork 898
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
Container Volumes should honour tag visibility #14517
Conversation
@miq-bot add_label providers/containers, bug |
@isimluk @gtanzillo Can you please review? |
Is this worth adding also to |
@isimluk Thanks, I added it regardless of this issue |
@@ -30,6 +30,7 @@ class MiqExpression | |||
ContainerRoute | |||
ContainerService | |||
ContainerTemplate | |||
PersistentVolume |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Persistent/Container/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well actually I believe we want here PersistentVolume
and not ContainerVolume
which is the base class and basing reports on it will include other unrelated records (pods volumes).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@gtanzillo Can you please take a look? |
This pull request is not mergeable. Please rebase and repush. |
Checked commit zakiva@b9faf82 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot add_label fine/yes |
@gtanzillo please review/merge |
Container Volumes should honour tag visibility (cherry picked from commit d9cc1fd) https://bugzilla.redhat.com/show_bug.cgi?id=1445086
Fine backport details:
|
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1434879
Related UI PR: ManageIQ/manageiq-ui-classic#808
@simon3z @zeari