From roland.kammerer at linbit.com Wed Oct 2 14:22:42 2024 From: roland.kammerer at linbit.com (Roland Kammerer) Date: Wed, 2 Oct 2024 14:22:42 +0200 Subject: drbd-reactor v1.5.0 Message-ID: Dear DRBD users, this is the final version of drbd-reactor 1.5.0, we have not found any issues in RC1. For you convenience the RC1 announce text: There are smaller fixes and improvements all over the place, the important changes happened in startup of the daemon and the promoter plugin: We have customers that have hundreds of promoter resources managed by drbd-reactor. So far every instance on startup wrote their systemd target units and then called `systemctl daemon-reload`. That takes some time and in sum systemd might kill the drbd-reactor service because it did not start in time. We now call daemon-reload only once, and we improved sd_notify(3) communication between reactor and systemd. Startup with lots of plugins should now be faster and timeouts should no longer be a problem. Please test, if we don't find any bugs I will do the final release in about a week from now. Regards, rck GIT: https://github.com/LINBIT/drbd-reactor/commit/41f11c14c901442981df80ddc8d59a0ca6b0caf0 TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-reactor-1.5.0.tar.gz PPA: https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack Changelog: [ Lars Ellenberg ] * promoter: fix Description override to use %N not %p [ Roland Kammerer ] * doc: fix start-until procedure * promoter: check for '/' in service names * ctl: improve evict error message * build: add sbom files to tarballs * build: rm packaging targets * promoter: add trace logging around adjust * promoter: systemctl daemon-reload only once * promoter: use EXTEND_TIMEOUT_USEC in sd_notify * promoter: use Stdio::null() for systemctl commands * all: stop using plugin::system and use Command * daemon: use Stdio::null() for stdin * systemd: improve notify -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From christoph.boehmwalder at linbit.com Thu Oct 3 10:55:38 2024 From: christoph.boehmwalder at linbit.com (=?UTF-8?Q?Christoph_B=C3=B6hmwalder?=) Date: Thu, 3 Oct 2024 10:55:38 +0200 Subject: LINSTOR GUI v1.8.2 Message-ID: Hi everyone, a new version of LINSTOR GUI has just been released: v1.8.2 https://github.com/LINBIT/linstor-gui/releases/tag/v1.8.2 Here is the relevant excerpt from the changelog: ----------------------------------- # 1.8.2 - 2024-09-30 Added - Toast log for recent operations : Implemented a toast log feature to display feedback on actions like user additions and deletions. - Advanced options for Storage Pool create form : Added advanced options including SED and VDO settings during storage pool creation. - Detailed settings for Gateway : Added more granular configuration options for the gateway. - Tooltips for Storage Pool form : Tooltips added to the Storage Pool form to improve usability. - Description text for Grafana dashboard settings : Added helpful description text to the Grafana dashboard settings section. - GitHub Workflow integration : Integrated GitHub workflows for streamlined development processes. - NGINX server in Docker : Implemented an NGINX server within Docker to enhance deployment options. Changed - Gateway status check : Added a check to ensure the gateway is operational before enabling it. Fixed - Code and log cleanup : Removed outdated codes and logs to maintain codebase hygiene. ----------------------------------- Release assets are available on GitHub or as packages in the LINBIT customer repositories. Regards, Christoph