-
|
Hi, I was wondering if there is a reference somewhere that qualifies/documents the systems on which the Pulse Unified Agent is intended/supported to run? I've run through this repo, the supporting I ask this because while I was solving an issue I had with the unified agent installer on an immutable filesystem, I started to dig through the os/init/ro-fs detection mechanisms in the unified agent's As example, I noticed there were recent changes to support installation on newer versions of TrueNAS SCALE, but there's no mention of TrueNAS CORE devices. This led to a string of questions I realized I couldn't safely assume answers for, ie:
The TrueNAS detection also tries to treat other immutable rootfs systems like "truenas" installs, (which is what bit me,) but I see room to make that process more adaptable, but then which immutable-root platforms should already be expected to work? I'm posting this here as questions, because I feel like if I posted this as an issue, it would carry the unintended implication that I am asking for new features or bug-fix support, which I'm not. I'm just looking for some more information to reign myself in as I fiddle with the agent-installer's existing init-detection algorithms, so that I don't accidentally make something that's orthogonal to the actual project. thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Great question, and thanks for digging into this! Officially Tested PlatformsThe unified agent is primarily tested on:
Explicitly Not Supported (Currently)
"It Might Work" Tier
Immutable Rootfs HandlingThe current approach tries to detect immutable rootfs and adjust (e.g., install to Contributing ImprovementsIf you want to improve the detection logic, go for it! The main goals are:
Feel free to open a PR with improvements. If you are working on a specific platform, mention it and we can add it to the tested list once it works. |
Beta Was this translation helpful? Give feedback.
Great question, and thanks for digging into this!
Officially Tested Platforms
The unified agent is primarily tested on:
Explicitly Not Supported (Currently)
"It Might Work" Tier