Bug 1251190
Summary: | No way to adjust io_timeout for sanlock lockspace via libvirt | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Konstantin Ryabitsev <icon> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | dyuan, herlo1, rbalakri, rday, xuzhang, yanyang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-18 10:09:11 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: | 1292984 |
Description
Konstantin Ryabitsev
2015-08-06 16:22:10 UTC
Patch proposed upstream: https://www.redhat.com/archives/libvir-list/2015-October/msg00717.html I've just pushed the patch upstream: commit bd3e16a3cf89303c3ec5281c818acce418b75f50 Author: Michal Privoznik <mprivozn> AuthorDate: Fri Oct 23 13:21:22 2015 +0200 Commit: Michal Privoznik <mprivozn> CommitDate: Wed Nov 18 10:56:56 2015 +0100 locking: Add io_timeout to sanlock https://bugzilla.redhat.com/show_bug.cgi?id=1251190 So, if domain loses access to storage, sanlock tries to kill it after some timeout. So far, the default is 80 seconds. But for some scenarios this might not be enough. We should allow users to adjust the timeout according to their needs. Signed-off-by: Michal Privoznik <mprivozn> v1.2.21-76-gbd3e16a |