From cf08fd0f66ea75d0d014c7583142034f79a76012 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 29 Aug 2011 13:50:39 +0000 Subject: [PATCH] fix defect 3396951 Hitachi group not preserved on rsync git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/RSYNC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/RSYNC.pm b/perl-xCAT/xCAT/RSYNC.pm index d48cba6bc..4053ff139 100644 --- a/perl-xCAT/xCAT/RSYNC.pm +++ b/perl-xCAT/xCAT/RSYNC.pm @@ -116,9 +116,9 @@ sub remote_copy_command # if only syncing the service node or no postscripts then do not # get update file notification if (($::SYNCSN == 1) || (!(defined @::postscripts))) { - $sync_opt .= '-Lprotz '; + $sync_opt .= '-Lprogtz '; } else { - $sync_opt .= '-Liprotz --out-format=%f%L '; # add notify of update + $sync_opt .= '-Liprogtz --out-format=%f%L '; # add notify of update } $sync_opt .= $$config{'options'}; if ($::SYNCSN == 1)