[PR #4937] [MERGED] Kasm: Swap fix #5379

Closed
opened 2025-11-20 07:05:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4937
Author: @omiinaya
Created: 6/2/2025
Status: Merged
Merged: 6/3/2025
Merged by: @CrazyWolf13

Base: mainHead: kasm-swapfix


📝 Commits (2)

📊 Changes

2 files changed (+5 additions, -6 deletions)

View changed files

📝 ct/kasm.sh (+1 -1)
📝 install/kasm-install.sh (+4 -5)

📄 Description

✍️ Description

Container needed privileges for creating swap in the event that it's absent.

Link: https://github.com/community-scripts/ProxmoxVE/issues/4730

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/4937 **Author:** [@omiinaya](https://github.com/omiinaya) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `kasm-swapfix` --- ### 📝 Commits (2) - [`7414b04`](https://github.com/community-scripts/ProxmoxVE/commit/7414b04ca7c88cce1fda2d2d580926f2d77fe1a5) init - [`301144a`](https://github.com/community-scripts/ProxmoxVE/commit/301144a5eebb5c96fa1c2d29bd8299617c4dbf72) added warning back. ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ct/kasm.sh` (+1 -1) 📝 `install/kasm-install.sh` (+4 -5) </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 Container needed privileges for creating swap in the event that it's absent. ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/issues/4730 ## ✅ 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) - [x] 🐞 **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. - [x] 🔧 **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>
saavagebueno added the pull-request label 2025-11-20 07:05:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5379