mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-16 11:20:32 +00:00
Fix mknb: Undefined subroutine noderange
Add missing xCAT::NodeRange module
This commit is contained in:
@ -3,6 +3,7 @@ use strict;
|
||||
use File::Temp qw(tempdir);
|
||||
use xCAT::Utils;
|
||||
use xCAT::TableUtils;
|
||||
use xCAT::NodeRange;
|
||||
use File::Path;
|
||||
use File::Copy;
|
||||
|
||||
|
Reference in New Issue
Block a user