Mailing List Archive

Linstor-server v0.9.6, linstor-client 0.9.3 release
Hi!

As always some bug fixes and 2 notable features were added in this release.
Linstor is now able to make file systems on resource creation, here is a
little snippet on how to do that:

linstor resource-definition create rsc1
linstor resource-definition set-property rsc1 FileSystem/Type ext4
linstor volume-definition create rsc1 1G
linstor resource create --auto-place 2 rsc1

Currently supported file systems are ext4 and xfs. Additional mkfs
properties can be passed through the FileSystem/MkfsParams property.

And another feature is support for NVMe over fabrics, those can be created
with specifying nvme on the layer-list argument.

linstor-server 0.9.6
--------------------
* Fixed: DRBD handlers written on satellite restart
* Fixed: Migration for resources without volumes
* Fixed: Deletion of resources not updating freespace info
* Fixed: Satellite nullpointer exception on applying already deleted
resource
* REST: Undocumented single resource paths will not return arrays anymore
* DRBD handler options are now always quoted.
* Added optional file system creation on DRBD or storage resources
* Support for NVMe over fabrics

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

linstor-client/python-linstor 0.9.3
-----------------------------------
* Support nvme layers

https://www.linbit.com/downloads/linstor/python-linstor-0.9.3.tar.gz
https://www.linbit.com/downloads/linstor/linstor-client-0.9.3.tar.gz

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

Best regards,
Rene