Bug 1687345
Summary: | Snapshot with memory volumes can fail if the memory dump takes more than 180 seconds | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | nijin ashok <nashok> |
Component: | ovirt-engine | Assignee: | Liran Rotenberg <lrotenbe> |
Status: | CLOSED ERRATA | QA Contact: | Ilan Zuckerman <izuckerm> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.2.8 | CC: | achareka, aefrat, amarchuk, audgiri, gveitmic, gwatson, lrotenbe, lsvaty, michal.skrivanek, mkalinin, pelauter, rdlugyhe, srosenbe, tnisan |
Target Milestone: | ovirt-4.4.0 | Keywords: | TestOnly |
Target Release: | --- | Flags: | lsvaty:
testing_plan_complete-
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rhv-4.4.0-29 | Doc Type: | Enhancement |
Doc Text: |
Previously, RHV Manager created live virtual machine snapshots synchronously. If creating the snapshot exceeded the timeout period (default 180 seconds), the operation failed. These failures tended to happen with virtual machines that had large memory loads or clusters that had slow storage speeds.
With this enhancement, the live snapshot operation is asynchronous and runs until it is complete, regardless of how long it takes.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-08-04 13:16:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1746730, 1749284 | ||
Bug Blocks: | 1547768 |
Description
nijin ashok
2019-03-11 10:44:24 UTC
I think the memory volumes are less used by the users since as per my understanding most of the user doesn't require the current running state of the VM. The disk only snapshot would be sufficient for most of the users. Also, the VM will also get paused during the memory snapshot and it requires more space in the storage. However, by default, the "Save Memory" option is checked while taking the snapshots using GUI. Do you think "Save Memory" option should be disabled by default? Please let me know if I need to open a new BZ for this. sync2jira sync2jira See https://bugzilla.redhat.com/show_bug.cgi?id=1749284 This will be resolved as part of moving snapshot operations to async in 4.4 GA Looks like a dupe of the async snapshot bug. Think your patch will resolve? (In reply to Ryan Barry from comment #35) > Looks like a dupe of the async snapshot bug. Think your patch will resolve? My 4.4 sync snapshot should resolve it. Verified according steps from description on: ovirt-engine-4.4.0-0.32.master.el8ev.noarch vdsm-4.40.13-1.el8ev.x86_64 Snapshot with memory took around 5 minutes. no timeouts or errors seen in the engine log. Start snapshot: 2020-04-19 15:30:03,231+03 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine- Thread-5173) [b2971597-a2d7-47bd-9eaa-4ddafebf0105] EVENT_ID: USER_CREATE_SNAPSHOT(45), Snapshot 'test' creation for VM 'test' was initi ated by admin@internal-authz. End snapshot: 2020-04-19 15:35:11,479+03 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-100) [] EVENT_ID: USER_CREATE_SNAPSHOT_FINISHED_SUCCESS(68), Snapshot 'test' creation for VM 'test' has been completed. 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 (Important: RHV Manager (ovirt-engine) 4.4 security, bug fix, and enhancement update), 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/RHSA-2020:3247 |