Bug 1416817
| Summary: | firewall-cmd very slow when loading large XML files | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ole Holm Nielsen <ole.h.nielsen> |
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED ERRATA | QA Contact: | Tomas Dolezal <todoleza> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | todoleza |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 16:22:56 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: | |||
|
Description
Ole Holm Nielsen
2017-01-26 14:35:09 UTC
Upstream fixes: https://github.com/t-woerner/firewalld/commit/e9e1e347e3f9fea699878fe8d480b7ea6efff91f https://github.com/t-woerner/firewalld/commit/c6fe89e8f1c99c0a22d705e56d078878dee437a8 https://github.com/t-woerner/firewalld/commit/8a4dde367d8cd1b773e4e2e44f655839e80d4816 https://github.com/t-woerner/firewalld/commit/e61f9286e0f8eb53026755554b2278b27b7aed34 verified firewalld-0.4.4.4-5.el7 on x86_64 wc -l /mnt/tests/firewalld/ipset.list 65025 /mnt/tests/firewalld/ipset.list new: time firewall-cmd --permanent --ipset myipset --add-entries-from-file /mnt/tests/firewalld/ipset.list success real 0m1.261s user 0m0.212s sys 0m0.019s time systemctl restart firewalld real 0m0.937s user 0m0.006s sys 0m0.009s old: success time firewall-cmd --permanent --ipset myipset --add-entries-from-file /mnt/tests/firewalld/ipset.list success real 1m1.335s user 1m0.332s sys 0m0.018s [root@vm-rhel7s ~]# time systemctl restart firewalld real 0m45.240s user 0m0.006s sys 0m0.002s Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1934 |