Skip to content

Commit

Permalink
chore(probe): remove FIXME
Browse files Browse the repository at this point in the history
remove FIXME since openebs-archive#602 was merged

Signed-off-by: Aditya Jain <aditya.jainadityajain.jain@gmail.com>
  • Loading branch information
z0marlin committed Jul 8, 2021
1 parent 586fa67 commit 596f40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ndm_daemonset/probe/addhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 596f40b

Please sign in to comment.