From a491bc2e6ac9a29da186937a7c7071609b5816a4 Mon Sep 17 00:00:00 2001 From: slioch Date: Fri, 3 Apr 2009 17:47:17 -0700 Subject: remove rank loading from loadconfig. rank load is disabled--will remove ordering code (that has no effect) in a future submission. --- scripts/vyatta-config-loader.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-config-loader.pl b/scripts/vyatta-config-loader.pl index 856799a..57ceb47 100755 --- a/scripts/vyatta-config-loader.pl +++ b/scripts/vyatta-config-loader.pl @@ -73,7 +73,7 @@ foreach (@all_nodes) { my ($path_ref, $rank) = @$_; if ($rank != $cur_rank) { # commit all nodes with the same rank together. - $ret = system("$commit_cmd"); + $ret = 0; #system("$commit_cmd"); if ($ret >> 8) { print OLDOUT "Commit failed at rank $cur_rank\n"; print WARN "Commit failed at rank $cur_rank\n"; -- cgit v1.2.3