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

Disable network fetch of PCI database by default #29

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

jaypipes
Copy link
Owner

@jaypipes jaypipes commented Mar 24, 2022

Unfortunately, pcidb was abusing the hosting of the PCIIDS database (see
Issue #28). Looks like CI/CD jobs were executing in containers and the
container filesystem did not contain the linux host PCIIDS database,
causing pcidb to fetch the latest from the pci-ids.ucw.cz website.

This PR disables the network fetch behaviour of pcidb by default, which
should hopefully address the abusive calls to the pci-ids.ucw.cz hosting
service.

I'm working separately with @fromanih from Red Hat to identify any CI
jobs that might have triggered the fetch storm...

Signed-off-by: Jay Pipes [email protected]

Unfortunately, pcidb was abusing the hosting of the PCIIDS database (see
Issue #28). Looks like CI/CD jobs were executing in containers and the
container filesystem did not contain the linux host PCIIDS database,
causing pcidb to fetch the latest from the pci-ids.ucw.cz website.

This PR disables the network fetch behaviour of pcidb by default, which
should hopefully address the abusive calls to the pci-ids.ucw.cz hosting
service.

I'm working separately with @fromani from Red Hat to identify any CI
jobs that might have triggered the fetch storm...

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit 41f5cd7 into main Mar 24, 2022
@jaypipes jaypipes deleted the disable-net-fetch-default branch March 24, 2022 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant