-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ARG BUILDER=registry.access.redhat.com/ubi8/ubi | ||
FROM $BUILDER as builder | ||
|
||
ENV LINSTOR_VERSION 1.27.1 | ||
ENV LINSTOR_VERSION 1.28.0 | ||
|
||
ENV LINSTOR_TGZNAME linstor-server | ||
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz | ||
|
@@ -49,7 +49,7 @@ MAINTAINER Roland Kammerer <[email protected]> | |
RUN echo "skip_missing_names_on_install=no" >> /etc/yum.conf | ||
|
||
# ENV can not be shared between builder and "main" | ||
ENV LINSTOR_VERSION 1.27.1 | ||
ENV LINSTOR_VERSION 1.28.0 | ||
ARG release=1 | ||
|
||
LABEL name="linstor-controller" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,55 @@ | ||
linstor-server (1.28.0-1) experimental; urgency=medium | ||
|
||
[ Rene Peinthor ] | ||
* gitlab: increase test-e2e timeout | ||
* isCloneReady: Fix wait if more than 1 diskless resource is cloned | ||
* Added some more info logging and improved an error message | ||
* balance-rsc: Do not count skipDisk resources as diskful | ||
|
||
[ Johanna Kucera ] | ||
* Snapshots: send all snaps during full sync | ||
* SkipDisk: do not allow snapshots | ||
* SkipDisk: ensure all layers below DRBD are ignored | ||
* Backups: ensure abort works if triggered early | ||
* Backups: prevent target-cluster from getting stuck in receive | ||
* BackupShipping: moved pojos into new package | ||
* BackupShipping: suppress receive-thread errorReports while aborting shipment | ||
* Backups: ensure error responses are processed correctly | ||
* Backups: ensure l2l aborts work in both directions | ||
* BackupShipping: review changes (refactoring and new prop) | ||
|
||
[ Gabor Hernadi ] | ||
* LvmUtils: Retry checks and size queries if VG or thinpool does not exist | ||
* RscAutoPlaceApiTest: Fixed checkstyle issues | ||
* Autoplacer: Reworked SelectionManager rollback mechanism | ||
* Autoplacer: Added x-replicas-on-different | ||
* MapDbDriver: Added PARENT generic type | ||
* Tx*: Added safety check | ||
* DB: Adding X_REPLICAS_ON_DIFFERENT column to RG | ||
* Tiebreaker: Use --x-replicas-on-different * 1 | ||
* Locks,TransMgr: Attempt to fix possible deadlock | ||
* Spawn: Improve diskless flag calculation for diskless-on-remaining | ||
* PassPhraseInit: Commit transaction | ||
* Backup,restore: Use correct property before recalculating AllocationGr [...] | ||
* Autoplace: Pretty print settings | ||
* Freespace: properly count 'reserved' space also for thin volumes | ||
* MinReservedSpaceStrat: Always return zero for diskless SPs | ||
* Autoplacer,Strats: Don't override defaults when strategies namespace exists | ||
* Autoplacer,MinRscCountStrat: Change default weight to 0.00001 | ||
* Locks, TransMgr: Second attempt to fix possible deadlock | ||
* GH,Readme: Move SODA note | ||
* Rsc,del: Add --keep-tiebreaker option | ||
* Rd,Tiebreaker: Disabling auto-tiebreaker should now also delete an exi [...] | ||
* Logging: Added more info logging | ||
|
||
[ Robert Altnoeder ] | ||
* SSL delegated tasks creation: Make debug output conditional | ||
|
||
[ Lars Ellenberg ] | ||
* Backup: drop the trap SIGTERM () & wait $! dance from shell snippets | ||
|
||
-- Rene Peinthor <[email protected]> Thu, 11 Jul 2024 10:20:01 +0000 | ||
|
||
linstor-server (1.27.1-1) experimental; urgency=medium | ||
|
||
[ Moritz Wanzenböck ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: linstor | ||
Version: 1.27.1 | ||
Version: 1.28.0 | ||
Release: 1%{?dist} | ||
Summary: LINSTOR SDS | ||
BuildArch: noarch | ||
|
@@ -151,6 +151,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || : | |
%systemd_preun linstor-satellite.service | ||
|
||
%changelog | ||
* Thu Jul 11 2024 Rene Peinthor <[email protected]> 1.28.0-1 | ||
- New upstream release. Bug fixes | ||
|
||
* Thu Apr 25 2024 Rene Peinthor <[email protected]> 1.27.1-1 | ||
- New upstream release. Bug fixes | ||
|
||
|