diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index 2e71b594d..36bb47372 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -15,7 +15,7 @@ use xCAT::Table; my $request; my %breaknetbootnodes; -my %normalnodes; +our %normalnodes; my $callback; my $sub_req; my $dhcpconf = "/etc/dhcpd.conf";