From 7fb0c575c01f039d747e7a112fdabc0b21681b4b Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 8 Apr 2026 17:08:54 +0200 Subject: [PATCH] linstor: bump piraeus-server from v1.33.1 to v1.33.2 All existing patches (allow-toggle-disk-retry, fix-duplicate-tcp-ports, fix-luks-header-size, retry-adjust-after-stale-bitmap) apply cleanly on the new version without modifications. Co-Authored-By: Claude Signed-off-by: Andrei Kvapil --- packages/system/linstor/Makefile | 2 +- packages/system/linstor/images/piraeus-server/patches/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/linstor/Makefile b/packages/system/linstor/Makefile index 2bc3a2a1..2ad4def9 100644 --- a/packages/system/linstor/Makefile +++ b/packages/system/linstor/Makefile @@ -4,7 +4,7 @@ export NAMESPACE=cozy-$(NAME) include ../../../hack/common-envs.mk include ../../../hack/package.mk -LINSTOR_VERSION ?= 1.33.1 +LINSTOR_VERSION ?= 1.33.2 LINSTOR_CSI_VERSION ?= v1.10.5 image: image-piraeus-server image-linstor-csi diff --git a/packages/system/linstor/images/piraeus-server/patches/README.md b/packages/system/linstor/images/piraeus-server/patches/README.md index 47e5f635..dfe75c2e 100644 --- a/packages/system/linstor/images/piraeus-server/patches/README.md +++ b/packages/system/linstor/images/piraeus-server/patches/README.md @@ -1,6 +1,6 @@ # LINSTOR Server Patches -Custom patches for piraeus-server (linstor-server) v1.33.1. +Custom patches for piraeus-server (linstor-server) v1.33.2. - **allow-toggle-disk-retry.diff** — Backport maintainer implementation of toggle-disk retry/abort - Source PR/comment: [#475](https://github.com/LINBIT/linstor-server/pull/475), [maintainer note](https://github.com/LINBIT/linstor-server/pull/475#issuecomment-3949630419)