[PR #2504] [CLOSED] Add ZFS to Podman. Now it works on ZFS! #3798

Closed
opened 2026-02-26 13:34:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2504
Author: @jaminmc
Created: 2/20/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 92d7abd Allow Podman to work on ZFS containers
  • cc58166 Fix ZFS for Podman-Create missing folder.
  • 4edbdaa Added option to install Portainer or Portainer agent in Podman

📊 Changes

4 files changed (+122 additions, -5 deletions)

View changed files

📝 install/podman-homeassistant-install.sh (+58 -0)
📝 install/podman-install.sh (+59 -0)
📝 json/podman-homeassistant.json (+4 -4)
📝 json/podman.json (+1 -1)

📄 Description

✍️ Description

Added a check in the Install Script for ZFS on the root Partition of the Container, and then added the Overlay FS to it so that it works on a Container with ZFS.

Added Portainer option, Just like the Docker install script.

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 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.

📋 Additional Information (optional)

I used the information from https://forum.proxmox.com/threads/podman-on-lxc-with-zfs-backed-volume-and-overlay.138722/ to make this fix.


🔄 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/2504 **Author:** [@jaminmc](https://github.com/jaminmc) **Created:** 2/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`92d7abd`](https://github.com/community-scripts/ProxmoxVE/commit/92d7abdd39fad19b3e2c774dc4ef581168598d60) Allow Podman to work on ZFS containers - [`cc58166`](https://github.com/community-scripts/ProxmoxVE/commit/cc581667e6aa97b9e8ae52dc6f4e699f973fa8e9) Fix ZFS for Podman-Create missing folder. - [`4edbdaa`](https://github.com/community-scripts/ProxmoxVE/commit/4edbdaa92ae849b5ebcfe501870730605f75705c) Added option to install Portainer or Portainer agent in Podman ### 📊 Changes **4 files changed** (+122 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `install/podman-homeassistant-install.sh` (+58 -0) 📝 `install/podman-install.sh` (+59 -0) 📝 `json/podman-homeassistant.json` (+4 -4) 📝 `json/podman.json` (+1 -1) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> Added a check in the Install Script for ZFS on the root Partition of the Container, and then added the Overlay FS to it so that it works on a Container with ZFS. Added Portainer option, Just like the Docker install script. ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [X] 🐞 **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. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> I used the information from https://forum.proxmox.com/threads/podman-on-lxc-with-zfs-backed-volume-and-overlay.138722/ to make this fix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:34:41 +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/ProxmoxVE#3798
No description provided.