github LINBIT/linstor-server v1.1.0

latest releases: v1.29.2, v1.29.1, v1.29.0...
5 years ago

ETCD support

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
  • Satellite nodes don't need anymore to have matching hostnames for DRBD to work

Don't miss a new linstor-server release

NewReleases is sending notifications on new releases.