From 4bdcebc647e69b0dba96cf5f33e76efd87d63158 Mon Sep 17 00:00:00 2001 From: jjhua Date: Mon, 17 Dec 2012 09:20:57 +0000 Subject: [PATCH] fixed the Unknown option: nodestatus when updatenode cn -V git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14664 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xdsh.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/xdsh.pm b/xCAT-server/lib/xcat/plugins/xdsh.pm index e1a37c24f..89077fe34 100644 --- a/xCAT-server/lib/xcat/plugins/xdsh.pm +++ b/xCAT-server/lib/xcat/plugins/xdsh.pm @@ -296,6 +296,7 @@ sub parse_xdcp_cmd 'R|recursive' => \$options{'recursive'}, 'T|trace' => \$options{'trace'}, 'V|version' => \$options{'version'}, + 'nodestatus|nodestatus' => \$options{'nodestatus'}, 'X:s' => \$options{'ignore_env'} ) )