An open API service indexing awesome lists of open source software.

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

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
```