Hi! We had finally enough courage to tag this release 1.0.0. There is one new shiny new feature called "resource groups", but apart from that only bug fixes were made.
* Resource groups A resource group is a parent object of a resource definition and all property changes made on a resource group will be inherited by its resource definition children. The resource group also stores settings for auto-place rules and can spawn a resource definition depending on the stored rules. Here is a example: ``` linstor resource-group create my_group --place-count 3 linstor volume-group create my_group linstor resource-group spawn-resources my_group myresource 2G ``` Some more release details: linstor-server 1.0.0 -------------------- * Added resource groups/volume groups * REST-API version 1.0.8 * Fixed incorrect HTTP initialization if rest bind address was given by cli * Fixed rollback in props container * Fixed sysfs throttling with nvme diskless * Allow log level to be set in linstor.toml or cli * External command timeout is now configurable https://www.linbit.com/downloads/linstor/linstor-server-1.0.0.tar.gz python-linstor 1.0.0 -------------------- * Added resource groups/volume groups methods https://www.linbit.com/downloads/linstor/python-linstor-1.0.0.tar.gz linstor-client 1.0.0 -------------------- * Added resource groups/volume groups commands * Table output has now support for multiline rows https://www.linbit.com/downloads/linstor/linstor-client-1.0.0.tar.gz Linstor PPA: https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack Best regards, Rene
_______________________________________________ Star us on GITHUB: https://github.com/LINBIT drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
