From adec07ad99df9ba73a7a44df6e09dcf6631f5f85 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 26 Mar 2018 15:15:56 -0400 Subject: [PATCH] Fix xdcp username on updatenode -F xdcp was not using the username and trusted facility, fix updatenode usage. --- xCAT-server/lib/xcat/plugins/updatenode.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 729fed4dd..d68e36fde 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1801,6 +1801,7 @@ sub updatenodesyncfiles { command => ["xdcp"], node => $syncfile_node{$synclist}, + username => $request->{username}, arg => $args, env => $env },