~ubuntu-branches/ubuntu/vivid/ctdb/vivid-proposed

« back to all changes in this revision

Viewing changes to server/ctdb_monitor.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2011-11-06 15:18:59 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20111106151859-41lblk8ml4es7ra3
Tags: 1.11+git20111102-1
* New upstream release
  - removed 92-apache-service-enable.diff: integrated 
  - removed 99-fix-broken-readdir-test.diff: integrated
* d/rules, d/control, d/compat:
  - converted to dh (% target and dh_auto_*)
  - moved to compat level 9 (buildeps upgraded)
  - dh9 enabled hardening build flags
  - added hardening=+bindnow
  - dh9 enabled multiarch
    + Don't use /use/lib64 on ppc64 (Closes: #644907)
    + libctdb-dev is Multi-Arch: same
    + removed 10_no-lib64.diff: not needed with multiarch
* ctdb.init:
  - removed gettext support
  - synced with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
                exit(11);
303
303
        }
304
304
        ctdb->db_persistent_check_errors = 0;
305
 
        DEBUG(DEBUG_NOTICE,(__location__
306
 
                           "ctdb_start_monitoring: ctdb_recheck_persistent_health() OK\n"));
307
305
 
308
306
        DEBUG(DEBUG_NOTICE,(__location__ " Recoveries finished. Running the \"startup\" event.\n"));
309
 
        DEBUG(DEBUG_ERR,(__location__ " Allow clients to attach to databases.\n"));
310
307
        event_add_timed(ctdb->ev, ctdb->monitor->monitor_context,
311
308
                             timeval_current(),
312
309
                             ctdb_check_health, ctdb);