https://github.com/linbit/bestdrbdmodule
web service to find the best matching kernel module for a RHEL7+ distributions
https://github.com/linbit/bestdrbdmodule
Last synced: 18 days ago
JSON representation
web service to find the best matching kernel module for a RHEL7+ distributions
- Host: GitHub
- URL: https://github.com/linbit/bestdrbdmodule
- Owner: LINBIT
- License: apache-2.0
- Created: 2021-04-01T15:32:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T09:37:36.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:33:50.962Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bestdrbdmodule
A web service that receives /etc/os-release and uname -r and returns the best matching DRBD kernel module
# usage
```
cat /etc/os-release | curl -T - -X POST localhost:8080/api/v1/best/3.10.0-957.27.2.el7.x86_64 -s
```