Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
In RHEL 6 beta 1, virsh doesn't provide a way to determine if a domain or pool that is present is persistent.
This can cause unexpected data loss when a domain or pool that was expected to be persistent wasn't. When the libvirtd daemon is restarted, the domain/pools are gone.
Version-Release number of selected component (if applicable):
libvirt-0.7.6-2.el6.x86_64.rpm
How reproducible:
Every time.
Steps to Reproduce:
1. Migrate a virtualised guest to a host server using a client that doesn't automatically define the guest on the new host.
2. Using virsh, try to determine whether the guest will be persistent after a restart of libvirtd. No luck, it can't be done.
2. Restart the libvirtd on the host.
3. The guest is now gone, no longer existing on either source or destination host. Data loss here. :/
Actual results:
Restarting of libvirtd can result in data loss, as it's not possible to tell which objects will persist.
Expected results:
Some way to determine which objects will persist, in order to take actions or make allowances appropriately when needing to restart libvirtd.
Additional info:
Comment 2RHEL Program Management
2010-06-14 12:03:26 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release. Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release. This request is not yet committed for
inclusion.
Verified with libvirt-0.8.1-13.el6.x86_64. Moving to VERIFIED.
On client:
# virsh migrate --live foo qemu+ssh://10.66.70.152/system
root.70.152's password:
#
On host:
# virsh list --all
Id Name State
----------------------------------
2 foo running
# service libvirtd restart
Stopping libvirtd daemon: [ OK ]
Starting libvirtd daemon: [ OK ]
# virsh list --all
Id Name State
----------------------------------
2 foo running
# virsh dominfo foo
Id: 2
Name: foo
UUID: 92abbc4c-23fc-49e4-fb04-f4f195324d67
OS Type: hvm
State: running
CPU(s): 1
CPU time: 826.1s
Max memory: 524288 kB
Used memory: 524288 kB
Persistent: no
Autostart: disable
Security model: selinux
Security DOI: 0
Security label: system_u:system_r:svirt_t:s0:c462,c699 (permissive)
Comment 12releng-rhel@redhat.com
2010-11-11 14:50:02 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.