Bug 1496131
| Summary: | Remove dependency on net-tools | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Hogarth <james.hogarth> |
| Component: | mariadb | Assignee: | Michal Schorm <mschorm> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dciabrin, hhorak, james.hogarth, jstanek, mbayer, mkocka, mmuzila, mschorm, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-04 20:51:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1496100 | ||
|
Description
James Hogarth
2017-09-26 14:24:17 UTC
Hi, MariaDB use 'net-tools' package for wsrep - in Galera replication. I'll check what is used from that package and what can I do with it. Discussion with upstream: https://jira.mariadb.org/browse/MDEV-13993 Hi, as you can see in discussion with upstream (comment 2), it is believed, that just switching dependency should be sufficient. However, can you please check the list (inside that discussion), if you spot something, that deserve more interest? Looking at: https://github.com/MariaDB/server/blob/10.2/scripts/wsrep_sst_rsync.sh#L105 it appears to me it switches over cleanly already for ifconfig to ip ... and looking further they already use ss rather than the older netstat. Searching the repo the only other place I see is here... but that's build time tests and I don't know if you run them? https://github.com/MariaDB/server/blob/8f643e2063c9890a353149f39ef85b2cf3151fd0/mysql-test/t/host_cache_size_functionality.test So ... looks like it'll be simple to resolve this just removing net-tools from the requires and adding iproute The latest rawhide build has iproute requirement inside instead of net-tools. mariadb build 3:10.2.9-2 https://koji.fedoraproject.org/koji/taskinfo?taskID=22258567 Excellent news. Thanks for getting that into place. We can safely mark this closed rawhide in that case I think :) |