[PR #581] [MERGED] external snapshot & add filter for logs & fixes #624

Closed
opened 2026-02-27 15:59:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/581
Author: @catborise
Created: 4/24/2023
Status: Merged
Merged: 4/24/2023
Merged by: @catborise

Base: masterHead: master


📝 Commits (9)

  • bea6b14 fix grouped non grouped instance view
  • ad9f1db added filter for logs
  • fd6b2ec external snapshot implementation
  • 68b0494 external snapshot logs and bug fixes
  • 33d49a6 experimental: external snapshot fixes
  • 06994b0 Merge branch 'retspen:master' into master
  • f4aa925 experimental: external snapshot fixes 2
  • 71f0508 experimental: external snapshot fixes 3
  • 012bc97 add showPleasewait dialog while starting instance.

📊 Changes

9 files changed (+295 additions, -56 deletions)

View changed files

📝 instances/models.py (+4 -0)
📝 instances/templates/allinstances.html (+6 -4)
📝 instances/templates/instance.html (+2 -2)
📝 instances/templates/instance_actions.html (+2 -2)
📝 instances/templates/instances/power_tab.html (+2 -2)
📝 instances/templates/instances/snapshots_tab.html (+101 -39)
📝 instances/urls.py (+3 -0)
📝 instances/views.py (+79 -2)
📝 vrtManager/instance.py (+96 -5)

📄 Description

  1. Revert External snapshot is not implemented by libvirt. It requires manuel operaiton. So we implement the manual operation, until libvirt supports it.
  2. Delete external snapshot is working as expected but different method which is blockcommit.
  3. Add filter for logs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/581 **Author:** [@catborise](https://github.com/catborise) **Created:** 4/24/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`bea6b14`](https://github.com/retspen/webvirtcloud/commit/bea6b1454beee24705bd6467f52a285ff37221ba) fix grouped non grouped instance view - [`ad9f1db`](https://github.com/retspen/webvirtcloud/commit/ad9f1db643c26b9b72a047f11aad222228450303) added filter for logs - [`fd6b2ec`](https://github.com/retspen/webvirtcloud/commit/fd6b2ec4bfc7855ba2ab8f45f6cb218eb39819a2) external snapshot implementation - [`68b0494`](https://github.com/retspen/webvirtcloud/commit/68b04943507e570a2747616ab26ae213bd137aff) external snapshot logs and bug fixes - [`33d49a6`](https://github.com/retspen/webvirtcloud/commit/33d49a68a7fa30bc693752ddbde39b15427825ef) experimental: external snapshot fixes - [`06994b0`](https://github.com/retspen/webvirtcloud/commit/06994b04239952266f0f4f92dbeae8cf04d90548) Merge branch 'retspen:master' into master - [`f4aa925`](https://github.com/retspen/webvirtcloud/commit/f4aa925e2a9264ee62da364479680466effd2400) experimental: external snapshot fixes 2 - [`71f0508`](https://github.com/retspen/webvirtcloud/commit/71f05089f62723d10bd38c107aaa7fd615bf3864) experimental: external snapshot fixes 3 - [`012bc97`](https://github.com/retspen/webvirtcloud/commit/012bc97a59b4c7f4901e453ae665951603501e92) add showPleasewait dialog while starting instance. ### 📊 Changes **9 files changed** (+295 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `instances/models.py` (+4 -0) 📝 `instances/templates/allinstances.html` (+6 -4) 📝 `instances/templates/instance.html` (+2 -2) 📝 `instances/templates/instance_actions.html` (+2 -2) 📝 `instances/templates/instances/power_tab.html` (+2 -2) 📝 `instances/templates/instances/snapshots_tab.html` (+101 -39) 📝 `instances/urls.py` (+3 -0) 📝 `instances/views.py` (+79 -2) 📝 `vrtManager/instance.py` (+96 -5) </details> ### 📄 Description 1. Revert External snapshot is not implemented by libvirt. It requires manuel operaiton. So we implement the manual operation, until libvirt supports it. 2. Delete external snapshot is working as expected but different method which is blockcommit. 3. Add filter for logs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#624
No description provided.