Bug 1433380
| Summary: | Execute fencing on hosts which RPC pool is exhausted | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Martin Perina <mperina> |
| Component: | BLL.Infra | Assignee: | Piotr Kliczewski <pkliczew> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.1.0.3 | CC: | bugs, dprezhev, eberman, fromani, lsvaty, mperina, nsoffer, oourfali, pkliczew, ratamir, rgolan, ybronhei |
| Target Milestone: | ovirt-4.2.0 | Flags: | rule-engine:
ovirt-4.2+
lsvaty: testing_ack+ |
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1428415 | Environment: | |
| Last Closed: | 2017-12-20 11:09:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Perina
2017-03-17 13:55:45 UTC
Let's use this bug for fencing related changes, for now it's targeted to 4.2, but once patches are finalized we should backport to 4.1.z When testing this I used 20 (and once 50) infinite cycles of `vdsm-client Host getAllVmIoTunePolicies` but this only caused the host to be non responsive and freezed, however only soft fencing was executed which seems like the scenario you sought. What confuses me is that this did not produce any ResourceExhausted errors in log, which I would expect since the host obviously had all resources exhausted. It is not about host having no resources but the thread pool which is used has no more threads when invoking the verbs. You can try to emulate it by changing values (worker_threads, tasks_per_worker) in config.py, rpc section. Verified on ovirt-engine-4.2.0-0.0.master.20171013142622.git15e767c.el7.centos.noarch When host is throwing too many tasks (I set 1 worker with 1 thread) only soft fencing is used, also VMs are migrated away from this host. This bugzilla is included in oVirt 4.2.0 release, published on Dec 20th 2017. Since the problem described in this bug report should be resolved in oVirt 4.2.0 release, published on Dec 20th 2017, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |