Skip to content

Commit

Permalink
Update images/agent/pkg/controller/lvm_volume_group_watcher.go
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin authored Apr 15, 2024
1 parent 5f1bf04 commit 31b8e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/agent/pkg/controller/lvm_volume_group_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func ReconcileLVMVG(

isVgExist, vg, err := GetVGFromNode(lvg.Spec.ActualVGNameOnTheNode, log, metrics)
if err != nil {
log.Error(err, fmt.Sprintf("[ReconcileLVMVG] unabke to get VG %s from the node for LVMVolumeGroup %s", lvg.Spec.ActualVGNameOnTheNode, lvg.Name))
log.Error(err, fmt.Sprintf("[ReconcileLVMVG] unable to get VG %s from the node for LVMVolumeGroup %s", lvg.Spec.ActualVGNameOnTheNode, lvg.Name))
return true, err
}

Expand Down

0 comments on commit 31b8e20

Please sign in to comment.