Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Same symbolic_names #300

Open
patchkez opened this issue Oct 31, 2019 · 0 comments
Open

Same symbolic_names #300

patchkez opened this issue Oct 31, 2019 · 0 comments

Comments

@patchkez
Copy link
Collaborator

We discovered there are some sections in uploader json which are exactly the same e.g:

# cat /etc/insights-client/.cache.json | grep machine_id1 -B 3 -A 1
        {
            "file": "/etc/redhat-access-insights/machine-id",
            "pattern": [],
            "symbolic_name": "machine_id1"
        },
--
        {
            "file": "/etc/redhat-access-insights/machine-id",
            "pattern": [],
            "symbolic_name": "machine_id1"
        },

Is this intended?

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

No branches or pull requests

1 participant