From fb34d2b9ff06910c8cba56fcdbb8695e001481a0 Mon Sep 17 00:00:00 2001 From: Wai Yee Wong Date: Wed, 5 May 2021 17:23:03 -0400 Subject: [PATCH] Cumulus bin file to be recognized correctly on RHEL 8.x --- xCAT-server/lib/xcat/plugins/copycds.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/copycds.pm b/xCAT-server/lib/xcat/plugins/copycds.pm index 3f6bf14ad..62b2e6ed5 100644 --- a/xCAT-server/lib/xcat/plugins/copycds.pm +++ b/xCAT-server/lib/xcat/plugins/copycds.pm @@ -115,7 +115,7 @@ sub process_request { return; } - if (grep /$file: data/, @filestat) { + if ((grep /$file: data/, @filestat) || (grep /$file: .* \(binary data/, @filestat)) { if ($xcatdebugmode) { $callback->({ info => "run copydata for data file = $file" }); }