mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 13:21:12 +00:00
Changd "mgt" in "ppc" table to "parent"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@58 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -36,7 +36,7 @@ sub add_ppc {
|
||||
$serial,
|
||||
$server,
|
||||
$profile,
|
||||
$mgt,
|
||||
$parent,
|
||||
$ips ) = split /,/;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ sub add_ppc {
|
||||
$u->{hcp} = $server;
|
||||
$u->{id} = $id;
|
||||
$u->{profile} = $profile;
|
||||
$u->{mgt} = $mgt;
|
||||
$u->{parent} = $parent;
|
||||
$db{ppc}->setAttribs( $k, $u );
|
||||
$db{ppc}{commit} = 1;
|
||||
|
||||
@@ -176,3 +176,4 @@ sub credentials {
|
||||
|
||||
|
||||
1;
|
||||
|
||||
|
Reference in New Issue
Block a user