mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-27 01:45:50 +03:00
[GH-ISSUE #185] [feat] Support for api2/json/cluster/ceph/status #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#48
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 @justusbunsi on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/185
Hi 👋, are there any plans to support the Proxmox Ceph API endpoint? If not, would you accept a PR implementing this feature?
@luthermonson commented on GitHub (Feb 18, 2025):
I never install ceph on my local rig so I never worked on those parts of thw package. Love to have them implemented if you have time!
@justusbunsi commented on GitHub (Feb 18, 2025):
I'll try 😊. Any requirements from your side?
@luthermonson commented on GitHub (Feb 18, 2025):
Try and get output from the api and put it in the fixtures and write tests!
@justusbunsi commented on GitHub (Mar 20, 2025):
Implemented in #186. Forgot the reference there.