Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 09:46:45 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd hastd.c parse.y primary.c
Message-ID:  <201012300947.oBU9l40F079014@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-12-30 09:46:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sbin/hastd           hastd.c parse.y primary.c 
  Log:
  SVN rev 216816 on 2010-12-30 09:46:45Z by pjd
  
  MFC r216477,r216478,r216479,r216494,r216721,r216722:
  
  r216477:
  
  Log the fact of launching and include protocol version number.
  
  r216478:
  
  Don't ignore errors from remote requests.
  
  r216479:
  
  Improve problems logging.
  
  r216494:
  
  The 'ret' variable is of type ssize_t and we use proper format for it (%zd), so
  no (bogus) cast is needed.
  
  r216721:
  
  When node-specific configuration is missing in resource section, provide
  more useful information. Instead of:
  
          hastd: remote address not configured for resource foo
  
  Print the following:
  
          No resource foo configuration for this node (acceptable node names: freefall, freefall.freebsd.org, 44333332-4c44-4e31-4a30-313920202020).
  
  r216722:
  
  Detect when resource is configured more than once.
  
  Revision  Changes    Path
  1.2.2.9   +3 -0      src/sbin/hastd/hastd.c
  1.1.2.6   +65 -2     src/sbin/hastd/parse.y
  1.3.2.9   +34 -8     src/sbin/hastd/primary.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012300947.oBU9l40F079014>