RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1031029 - Exit message: internal error unsupported configuration: Read/write, exclusive access, disks were present, but no leases specified
Summary: Exit message: internal error unsupported configuration: Read/write, exclusive...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Jiri Denemark
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-15 13:54 UTC by Michael Everette
Modified: 2018-12-03 20:41 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-10 21:00:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 542773 0 None None None Never

Comment 3 Jiri Denemark 2013-12-05 17:43:56 UTC
It looks like the XML libvirt got from vdsm was wrong. Vdsm turns off automatic disk leases and so it is supposed to explicitly configure leases for all read/write disks used by a domain. The "Read/write, exclusive access, disks were present, but no leases specified" error is reported when there are read/write disks attached to a domain but there are no leases configured for them. Can you get the XML vdsm uses for the domain?

Comment 4 Jiri Denemark 2013-12-05 17:48:07 UTC
I talked to Federico from RHEV storage team and apparently vdsm is configuring libvirt (in /etc/libvirt/qemu-sanlock.conf) so that

auto_disk_leases = 0
require_lease_for_disks = 0

However, the reported error message should only be reported if

auto_disk_leases = 0
require_lease_for_disks = 1

and there are no leases in domain XML.

That said, this looks like someone changed require_lease_for_disks to 1. Michael, can you check if that's the case?

Comment 5 Michael Everette 2013-12-05 17:52:24 UTC
I will ask customer for it now.

Comment 6 Michael Everette 2013-12-10 14:47:37 UTC
Customer has closed the case and not provided the info requested. He has updated to the latest iso and says he does not see same behaviour. We can close this bug. Thank you for the help.

Comment 7 Jiri Denemark 2013-12-10 21:00:43 UTC
Thanks, I assume the problem was in wrong configuration of libvirt and whatever caused it is now gone.


Note You need to log in before you can comment on or make changes to this bug.