From 7c331d87a507947b655e438787801f8c54eb2354 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 26 Jun 2018 20:46:21 -0400 Subject: [PATCH] Add model type for 'stratton' boxes, 8001-12C model type --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index a1cda1a6f..3e7171c35 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1978,7 +1978,7 @@ sub do_firmware_update { # P9 Boston (9006-22C, 9006-12C, 5104-22C) or P8 Briggs (8001-22C) # firmware update is done using pUpdate utility expected to be in the # specified data directory along with the update files .bin for BMC or .pnor for Host - if ($output =~ /8001-22C|9006-22C|5104-22C|9006-12C/) { + if ($output =~ /8001-22C|9006-22C|5104-22C|8001-12C|9006-12C/) { # Verify valid data directory was specified if (defined $directory_name) { unless (File::Spec->file_name_is_absolute($directory_name)) {