Skip to content

Fix dataset count command and reload DBLab Engine on new dataset creation

Vitaliy Kukharik requested to merge fix-datasets-number into main

This MR addresses the issue where the count of datasets in 'dblab_pool' was inaccurately inflated due to the inclusion of 'dblab_clone' datasets.

The updated Ansible task now correctly filters out these clone datasets, ensuring that only primary datasets are counted.

Fixed:

TASK [zpool : Create datasets] *********************************************************************************************************************************************************************************
fatal: [root@5.161.46.64]: FAILED! => {"msg": "to count backwards make stride negative"}

Additionally

  • Add handler to reload DBLab Engine if a new dataset has been created
Edited by Vitaliy Kukharik

Merge request reports