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

DAOS-16570 control: Remove non-server dependency on libpci #15131

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

mjmac
Copy link
Contributor

@mjmac mjmac commented Sep 14, 2024

Commit 2145093 added a new pciutils package that provides
bindings for the library so that the server can interrogate
PCI device status. The work also included a change to the
hwprov package that forces all users of hwprov to pull in
libpci, even though only the server needs it. This commit
changes the server to pull in the pciutils package directly
and removes the dependency from other users of hwprov.

Required-githooks: true
Change-Id: Iec155fe4b6f16ddad421226200617ecd5700aa76
Signed-off-by: Michael MacDonald [email protected]

Commit 2145093 added a new pciutils package that provides
bindings for the library so that the server can interrogate
PCI device status. The work also included a change to the
hwprov package that forces all users of hwprov to pull in
libpci, even though only the server needs it. This commit
changes the server to pull in the pciutils package directly
and removes the dependency from other users of hwprov.

Required-githooks: true
Change-Id: Iec155fe4b6f16ddad421226200617ecd5700aa76
Signed-off-by: Michael MacDonald <[email protected]>
Copy link

Ticket title is 'Use of the hwprov package forces a new dependency on libpci'
Status is 'Open'
https://daosio.atlassian.net/browse/DAOS-16570

@mjmac mjmac merged commit 5f496a8 into google/2.6 Sep 15, 2024
49 checks passed
@mjmac mjmac deleted the mjmac/DAOS-16570-2.6-google branch September 15, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants