Hello all,
am using linstor proxmox with 2 productive nodes and 1 QDevice node. i maked sure to use linstor-controller HA with DRBD-Reactor using this guide:
making the LINSTOR controller service highly available
now i would like to secure the controller and its DB. is there any advices to do it?
Best Regards
Youzersef
kermat
2
These are my recommendations for controlling access to the LINSTOR controller:
To backup the LINSTOR controller’s DB, currently, you’d have to do something like this:
drbdreactor-ctl disable --now <controller service>
on all nodes
mount /dev/drbdX /somewhere
- copy the database out of the mount point to somewhere as your backup
umount /dev/drbdX
drbdreactor-ctl enable --now <controller service>
on all nodes