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

containers-by-image table mode only shows one host #2627

Closed
rade opened this issue Jun 21, 2017 · 0 comments
Closed

containers-by-image table mode only shows one host #2627

rade opened this issue Jun 21, 2017 · 0 comments
Labels
accuracy Incorrect information is being shown to the user; usually a bug bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer

Comments

@rade
Copy link
Member

rade commented Jun 21, 2017

The same container image can reside (and by used) on multiple hosts. This is reflected in the containers-by-image report structure, which contains multiple parents for the host topology:

    "memcached;<container_image>": {
     ...
      "parents": [
        {
          "id": "ip-172-20-1-136;<host>",
          "label": "ip-172-20-1-136",
          "topologyId": "hosts"
        },
        {
          "id": "ip-172-20-2-118;<host>",
          "label": "ip-172-20-2-118",
          "topologyId": "hosts"
        },
        {
          "id": "ip-172-20-2-90;<host>",
          "label": "ip-172-20-2-90",
          "topologyId": "hosts"
        },
        {
          "id": "ip-172-20-3-251;<host>",
          "label": "ip-172-20-3-251",
          "topologyId": "hosts"
        },
        {
          "id": "ip-172-20-3-52;<host>",
          "label": "ip-172-20-3-52",
          "topologyId": "hosts"
        },
        {
          "id": "ip-172-20-3-76;<host>",
          "label": "ip-172-20-3-76",
          "topologyId": "hosts"
        }
      ],
...

And indeed that is what gets shown in parents area at the top of the details panel. But not in the 'hosts' column of the table view, which only shows a single host:

screenshot from 2017-06-21 15-42-58

@rade rade added accuracy Incorrect information is being shown to the user; usually a bug bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer labels Jun 21, 2017
@foot foot closed this as completed in #2648 Jul 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accuracy Incorrect information is being shown to the user; usually a bug bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Projects
None yet
Development

No branches or pull requests

1 participant