remove a check for the reclock file we dont need
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 27 Aug 2009 19:19:44 +0000 (05:19 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 27 Aug 2009 19:19:44 +0000 (05:19 +1000)
config/ctdb.init

index d69b01c47de2ece1863c81f86edd919e0304c352..0e6d5fdaf8dc5bf3d3d2c3c066c079553da473da 100755 (executable)
@@ -62,10 +62,6 @@ else
 fi
 
 build_ctdb_options () {
-    [ -z "$CTDB_RECOVERY_LOCK" ] && {
-       echo "You must configure the location of the CTDB_RECOVERY_LOCK"
-       exit 1
-    }
 
     maybe_set () {
        # If the 2nd arg is null then return - don't set anything.