You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to ask whether containerized drbd charges. I checked the official website of linbit and found that containerized drbd requires commercial support.
The text was updated successfully, but these errors were encountered:
xiaoerlangya
changed the title
two questions about drbd containerized installation solution
Two questions about drbd containerized installation solution
Sep 25, 2023
Everything provided by Piraeus is Open-Source and free of charge. LINBIT offers containers that have the DRBD module pre-built, Piraeus always needs to compile the DRBD module from source.
The drbd.service is not required (or even recommended) to control DRBD. You can use containers to load DRBD and then use other methods to control DRBD. In the case of Piraeus, we also use LINSTOR in a container to control DRBD, but in theory you can just use regular drbdadm on the host once the DRBD module is loaded.
Hello, after reading the document, I found that there is a solution that uses drbd containerization.
https://github.com/piraeusdatastore/piraeus-operator/blob/master/doc/host-setup.md
https://github.com/piraeusdatastore/piraeus/blob/master/dockerfiles/drbd-driver-loader/Dockerfile.centos8,
A bash script in the dockerfile entry.sh,
https://raw.githubusercontent.com/LINBIT/drbd/master/docker/entry.sh,
in this script only load the DRBD module,
It seems that the drbd service has not been started,
and there is no network related configuration.
Does this need to be operated on the host instead of in the container?
thanks
The text was updated successfully, but these errors were encountered: