From e44f537f380f1dfed4065fb4f643e5409d0a473f Mon Sep 17 00:00:00 2001 From: Lucie Tirand <123162035+lucie-tirand@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:16:08 +0200 Subject: [PATCH] fix(storage::netapp::santricity::restapi): fixed hardware cmd component count (#5630) Co-authored-by: Lucie Dubrunfaut Refs: CTOR-1771 --- src/storage/netapp/santricity/restapi/mode/components/cmd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/netapp/santricity/restapi/mode/components/cmd.pm b/src/storage/netapp/santricity/restapi/mode/components/cmd.pm index d22727d64..083589cdd 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/cmd.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/cmd.pm @@ -44,7 +44,7 @@ sub check { my $name = $storage_name . ':' . $entry->{physicalLocation}->{locationPosition} . ':' . $entry->{physicalLocation}->{slot}; next if ($self->check_filter(section => 'cmd', instance => $instance)); - $self->{components}->{cbd}->{total}++; + $self->{components}->{cmd}->{total}++; $self->{output}->output_add( long_msg => sprintf(