https://github.com/linbit/linstor-common
Code shared between Linstor client and Linstor server
https://github.com/linbit/linstor-common
Last synced: about 1 year ago
JSON representation
Code shared between Linstor client and Linstor server
- Host: GitHub
- URL: https://github.com/linbit/linstor-common
- Owner: LINBIT
- Created: 2018-01-12T14:34:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T06:32:28.000Z (about 1 year ago)
- Last Synced: 2025-04-17T21:04:45.235Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 608 KB
- Stars: 8
- Watchers: 11
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linstor Common
This repository contains code that is shared via a git submodule between the linstor client and linstor server.
Linstor, developed by [LINBIT](https://www.linbit.com), is a software that manages DRBD replicated
LVM/ZFS volumes across a group of machines. It maintains DRBD configuration on the participating machines. It
creates/deletes the backing LVM/ZFS volumes. It automatically places the backing LVM/ZFS volumes among the
participating machines.
# Using Linstor
Please read the user-guide provided at [docs.linbit.com](https://docs.linbit.com).
# Support
For further products and professional support, please
[contact](http://links.linbit.com/support) us.
# Releases
Releases generated by git tags on github are snapshots of the git repository at the given time. You most
likely do not want to use these. They might lack things such as generated man pages, the `configure` script,
and other generated files. If you want to build from a tarball, use the ones [provided by us](https://www.linbit.com/en/drbd-community/drbd-download/).