Skip to content

v1.8.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@akhilerm akhilerm released this 24 Dec 05:04
· 1 commit to v1.8.x since this release
a1e8959
cherry-pick(probe): initialize labels before probe start (#664)

- earlier the blockdevice labels map was initialized in the customtag probe
which causes undeclared map, if the labels are used before using customtag probe.
Now the label initialization happens before the probes are run.

- chore(test): update unit test

Signed-off-by: Akhil Mohan <akhil.mohan@datacore.com>