[PR #7838] [MERGED] VM: Increase pv & xz functions (HA OS / Umbrel OS) #6969

Closed
opened 2026-02-05 07:42:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7838
Author: @MickLesk
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @michelroegl-brunner

Base: mainHead: increase_vm_pv_xz


📝 Commits (2)

  • 14b86cc Refactor image download and extraction logic in VM scripts
  • f9b7bfe Update umbrel-os-vm.sh

📊 Changes

2 files changed (+116 additions, -23 deletions)

View changed files

📝 vm/haos-vm.sh (+58 -12)
📝 vm/umbrel-os-vm.sh (+58 -11)

📄 Description

✍️ Description

increase function with additional checks if the file is corrput and need redownloading

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/7838 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `increase_vm_pv_xz` --- ### 📝 Commits (2) - [`14b86cc`](https://github.com/community-scripts/ProxmoxVE/commit/14b86cc624e19b2aa50be199b437441a5d887e06) Refactor image download and extraction logic in VM scripts - [`f9b7bfe`](https://github.com/community-scripts/ProxmoxVE/commit/f9b7bfef5d98913368613c46b6837c7a05ec0bd5) Update umbrel-os-vm.sh ### 📊 Changes **2 files changed** (+116 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `vm/haos-vm.sh` (+58 -12) 📝 `vm/umbrel-os-vm.sh` (+58 -11) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description increase function with additional checks if the file is corrput and need redownloading ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 07:42:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#6969