Releases: openebs-archive/node-disk-manager
v1.6.1
openebs-ndm-1.6.1
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
openebs-ndm-1.6.0
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
v1.6.1-RC1
fix(manager): set reconciliation interval for manager (#604) set reconciliation interval to 30 seconds for the resources Signed-off-by: Akhil Mohan <[email protected]>
v1.6.0
fix(manager): set reconciliation interval for manager (#604) set reconciliation interval to 30 seconds for the resources Signed-off-by: Akhil Mohan <[email protected]>
v1.6.0-RC2
fix(manager): set reconciliation interval for manager (#604) set reconciliation interval to 30 seconds for the resources Signed-off-by: Akhil Mohan <[email protected]>
v1.6.0-RC1
feat(probe): add mount change detection to mount probe (#595) - add new package that provides an api to watch for i/o events on files. uses linux EPOLL api internally - add mount change detection to mount probe - add change handlers to process device updates - add integration tests for mount change detection - add new package to parse mount files. libmount is a pure go port of the util-linux/libmount library. while most of the original functionalities are missing in this go implementation, it currently supports parsing mounts file in procfs and generating diffs between two parsed mounts files. while the current functionalities are enough to solve some of the issues faced in #595, this is a wip and remaining functions maybe added in future. - use libmount to find out what changed in the mounts file and trigger an update only for the required devices - parse mount file after applying all options. the `FromFile` option passed in `NewMountTab()` was parsing the provided file immediately it was called. this was preventing any filters passed from being applied since they might be added after the FromFile` option is executed (depending on the order of the options passed). parse file only once all options have been applied. - update ndm deploy yaml - update ndm yaml with the new feature gate ("MountChangeDetection") Signed-off-by: Aditya Jain <[email protected]>
openebs-ndm-1.5.1
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
openebs-ndm-1.5.0
Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
v1.5.0
fix(tests): fix buggy tests in probe and sysfs (#593) - fix sysfs tests to cleanup after finishing. tests were failing when run the second time after passing for the first time. - skip `TestUdevProbe` in package probe if disk uuid cannot be generated - fix `TestFillDiskDetails` in package probe to correctly set expected dev links Signed-off-by: Aditya Jain <[email protected]>