<div dir="ltr">Hi,<br><br>linstor-server gets a new feature, namely support for ETCD<br><br>There are some limitations regarding the ETCD support:<br> * There is no migration from SQL -&gt; ETCD<br> * Linstor requires the ETCD server to increase its limit for requests per transactions [1]<br> 
   Our tests were running well with 1024, but some linstor-actions are 
depending on how many objects you already have (i.e. auto-place)<br>    you might want to increase that value if necessary.<br>    example: etcd --max-txn-ops 1024<br><br>To use ETCD simply change your linstor.toml to contain <br>[db]<br>   connection_url = &quot;etcd://<a href="http://127.0.0.1:2379" target="_blank">127.0.0.1:2379</a>&quot;<br><br>Some more release details:<br><br>linstor-server 1.1.0<br>--------------------<br> * Add truststore to config and HTTPS rest-api<br> * StorPoolData: correclty set snaphot supported field<br> * IntAuthResponse: Fixed version mismatch impl error<br> * satellite: parse satellite settings from toml file<br> <br><a href="https://www.linbit.com/downloads/linstor/linstor-server-1.1.0.tar.gz" target="_blank">https://www.linbit.com/downloads/linstor/linstor-server-1.1.0.tar.gz</a><br> <br>Linstor PPA:<br><a href="https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack" target="_blank">https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack</a><br><br>Best regards,<br>Gabor<br><br><br>[1] <a href="https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/configuration.md#--max-txn-ops" target="_blank">https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/configuration.md#--max-txn-ops</a></div>