python-linstor/linstor-client 1.23.1 release

2024-09-25 Thread Rene Peinthor
Hi, ## linstor-client ### Changed - Added info text for SkipDisk scenarios - error-report delete: allow 5d or 3d10h strings to be used for --to and --since ### Fixed - parse_time_str/since argument: better wrong input handling https://pkg.linbit.com//downloads/linstor/linstor-client-1.23.1.tar.g

linstor-server 1.29.1 release

2024-09-25 Thread Rene Peinthor
Hi! After the LVM command improvements in 1.29.0 we still were not happy with performance on large LVM-THIN pool cluster > 1200 LV's and so we decided to further build on the caching system and also implemented a time based caching, per default it caches 10s or until a cache invalidate is forceful

Re: Linstor Resource Status Skip-Disk

2024-08-19 Thread Rene Peinthor
See: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-linstor-drbd-skip-disk Looks like your backend disk reported io-errors On Thu, Aug 15, 2024 at 7:22 PM Andreas Pflug wrote: > I'm running three nodes with DRBD9.1.18, two diskfull, one diskless, and > Linstor 1.25.1. > One of the

linstor-server 1.29.0 release

2024-07-31 Thread Rene Peinthor
Hi! With this new version we bring 2 really big performance improvements: 1. All satellite read-only internal API calls now run concurrently. This means commands like linstor r l or v l don't need to wait for the device manager to finish on a satellite and should always return within a few

python-linstor/linstor-client 1.23.0 release

2024-07-11 Thread Rene Peinthor
Hi, This release adds the new options for the linstor-server 1.28.0 release. ## linstor-client ### Added - Autoplacer: Add --x-replicas-on-different option - Resource delete: Add --keep-tiebreaker option https://pkg.linbit.com//downloads/linstor/linstor-client-1.23.0.tar.gz ## python-linstor #

linstor-server 1.28.0 release

2024-07-11 Thread Rene Peinthor
Hi! This release brings 2 rather small features, the --x-replicas-on-different is explained here [1] from Gabor in our last community meeting. The --keep-tiebreaker is more a helper for our plugin developers to make sure, we don't unintentionally delete the witness resource. Apart from that this

linstor-server 1.27.1 release

2024-04-25 Thread Rene Peinthor
Hi! This release brings support for java-21, which is now default shipped with ubuntu-noble. Also some fixes for e.g. zfs 2.2 and user set drbd verify-algorithm. ## [1.27.1] - 2024-04-25 ### Added - Support for java-21 ### Changed - Freespace calc: Snapshots only reserve allocated size now in

linstor-server 1.27.0 release

2024-04-02 Thread Rene Peinthor
Hi! This new minor release introduces the ability to specify your own passphrases for encryption volumes and also modify them. Other additions are a force-restore option for backup shipping and finally better(more) INFO logging for Linstor. But the release is still more bug fixing related than int

python-linstor/linstor-client 1.22.0 release

2024-04-02 Thread Rene Peinthor
Hi, New python-linstor and linstor client release, that has changes fitting to the linstor-server 1.27.0 release. ## linstor-client ### Added - Allow to specify options for list commands in the client config file - Added --from-file to most list commands to read input data from a file - Added --v

Re: tie-braker node promotion

2024-03-12 Thread Rene Peinthor
https://linbit.com/drbd-user-guide/drbd-guide-9_0-en/#s-configuring-quorum-tiebreaker On Fri, Mar 8, 2024 at 4:51 PM Josh Fisher wrote: > > On 3/7/24 04:40, Boris Tobotras wrote: > > Hi drbd users, > > I’ve set up a two-node configuration, and it works as expected protecting me > from the singl

linstor-server 1.26.2 release

2024-02-28 Thread Rene Peinthor
Hi! Another, this time smaller patch release, with just 2 minor fixes. ## [1.26.2] - 2024-02-28 ### Changed - Snapshots and resources are processed independently of each other ### Fixed - Luks: Properly cleanup LVs when deleting without having entered the passphrase https://pkg.linbit.com//d

python-linstor/linstor-client 1.21.1 release

2024-02-22 Thread Rene Peinthor
Hi! This release actually just has a few client fixes/changes. ## linstor-client ### Added - PhysicalStorageCreate: Allow zfsthin as provider kind - Added node connectionstatus MISSING_EXT_TOOLS handler ### Fixed - Do not hide evicted resources in volume list ### Removed - OpenFlex commands

linstor-server 1.26.1 release

2024-02-21 Thread Rene Peinthor
Hi! A new patch release is out and I would recommend anyone to upgrade, as this release is packed with fixes and performance improvements. ## [1.26.1] - 2024-02-22 ### Changed - LVM: Removed trailing 'a|.*|' from LVM filter - Do not write/check drbd resource files if nothing changed - RG spawn:

linstor-server 1.26.0 release

2024-01-29 Thread Rene Peinthor
Hi! Here is the final 1.26.0 release, only changes since the rc.1 is that we forgot to mention the deprecation of EXOS storage driver. Rest is copied from the rc.1 announcement. This release has one highlight feature: * BalanceResourcesTask There is now a recurring Linstor task that tries to

[DRBD-user] python-linstor/linstor-client 1.21.0 release

2024-01-22 Thread Rene Peinthor
Hi, New python-linstor and linstor client release, that has changes fitting to the linstor-server 1.26.0-rc1 release. ## linstor-client ### Added - Added --peer-slots to "rg c", "rg m" and "rg spawn" - Added storpool rename for schedule enable, restore and l2l shippings ### Changed - "rg query

[DRBD-user] linstor-server 1.26.0-rc.1 release

2024-01-22 Thread Rene Peinthor
Hi! Initially, this RC was planned to be released before Christmas, but we found some issues with one change in this release and had to postpone it into the new year. This release has one highlight feature: * BalanceResourcesTask There is now a recurring Linstor task that tries to keep your s

[DRBD-user] linstor-opennebula v3.0.0 release

2024-01-15 Thread Rene Peinthor
Hi! We have a new major opennebula plugin release, major release because we removed the handling of Opennebula context images for system datastores. >From now on context images will be handled by the tm/ssh driver and context images will no more use up a drbd resource for each VM. But this change

[DRBD-user] linstor-server 1.25.1 release

2023-11-20 Thread Rene Peinthor
Hi All! Bugfix release, which mainly fixes 2 annoying bugs, one that linstor shows a warning in the storage pool list for offline nodes and another that should show old satellites as VERSION_MISMATCH. More bug fixes see below: ## [1.25.1] - 2023-11-20 ### Fixed - Fixed version mismatch check be

[DRBD-user] linstor-server 1.25.0 release

2023-10-24 Thread Rene Peinthor
Hi! And here is the final release of 1.25.0 and just copied the feature description over from rc.1, but wanted to note an additional important change/bugfix with error-report listing. We now a limit parameter for error-reports list queries and can now report the total count of error-reports withou

[DRBD-user] python-linstor/linstor-client 1.20.1 release

2023-10-24 Thread Rene Peinthor
Hi, a small addition to the client, it can now set the controller/satellite log level and it is now no longer necessary to use raw curl calls. ## linstor-client ### Added - Add "set-log-level" subcommand for controller and node https://pkg.linbit.com//downloads/linstor/linstor-client-1.20.1.tar

[DRBD-user] linstor-server 1.25.0-rc.1 release

2023-10-11 Thread Rene Peinthor
Hi! Here is the new release candidate for the 1.25.0 release, The biggest feature in this release is that Linstor got aware of disk failures detected by DRBD. If a disk fails now and DRBD switches the resource to a diskless, Linstor will mark those resource with a skip-disk flag and will add the -

[DRBD-user] python-linstor/linstor-client 1.20.0 release

2023-10-11 Thread Rene Peinthor
Hi, Here is the python-linstor and linstor-client release, bringing small features for the upcoming linstor-server 1.25.0 release ## linstor-client ### Added - Show skip-disk property and level resource list ### Changed - Typo in remote command argument --availability-zone ### Fixed - Fixed

[DRBD-user] linstor-server 1.24.2 release

2023-08-30 Thread Rene Peinthor
Hi All! Another bug fix release, to name probably the most prominent of fix is, fixing the controller hanging on multiple parallel snapshot shippings. ## [1.24.2] - 2023-08-30 ### Changed - Improve wrapped DelayedApiException error reporting - Improve logging on deleting for volumes/snapshots -

[DRBD-user] linstor-server 1.24.1 release

2023-08-10 Thread Rene Peinthor
Hi! One of our k8s/crd backend users hit a bug if he had too many objects in the rollback transaction, we fixed this with this release and another problem with etcd importing. ## [1.24.1] - 2023-08-10 ### Fixed - K8s,Crd: limit number of entries in rollback resource - gradle: on rhel based syst

[DRBD-user] linstor-server 1.24.0

2023-08-07 Thread Rene Peinthor
Hi! So here is the huge 1.24.0 release of LINSTOR, down below is the combine changelog of all release candidates and changes since 1.23.0 * Java-11 requirement and java-17 support We moved forward and now require at least java-11 for running LINSTOR, with this change we also made sure java-17 is

[DRBD-user] linstor-server 1.24.0-rc.2 release

2023-07-24 Thread Rene Peinthor
Hi! 1.24.0 will be a huge release with a lot of changes and therefore comes first as RCs. I'll explain the highlights of this release: * Java-11 requirement and java-17 support We moved forward and now require at least java-11 for running LINSTOR, with this change we also made sure java-17 is sup

[DRBD-user] python-linstor/linstor-client 1.19.0 release

2023-07-19 Thread Rene Peinthor
Hi, Here is the python-linstor and linstor-client release, bringing small features for the upcoming linstor-server 1.24.0 release ## linstor-client ### Added - Backup queue list command ### Changed - `linstor -v` now shows that it is the client version ### Fixed - Fix aux argument list handl

[DRBD-user] linstor-server 1.23.0 release

2023-05-23 Thread Rene Peinthor
Hi! This release has a lot more bug fixes than new features, but we try to stick to semantic versioning and so it is a new minor release. ## [1.23.0] - 2023-05-23 ### Added - query-all-size-info API to query-size-info for all currently available resource groups ### Changed - SOS-Report has no

[DRBD-user] linstor-server 1.22.1 release

2023-04-28 Thread Rene Peinthor
Hi! Small patch release with only a few fixes: ## [1.22.1] - 2023-04-27 ### Fixed - NodeCon: Fixed compareTo() causing node connection paths loaded incorrectly. - LinstorScope does not always enter and exit correctly. - Make-Available API not correctly upgrading a tiebreaker to a diskless resou

[DRBD-user] python-linstor/linstor-client 1.18.0 release

2023-04-17 Thread Rene Peinthor
Hi, as usual a accompanying linstor-client release to linstor-server 1.22.0. ## linstor-client ### Added - Subcommand for snapshots create-multiple ### Changed - drbd-options(opts) now correctly handle sector units ### Fixed - RscDfn create do not ignore peerslots - NodeCon fixed issues wit

[DRBD-user] linstor-server 1.22.0 release

2023-04-17 Thread Rene Peinthor
Hi! This is a smaller minor release, but I think this has more fixes than actual new features, see below for the details: ## [1.22.0] - 2023-04-17 ### Added - "StorDriver/LvcreateSnapshotOptions" and "StorDriver/ZfsSnapshotOptions" properties - "FileSystem/User" and "FileSystem/Group" propertie

[DRBD-user] linstor-server 1.21.1 release

2023-03-22 Thread Rene Peinthor
Hi! A small patch release, which disables, the default enabled automatic resync-after option for DRBD resources. We got reports of DRBD problems with the resync-after option set, so to not trigger more incidents we decided to disable it for now. ## [1.21.1] - 2023-03-22 ### Changed - auto-resyn

[DRBD-user] python-linstor/linstor-client 1.17.0 release

2023-03-14 Thread Rene Peinthor
Hi, A rather small minor release, with only a new command the newer/better resource-group query volume size API. ## linstor-client ### Added - Added rg query-size-info command - volume list: added --show-props option ### Changed - NodeCon,RscCon: Remove DrbdOptions subcommand ### Fixed - Imp

[DRBD-user] linstor-server 1.21.0 release

2023-03-14 Thread Rene Peinthor
Hi! Here is the final release of linstor-server 1.21.0. Compared to the RC only a few fixes made it into the final and I attached both changelogs for completeness. ## [1.21.0] - 2023-03-14 ### Changed - Added more details (primary keys) for database-loading exceptions - ZFS tool checker now use

[DRBD-user] linstor-server 1.21.0-rc.1 release

2023-02-28 Thread Rene Peinthor
Hi! A release candidate for the next feature 1.21 release of linstor is here. Most notable is that Linstor now automatically will add resync-after statements to the drbd configuration (grouped on storage pool). This should help with faster recovery if a whole cluster needs to reboot. And additiona

[DRBD-user] linstor-server 1.20.3 release

2023-01-26 Thread Rene Peinthor
Hi! We fixed a few more minor bugs since the last patch release and thought it is worth it to release them before the next minor release. Here are the changes: ### Changed - pvdisplay now ignores drbd devices(lvm filter) - Volume definition setSize checks now for out of bounds sizes ### Fixed

[DRBD-user] linstor-server 1.20.2 release

2022-12-14 Thread Rene Peinthor
Hi! There was a bug with the orphan objects removal, which prevented the controller from starting, so here is a quick hotfix release, with this issue fixed. Here are the changes: ### Fixed - Can now use snapshot restore on a snapshot created by a backup create - Fixed migration of orphan object

[DRBD-user] python-linstor/linstor-client 1.16.0 release

2022-12-13 Thread Rene Peinthor
Hi, This python-linstor/client release brings command for the new node connection functionality. ## linstor-client ### Added - Added node connection commands https://pkg.linbit.com//downloads/linstor/linstor-client-1.16.0.tar.gz ## python-linstor ### Added - Add node-connection methods https

[DRBD-user] linstor-server 1.20.1 release

2022-12-13 Thread Rene Peinthor
Hi! A new patch release for linstor-server that only has one tiny addition, and that is the possibility to create node drbd connections (similar to resource connections). Here are the other changes: ### Added - Added NodeConnection API. Currently only used for path settings (similar to rscCon, b

[DRBD-user] linstor-server 1.20.0 final release

2022-10-18 Thread Rene Peinthor
Hi! Here is the final release, which adds support for Amazon EBS backed storage and several fixes to backup-shipping. Also additional notes for the final release: Changed property Cluster/LocalId: We had to re-randomize this property (on controller level) for k8s/CRD setups. This does NOT affect

[DRBD-user] python-linstor/linstor-client 1.15.1 release

2022-10-18 Thread Rene Peinthor
Hi, Small bugfix release for the python libs and linstor-client. ## linstor-client ### Added - Snap,EBS: Added State message - Added column for storage spaces thin for node info ### Fixed - node info: also ignore underliners in table headers https://pkg.linbit.com//downloads/linstor/linstor-c

[DRBD-user] linstor-server 1.20.0-rc.1

2022-09-20 Thread Rene Peinthor
Hi! Here is the first release candidate of the upcoming 1.20.0 release, which adds support for Amazon EBS backed storage and several fixes to backup-shipping. More details can be found in the changelog below: ## linstor-server ### Added * Added basic support for [SED]( https://trustedcomputingg

[DRBD-user] python-linstor/linstor-client 1.15.0 release

2022-09-20 Thread Rene Peinthor
Hi, For the linstor-server rc, here are the new python library and linstor client: ## linstor-client ### Added * Added autoplace-options to resource-group spawn command * Added `--show-props` option to all possible list commands to add custom props columns * Added commands for the key-value-stor

[DRBD-user] linstor-server 1.19.1

2022-07-27 Thread Rene Peinthor
Hi! A small linstor-server bugfix release, which you probably don't need if you are not using ETCD or the auto snapshot feature. linstor-server 1.19.1 - * Fixed loading remotes with ETCD backend * Autosnapshot: fix property not working on RG or controller * API Version 1.14

[DRBD-user] linstor-server 1.19.0

2022-07-20 Thread Rene Peinthor
Hi! This is the final release of 1.19.0, a few small fixes are the only change between the RC and this. Rest of the mail is a copy of the RC announcement. This release brings a new scheduled backup shipping feature. This means you can now create cron-like scheduled Linstor backups(Full/Incrementa

[DRBD-user] python-linstor/linstor-client 1.14.0 release

2022-07-06 Thread Rene Peinthor
Hi, Here is a client release to use the new scheduled backup functions in the linstor-server RC. linstor-client 1.14.0 - * added commands for backup schedule * sosreport: added filters * backup delete keep-snaps option https://pkg.linbit.com//downloads/linstor/linstor-clie

[DRBD-user] linstor-server release candidate 1.19.0-rc.1

2022-07-06 Thread Rene Peinthor
Hi! Here is the first release candidate of Linstor 1.19.0, which brings a new scheduled backup shipping feature. This means you can now create cron-like scheduled Linstor backups(Full/Incremental) that can be shipped to S3 or another linstor cluster. Basically you create a schedule with linstor s

[DRBD-user] linstor-server release 1.18.2

2022-05-23 Thread Rene Peinthor
Hi! Just a small bug fix release. linstor-server 1.18.2 - * ZFS check if quota is set on dataset * Fix node reconnect out-of-scope bug * Fix RPM java dependency * API Version 1.13.1 https://pkg.linbit.com//downloads/linstor/linstor-server-1.18.2.tar.gz Linstor PPA: http

[DRBD-user] linstor-server release 1.18.1

2022-05-12 Thread Rene Peinthor
Hi! Here is the final release of version 1.18.1, a few more bug fixes were added since rc.2, but nothing additional was added since then. Starting with this version, users are able to temporarily mix storage pool types to allow a migration of data to a different storage type. Please be aware that

[DRBD-user] python-linstor/linstor-client 1.13.1 release

2022-05-12 Thread Rene Peinthor
Hi, This is a very minor update, with mostly documentation/property updates for the client. linstor-client 1.13.1 - * file editor fallback switched to nano https://pkg.linbit.com//downloads/linstor/linstor-client-1.13.1.tar.gz python-linstor 1.13.1 - *

[DRBD-user] linstor-opennebula v2.0.0 release

2022-03-15 Thread Rene Peinthor
Hi! Some time passed since the last linstor-opennebula release, mainly because this release was waiting for some features in Linstor to be finished. Version 2.0.0 now uses the Linstor clone API to create new VM's from templates, this means less code in the plugin and Linstor decides which copy mo

[DRBD-user] linstor-server release 1.18.0

2022-03-15 Thread Rene Peinthor
Hi! Here is the final release of version 1.18.0, it is nearly the same as rc3 with a few more CRD fixes. So the rest of the mail is nearly a copy of the rc3: This version brings performance improvements and fixes for the Kubernetes CRD database backend, but the backend still needs some testing. S

[DRBD-user] python-linstor/linstor-client 1.13.0 release

2022-02-23 Thread Rene Peinthor
Hi, This release adds the new node evacuate command and client support for modifying external files. linstor-client 1.13.0 - * Clone command added zfs clone option * Added resource-dfn wait sync command * Added backup snapshot names * Added controller backup db command *

[DRBD-user] linstor-server release candidate 1.18.0-rc.3

2022-02-23 Thread Rene Peinthor
Hi! We already arrived at rc.3 as we internally noted some problems with packages and had to redo them. This version brings performance improvements and fixes for the Kubernetes CRD database backend, but the backend still needs some testing. So be aware that it might not be ready yet for producti

[DRBD-user] linstor-server release 1.17.0

2021-12-09 Thread Rene Peinthor
Hi! This is actually more of a bugfix release with just a minor feature. And that feature is a new API to on purpose evacuate a node in linstor. linstor-server 1.17.0 - * Nodes can now be evacuated on purpose * Browsing the controller port, will now redirect to the /ui if in

[DRBD-user] python-linstor/linstor-client 1.12.0 release

2021-12-09 Thread Rene Peinthor
Hi, This release adds the new node evacuate command and client support for modifying external files. linstor-client 1.12.0 - * Added node evacuate command * Added external files commands * Fixed parsing exos create ctrl_b_ip * Fixed backup machine readable outputs shouldn'

[DRBD-user] linstor-server release 1.16.0

2021-11-11 Thread Rene Peinthor
Hi! And here we have the final release of linstor-server. As said in rc.2, the new feature of this release is being able to use Kubernetes Custom Resource Definitions as a database storage backend. Have your kubernetes config ready on the controller host and set the following in your linstor.tom

[DRBD-user] linstor-server release candidate 1.16.0-rc.3

2021-11-04 Thread Rene Peinthor
Hi! Here is a new release candidate for the next feature Linstor version, with 2 more fixes: * Fixed clone status never finish if node count doesn't match resource count * LVM-Thin correctly set discard-zeroes-if-aligned We expect a final release of 1.16.0 next week. For other changes see as u

[DRBD-user] linstor-server release candidate 1.16.0-rc.2

2021-10-14 Thread Rene Peinthor
Hi! Here is a new release candidate for the next feature Linstor version, this version brings support for Kubernetes Custom Resource Definitions as database storage backend. So the linstor-controller data can now be stored directly within Kubernetes. linstor.toml: [db] connection_url = "k8s" F

[DRBD-user] python-linstor/linstor-client 1.10.2 release

2021-09-23 Thread Rene Peinthor
Hi, Adding the backup info command for the final linstor-server 1.15.0 release. linstor-client 1.10.2 - * Added backup info command * Added backup --download-only option * Fix a few description typos https://pkg.linbit.com//downloads/linstor/linstor-client-1.10.2.tar.gz p

[DRBD-user] linstor-server release 1.15.0

2021-09-23 Thread Rene Peinthor
Hi! Here is the final release of 1.15.0, we found a few more bugs since the last rc.2. Most of them are related to the backup shipping, but also some bugs found in other areas. linstor-server 1.15.0 - * Added backup shipping to S3 * Added backup shipping to another Linstor

[DRBD-user] python-linstor/linstor-client 1.10.1 release

2021-09-07 Thread Rene Peinthor
Hi, This release adds some missing 1.15.0 functionality and new parameters for node restore. linstor-client 1.10.1 - * Added snapshot delete --nodes parameter * Node list show optional eviction time * Node restore added delete resources/snapshots options * Resource group a

[DRBD-user] linstor-server release candidate 1.15.0-rc.2

2021-09-07 Thread Rene Peinthor
Hi! Another release candidate for 1.15.0, basically contains fixes to the new functionality and additional bug fixes to auto-evict feature linstor-server 1.15.0.rc2 - * Added backup shipping to S3 * Added backup shipping to another Linstor cluster * Added clone/copy res

[DRBD-user] linstor-server release candidate 1.15.0-rc.1

2021-08-27 Thread Rene Peinthor
Hi! This release candidate is packed with 3 new features that need some testing, before we call it final. First we added backup(snapshot) shipping to Amazon S3 (or compatible storage providers. e.g. minio) and additionally to that, also snapshot shipping to another separate Linstor cluster. All

[DRBD-user] python-linstor/linstor-client 1.10.0 release

2021-08-27 Thread Rene Peinthor
Hi, This release brings support for the new features in the linstor-server 1.15.0-rc.1. linstor-client 1.10.0 - * Add remote and backup subcommand for S3/Linstor shipping * Add resource-definition clone command * Fix advise autoplace tiebreaker suggestion * Fix tiebreaker

[DRBD-user] linstor-server 1.14.0 release

2021-08-03 Thread Rene Peinthor
Hi! Here is the final release of 1.14.0 with a few more bug fixes added. linstor-server 1.14.0 - * Add remote SPDK support * Fix migratedisk without body content * Fix toggledisk reuse node-ids * Fix autosnapshotshipping only work once * Fix toggledisk missing layerstack

[DRBD-user] python-linstor/linstor-client 1.9.0 release

2021-07-19 Thread Rene Peinthor
Hi, This client release as a new advise sub command, that may help to find problems within your cluster and even suggests possible solutions. Apart from this it has some smaller fixes. linstor-client 1.9.0 * Add new advise subcommand * Add remote SPDK subcommand * resource

[DRBD-user] linstor-server release 1.13.1

2021-07-15 Thread Rene Peinthor
Hi! This is a minor bugfix release and might only be interesting if you intend to work with BCache or LUKS layers. linstor-server 1.13.1 - * BCache always register devices * ToggleDisk recreate correct layerdata (fixes LUKS toggle disk) * API-Version 1.8.1 https://pkg.linb

[DRBD-user] python-linstor/linstor-client 1.8.0 release

2021-06-15 Thread Rene Peinthor
Hi, This client and python-linstor release fixes some small bugs and adds bcache layer support for linstor-server 1.13. linstor-client 1.8.0 * add client user-agent info * node info: show also info for combined nodes https://www.linbit.com/downloads/linstor/linstor-client-

[DRBD-user] linstor-server release candidate 1.13.0-rc.1

2021-06-15 Thread Rene Peinthor
Hi! We decided to skip any further 1.12 release and just move forward to the 1.13 series, but this time with a release candidate. We reverted the somewhat dangerous fixed DRBD size patches and only included safe bug fixes and a new feature that is BCache layer support, for distributions that suppo

Re: [DRBD-user] linstor-server release 1.12.6

2021-06-08 Thread Rene Peinthor
We had to take back this release, as different alignment sizes of already existing resources could lead to a drbd resize in the background, which could shrink the DRBD device. So latest stable version is still 1.12.4 Best regards, Rene On Mon, Jun 7, 2021 at 1:31 PM Rene Peinthor wrote: >

[DRBD-user] linstor-server release 1.12.6

2021-06-07 Thread Rene Peinthor
Hi! We noticed using nodes with old and new LUKS headers would not work and lead us to finally write the size into drbd resource configurations, which on the other hand finally enables us to mix different storage-pool types (LVM-thin <-> ZFS). Apart from that some smaller bug fixes: linstor-serve

[DRBD-user] python-linstor/linstor-client 1.7.3 release

2021-06-02 Thread Rene Peinthor
Hi, The make resource available API/command was missing in the 1.7.x release and is now available with this release. linstor-client 1.7.3 * add make resource available command https://www.linbit.com/downloads/linstor/linstor-client-1.7.3.tar.gz python-linstor 1.7.3 ---

Re: [DRBD-user] drbc 9.1.1 whole cluster blocked

2021-05-27 Thread Rene Peinthor
Could still be related to this fix: * fix timeout detection after idle periods and for configs with ko-count when a disk on an a secondary stops delivering IO-completion events So if you have a ko-count set, this should be fixed. Or it is something completely different... ;) Cheers, Rene On

[DRBD-user] linstor-server release 1.12.4

2021-05-18 Thread Rene Peinthor
Hi! Still some small problems with the 1.12 release, leading to this small bugfix release. linstor-server 1.12.4 - * Fix controller disable auto verify algorithm * Update auto-verify algorithm list to not use algorithms with optional keys * Exos: fixed setting correct prope

[DRBD-user] linstor-server release 1.12.3

2021-05-07 Thread Rene Peinthor
Hi All! There was still a problem with resource groups on postgresql DB backends, which should now be finally fixed and 2 smaller bug fixes as well made it into this release. linstor-server 1.12.3 - * Fix creating resource groups using postgresql backend * Fixed re-auto-plac

[DRBD-user] linstor-server release 1.12.2

2021-05-04 Thread Rene Peinthor
Hi! Another little bugfix release, postgresql DB upgrade didn't work as expected and there was another migration script that forgot about resources with suffix volumes (e.g. external metadata) linstor-server 1.12.2 - * Fix migration on postgresql * Fixed db migration of reso

[DRBD-user] linstor-server release 1.12.1

2021-04-30 Thread Rene Peinthor
Hi! Unfortunately, we had 2 serious bugs in the 1.12.0 release, which we just noticed 1 day after doing the release (regression tests were added). It also looks like our migration script from 1.12.0->1.12.1, for created resource-groups in v1.12.0 didn't work as expected, so we might come up with a

[DRBD-user] python-linstor 1.7.0, linstor-client 1.7.1 release

2021-04-28 Thread Rene Peinthor
Hi, Here is the new release of the python linstor library and the linstor-client, bringing access to the new features of linstor-server 1.12.0. This client release brings also a new resource command `involved`, that with additional options help on node upgrades to find diskless resources that wou

[DRBD-user] linstor-server 1.12.0 release

2021-04-28 Thread Rene Peinthor
Hi All! Quite some time has passed since the last linstor-server release, therefore this release also packs a lot of new stuff into it. 1. Linstor now automatically sets a common verify algorithm for DRBD resources, also the next DRBD release will have improved way to trigger a resync of out of s

[DRBD-user] linstor-opennebula v1.1.0 release

2021-03-23 Thread Rene Peinthor
Hi! There have been a few patch releases since the last linstor-opennebula release mail, the reason this release gets an announcement mail is that this version now supports the upcoming OpenNebula 6.0 release. But it is still compatible with older OpenNebula releases, so you don't have to worry ab

Re: [DRBD-user] Create a third diskless node on an active 2-node cluster

2021-03-03 Thread Rene Peinthor
DRBD_KERNEL_VERSION_CODE=0x08040b Says you have the old DRBD8 kernel module loaded, Linstor only supports DRBD9 >= Btw. you don't need to create a diskless storage pool (until you want special properties on that pool), Linstor already has DfltDisklessStorPool. Also diskless-on-remaing is not real

[DRBD-user] linstor-server 1.11.1 release

2021-01-13 Thread Rene Peinthor
Hi! This is just a bug fix release, only thing that might be worth a notice is that resource toggle-disk will now try to resolve the correct storage pool from its neighbour resources. linstor-server 1.11.1 - * Improved error messages for incorrect property values * Fix incor

[DRBD-user] linstor-client 1.6.1 release

2021-01-13 Thread Rene Peinthor
Hi, Also a small client release with a reconnect fix in interactive mode and changes to the toggle-disk command. linstor-client 1.6.1 * Fix reconnect on timeout error in interactive mode * Fix incorrect resource toggle-disk short option -dflt -> --dflt * Toggle disk storag

Re: [DRBD-user] Primary nodes must be strongly connected among each other

2020-12-23 Thread Rene Peinthor
See the 9.0.27 release for a fix for that. Cheers, Rene On Wed, Dec 23, 2020 at 1:56 PM Rob van der Wal wrote: > Hi, > > I managed to upgrade to the latest version 9.0.26-1 but I'm not getting: > drbdadm primary r6 > r6: State change failed: (-24) Primary nodes must be strongly connected > amon

[DRBD-user] python-linstor, linstor-client 1.6.0 release

2020-12-21 Thread Rene Peinthor
Hi, This release brings the client and python-linstor to linstor-server REST-API 1.6.0 compatibility. python-linstor 1.6.0 * Added node_restore() method * Added addition_place_count params for auto_place * Node response object now has flags() https://www.linbit.com/downlo

[DRBD-user] linstor-server 1.11.0

2020-12-21 Thread Rene Peinthor
Hi! Even though this release pushes the minor version number, it mostly consists of bug fixes. New features worth mentioning are props info API and autoplace addition for tiebreaker and a +1 notion for the auto-placer. linstor-server 1.11.0 - * Added REST-API paths for retrie

Re: [DRBD-user] Proxmox:Linstore, new third node, all volumes diskless, why?

2020-12-02 Thread Rene Peinthor
If you want diskful replicas on all nodes, you also need to change your place-count on your used resource group. Otherwise it will always only be diskful on 2 nodes (which ones are decided by linstor). Cheers, Rene On Thu, Dec 3, 2020 at 7:33 AM Gábor Hernádi wrote: > Hi, > > > But all the volu

Re: [DRBD-user] DRBD device hang issue

2020-11-22 Thread Rene Peinthor
You are using a over 3 year old DRBD version, there have been numerous bug fixes to DRBD since. So first upgrade to the latest DRBD version and check if you can still reproduce your problem. On Mon, Nov 23, 2020 at 7:20 AM 박기혁 wrote: > Hello, Community > > My system is using Pacemaker + DRBD + M

Re: [DRBD-user] [DRBD-announce] linstor-server 1.10.0 release

2020-11-12 Thread Rene Peinthor
he case where node1 comes back online? Will > it just restore back drbd resources on it ? or it will just reject that > node from being a part of the cluster and in this case the node will have > to be rejoined to the cluster. > > Thank you, > Yannis > > On Mon, 9 Nov 2020

[DRBD-user] python-linstor, linstor-client 1.4.1 release

2020-11-09 Thread Rene Peinthor
Hi, Small client release, with minor fixes. python-linstor v1.4.1 - * added SizeCalc.unit_to_str method https://www.linbit.com/downloads/linstor/python-linstor-1.4.1.tar.gz linstor-client 1.4.1 * migrate: remove unused AllowLargerVolumeSize property * f

[DRBD-user] linstor-server 1.10.0 release

2020-11-09 Thread Rene Peinthor
Hi! This release brings 2 new added features, auto-evict and configurable ETCD prefixes: Auto-Evict: If a satellite has no connection to the controller for more than an hour, the controller will mark that node as EVICTED and remove all its DRBD-resources. Should this cause the total number of rep

Re: [DRBD-user] linstor-server 1.9.0 release

2020-09-27 Thread Rene Peinthor
I think you should use: ALTER USER "" RENAME TO "linstor"; ALTER USER "linstor" SET PASSWORD 'linstor'; Cheers, Rene ___ Star us on GITHUB: https://github.com/LINBIT drbd-user mailing list drbd-user@lists.linbit.com https://lists.linbit.com/mailman/list

Re: [DRBD-user] linstor-server 1.9.0 release

2020-09-24 Thread Rene Peinthor
and start over again, but your LV/ZFS volumes will still be there. Your data will still be replicated, but the Satellite will delete the resource files once restarted. Cheers, Rene On Thu, Sep 24, 2020 at 4:55 PM Adam Goryachev < mailingli...@websitemanagers.com.au> wrote: > > On 24/9/2

Re: [DRBD-user] linstor-server 1.9.0 release

2020-09-24 Thread Rene Peinthor
dline tool, you might be able to set a new password. Cheers, Rene On Thu, Sep 24, 2020 at 2:48 PM Adam Goryachev < mailingli...@websitemanagers.com.au> wrote: > > On 24/9/20 22:42, Rene Peinthor wrote: > > They are. > And how do you start the controller? > > It should

Re: [DRBD-user] linstor-server 1.9.0 release

2020-09-24 Thread Rene Peinthor
They are. And how do you start the controller? On Thu, Sep 24, 2020 at 2:19 PM Adam Goryachev < mailingli...@websitemanagers.com.au> wrote: > > On 24/9/20 15:30, Rene Peinthor wrote: > > Sounds weird, I don't think we changed anything with the database > initializat

Re: [DRBD-user] linstor-server 1.9.0 release

2020-09-23 Thread Rene Peinthor
cObjectPool.java:424) > at > org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349) > at > org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:134) > at > com.linbit.linstor.dbcp.DbConnectionPool.setTransactio

[DRBD-user] python-linstor, linstor-client 1.4.0 release

2020-09-23 Thread Rene Peinthor
Hi, And here is the client release for REST-API 1.4.0 features. Additionally client options can now also be set from environment variables and some parameters are case insensitive now. python-linstor v1.4.0 - * Added methods for error-report deletion * Node create case insen

[DRBD-user] linstor-server 1.9.0 release

2020-09-23 Thread Rene Peinthor
Hi! Here is a new minor Linstor release, this release contains more bug fixes than new features. Notable features are a new auto-unplace option, to reduce the replica-count of resources to the value set in the resource-group after a certain time. And error-reports can now be deleted from the REST-

[DRBD-user] python-linstor, linstor-client 1.3.0 release

2020-08-17 Thread Rene Peinthor
Hi, Another python client release to correctly use all new features of the linstor-server 1.8.0 release. python-linstor v1.3.0 - * added snapshot_shipping_list method * setup.py: run make gensrc before python build * Code cleanup and fixed cyclic dependencies https://www.l

  1   2   3   >