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 <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2026-04-08 17:08:54 +02:00
parent fd6bae62b2
commit 7fb0c575c0
No known key found for this signature in database
GPG key ID: 931CF7FEACEAF765
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)