From 20834bc61f44e42eba5cddcfd0fff1e2ca2c3f8c Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 1 Mar 2010 10:11:13 +0000 Subject: [PATCH] defect 2950595,2944713: display lsdef -t site obj with long format; add node for chdef when node does not exist git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5318 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 18dac87ea..42cf0af3a 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -296,6 +296,7 @@ sub processArgs # if we know the type isn't "node" then set the object list @::clobjnames = split(',', $a); + @::noderange = @::clobjnames; $::objectsfrom_args = 1; } elsif (!$::opt_t || ($::opt_t eq 'node')) @@ -1583,6 +1584,9 @@ sub defch if (!$isDefined) { $newobjects{$obj} = $type; + if (! grep (/^groups$/, keys %{$::FINALATTRS{$obj}}) ) { + $::FINALATTRS{$obj}{'groups'} = "all"; + } } if (!$isDefined && $::opt_m) @@ -2040,7 +2044,7 @@ sub defch # xCAT::MsgUtils->message("E", $rsp, $::callback); $error = 1; } - + if ($error) { my $rsp;