Storage pool error #562
-
I was doing fresh install on my Proxmox.
What to do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Found a solution. Script uses . as decimal separator and my system uses , |
Beta Was this translation helpful? Give feedback.
-
Locale normalization for the storage selection menu landed in commit 17185b4. The installer now forces C-style decimals when parsing |
Beta Was this translation helpful? Give feedback.
Found a solution. Script uses . as decimal separator and my system uses ,
If somebody else runs into this problem, you can use different locale during script:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | LC_ALL=C bash