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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user