From 7a5a296e6cefa78b3f2fd813cf5b9a27c94e3cc8 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 23 Aug 2011 19:08:03 +0000 Subject: [PATCH] fix defect 3396951 PMR 67324 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10348 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index d72732826..1756b1b7a 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -11136,7 +11136,7 @@ sub sync_spot_files # for each file on the line # create rsync cmd # run from management node even if it's not the nim primary - my $synccmd = "rsync -Lpotz "; + my $synccmd = "rsync -Lprogtz "; my $syncopt = ""; foreach my $srcfile (@srcfiles) @@ -11149,7 +11149,7 @@ sub sync_spot_files $syncopt .= $imageupdatepath; $synccmd .= $syncopt; - # ex. xdsh $nimprime "rsync -Lpotz /etc/foo /install/nim/spot/.../inst_root/etc" + # ex. xdsh $nimprime "rsync -Lprogtz /etc/foo /install/nim/spot/.../inst_root/etc" if ($::VERBOSE) { my $rsp;