2
0
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:
Obihörnchen
2016-11-18 15:47:47 -05:00
committed by GitHub
parent 7e85375841
commit dc9ffa4307

View File

@ -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;