From a144e5f93b518e6d7204c4ccd64ddf0c6ecdcf83 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 16 Jan 2014 08:55:23 +0100 Subject: [PATCH] marsadm: always update timestamp of primary symlink --- userspace/marsadm | 1 - 1 file changed, 1 deletion(-) diff --git a/userspace/marsadm b/userspace/marsadm index f11d314f..45882ac6 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -1382,7 +1382,6 @@ sub primary_phase3 { return unless $cmd eq "primary"; my $old = _get_designated_primary($res); my $new = $host; - return if $old eq $new; _primary_res($res, $new, $old); }