Mailing List Archive

Linstor 1.1.0 release
Hi,

linstor-server gets a new feature, namely support for ETCD

There are some limitations regarding the ETCD support:
* There is no migration from SQL -> ETCD
* Linstor requires the ETCD server to increase its limit for requests per
transactions [1]
Our tests were running well with 1024, but some linstor-actions are
depending on how many objects you already have (i.e. auto-place)
you might want to increase that value if necessary.
example: etcd --max-txn-ops 1024

To use ETCD simply change your linstor.toml to contain
[db]
connection_url = "etcd://127.0.0.1:2379"

Some more release details:

linstor-server 1.1.0
--------------------
* Add truststore to config and HTTPS rest-api
* StorPoolData: correclty set snaphot supported field
* IntAuthResponse: Fixed version mismatch impl error
* satellite: parse satellite settings from toml file

https://www.linbit.com/downloads/linstor/linstor-server-1.1.0.tar.gz

Linstor PPA:
https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack

Best regards,
Gabor


[1]
https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/configuration.md#--max-txn-ops