mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 12:15:48 +03:00
[GH-ISSUE #19] Connect-PveCluster fails on Linux w/ PowerShell 7.4.2 #17
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SoarinFerret on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/19
What happened?
When running under Linux, connecting to proxmox fails due to
Test-Connectioncommand containing the-Buffersize 16. Removing this allows Linux to runTest-Connectionwithout requiringsudopermissions. For more information, you can view this GitHub issue in the powershell repo.Below is the code with the error:
github.com/Corsinvest/cv4pve-api-powershell@cd1e1a71f2/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1 (L105)Expected behavior
For it to connect successfully.
Relevant log output
Proxmox VE Version
8.2.4
Version (bug)
8.2.2
Version (working)
No response
On what operating system are you experiencing the issue?
Linux
Pull Request