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

Support centos7.5 as bootstrap.iso #8575

Merged
merged 1 commit into from
Sep 7, 2019

Conversation

YanzhaoLi
Copy link
Member

@YanzhaoLi YanzhaoLi commented Aug 5, 2019

  1. mv xtables library from /lib64 to /usr/lib64
  2. put rngd's dependent dynamic lib into /lib64

The first one is to have iptables work.
LD_DEBUG=libs LD_DEBUG_OUTPUT=/tmp/iptables_dynamic_dependencies.out iptables
The 2nd one is to have rngd work, using the same method to find dependent so

Fixes #8569
[full ci]

@codecov-io
Copy link

codecov-io commented Aug 5, 2019

Codecov Report

Merging #8575 into master will increase coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #8575      +/-   ##
==========================================
+ Coverage   31.42%   31.48%   +0.06%     
==========================================
  Files         293      293              
  Lines       44380    44380              
==========================================
+ Hits        13947    13974      +27     
+ Misses      29212    29184      -28     
- Partials     1221     1222       +1
Impacted Files Coverage Δ
lib/apiservers/engine/backends/eventmonitor.go 42.07% <0%> (-5.49%) ⬇️
pkg/logmgr/logmgr.go 65.89% <0%> (+2.32%) ⬆️
lib/portlayer/attach/communication/interactor.go 27% <0%> (+2.91%) ⬆️
lib/portlayer/attach/communication/connector.go 61.68% <0%> (+7.47%) ⬆️
lib/portlayer/attach/communication/lazy.go 90.9% <0%> (+22.72%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1967d0c...0842491. Read the comment docs.

@YanzhaoLi YanzhaoLi changed the base branch from topic/support_centos7.5 to master August 6, 2019 03:36
@wjun
Copy link
Contributor

wjun commented Sep 2, 2019

Please test centos7.5 with test cases.

@YanzhaoLi YanzhaoLi force-pushed the topic/support_centos7.5 branch 4 times, most recently from ba68b8f to c62fb2c Compare September 6, 2019 09:57
1. mv xtables library from /lib64 to /usr/lib64
2. put rngd's dependent dynamic lib into /lib64

The first one is to have iptables work.
`LD_DEBUG=libs LD_DEBUG_OUTPUT=/tmp/iptables_dynamic_dependencies.out iptables `
The 2nd one is to have rngd work, using the same method to find dependent so
@YanzhaoLi YanzhaoLi force-pushed the topic/support_centos7.5 branch from c62fb2c to 0842491 Compare September 7, 2019 13:13
@YanzhaoLi YanzhaoLi merged commit 4e18006 into vmware:master Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bootstrap.iso for rhel 7.5 having some issues
5 participants