Skip to content

v1.1.0

Compare
Choose a tag to compare
@ghernadi ghernadi released this 30 Aug 14:55

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