From 596f40b354d7d4311735903482c0400ec2fbb958 Mon Sep 17 00:00:00 2001 From: Aditya Jain Date: Thu, 8 Jul 2021 10:09:11 +0530 Subject: [PATCH] chore(probe): remove FIXME remove FIXME since #602 was merged Signed-off-by: Aditya Jain --- cmd/ndm_daemonset/probe/addhandler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ndm_daemonset/probe/addhandler.go b/cmd/ndm_daemonset/probe/addhandler.go index 5c824b75d..60e4c21b0 100644 --- a/cmd/ndm_daemonset/probe/addhandler.go +++ b/cmd/ndm_daemonset/probe/addhandler.go @@ -125,7 +125,6 @@ func (pe *ProbeEvent) addBlockDevice(bd blockdevice.BlockDevice, bdAPIList *apis return nil } } else { - // FIXME: update controller cache after setting uuid bd.UUID = uuid klog.V(4).Infof("uuid: %s has been generated for device: %s", uuid, bd.DevPath) // update cache after generating uuid