'\" t .\" Title: boothd .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2023-10-22 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "BOOTHD" "8" "2023-10-22" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" boothd \- The Booth Cluster Ticket Manager. .SH "SYNOPSIS" .sp \fBboothd\fP \fIdaemon\fP [\-SD] [\-c \fIconfig\fP] [\-l \fIlockfile\fP] .sp \fBbooth\fP \fIlist\fP [\-s \fIsite\fP] [\-c \fIconfig\fP] .sp \fBbooth\fP \fIgrant\fP [\-s \fIsite\fP] [\-c \fIconfig\fP] [\-FCw] \fIticket\fP .sp \fBbooth\fP \fIrevoke\fP [\-s \fIsite\fP] [\-c \fIconfig\fP] [\-w] \fIticket\fP .sp \fBbooth\fP \fIpeers\fP [\-s \fIsite\fP] [\-c \fIconfig\fP] .sp \fBbooth\fP \fIstatus\fP [\-D] [\-c \fIconfig\fP] .SH "DESCRIPTION" .sp Booth manages tickets which authorizes one of the cluster sites located in geographically dispersed distances to run certain resources. It is designed to be extend Pacemaker to support geographically distributed clustering. .sp It is based on the RAFT protocol, see eg. \c .URL "https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf" "" for details. .SH "SHORT EXAMPLES" .sp .if n .RS 4 .nf .fam C # boothd daemon \-D # booth list # booth grant ticket\-nfs # booth revoke ticket\-nfs .fam .fi .if n .RE .SH "OPTIONS" .sp \fB\-c\fP \fIconfigfile\fP .RS 4 Configuration to use. .sp Can be a full path to a configuration file, or a short name; in the latter case, the directory \fI/etc/booth\fP and suffix \fI.conf\fP are added. Per default \fIbooth\fP is used, which results in the path \fI/etc/booth/booth.conf\fP. .sp The configuration name also determines the name of the PID file \- for the defaults, \fI/var/run/booth/booth.pid\fP. .RE .sp \fB\-s\fP .RS 4 Site address or name. .sp The special value \fIother\fP can be used to specify the other site. Obviously, in that case, the booth configuration must have exactly two sites defined. .RE .sp \fB\-F\fP .RS 4 \fIimmediate grant\fP: Don\(cqt wait for unreachable sites to relinquish the ticket. See the \fIBooth ticket management\fP section below for more details. For manual tickets this option allows one to grant a ticket which is currently granted. See the \fIManual tickets\fP section below for more details. .sp This option may be DANGEROUS. It makes booth grant the ticket even though it cannot ascertain that unreachable sites don\(cqt hold the same ticket. It is up to the user to make sure that unreachable sites don\(cqt have this ticket as granted. .RE .sp \fB\-w\fP .RS 4 \fIwait for the request outcome\fP: The client waits for the final outcome of grant or revoke request. .RE .sp \fB\-C\fP .RS 4 \fIwait for ticket commit to CIB\fP: The client waits for the ticket commit to CIB (only for grant requests). If one or more sites are unreachable, this takes the ticket expire time (plus, if defined, the \fIacquire\-after\fP time). .RE .sp \fB\-h\fP, \fB\-\-help\fP .RS 4 Give a short usage output. .RE .sp \fB\-\-version\fP .RS 4 Report version information. .RE .sp \fB\-S\fP .RS 4 \fIsystemd\fP mode: don\(cqt fork. Disables daemonizing, the process will remain in the foreground. .RE .sp \fB\-D\fP .RS 4 Increases the debug output level. .RE .sp \fB\-l\fP \fIlockfile\fP .RS 4 Use another lock file. By default, the lock file name is inferred from the configuration file name. Normally not needed. .RE .SH "COMMANDS" .sp Whether the binary is called as \fIboothd\fP or \fIbooth\fP doesn\(cqt matter; the first argument determines the mode of operation. .sp \fIdaemon\fP .RS 4 Tells \fIboothd\fP to serve a site. The locally configured interfaces are searched for an IP address that is defined in the configuration. booth then runs in either /arbitrator/ or /site/ mode. .RE .sp \fIclient\fP .RS 4 Booth clients can list the ticket information (see also \fIcrm_ticket \-L\fP), and revoke or grant tickets to a site. .sp The grant and, under certain circumstances, revoke operations may take a while to return a definite operation\(cqs outcome. The client will wait up to the network timeout value (by default 5 seconds) for the result. Unless the \fI\-w\fP option was set, in which case the client waits indefinitely. .sp In this mode the configuration file is searched for an IP address that is locally reachable, ie. matches a configured subnet. This allows one to run the client commands on another node in the same cluster, as long as the config file and the service IP is locally reachable. .sp For instance, if the booth service IP is 192.168.55.200, and the local node has 192.168.55.15 configured on one of its network interfaces, it knows which site it belongs to. .sp Use \fI\-s\fP to direct client to connect to a different site. .RE .sp \fIstatus\fP .RS 4 \fIboothd\fP looks for the (locked) PID file and the UDP socket, prints some output to stdout (for use in shell scripts) and returns an OCF\-compatible return code. With \fI\-D\fP, a human\-readable message is printed to STDERR as well. .RE .sp \fIpeers\fP .RS 4 List the other \fIboothd\fP servers we know about. .sp In addition to the type, name (IP address), and the last time the server was heard from, network statistics are also printed. The statistics are split into two rows, the first one consists of counters for the sent packets and the second one for the received packets. The first counter is the total number of packets and descriptions of the other counters follows: .sp \fIresends\fP .RS 4 Packets which had to be resent because the recipient didn\(cqt acknowledge a message. This usually means that either the message or the acknowledgement got lost. The number of resends usually reflect the network reliability. .RE .sp \fIerror\fP .RS 4 Packets which either couldn\(cqt be sent, got truncated, or were badly formed. Should be zero. .RE .sp \fIinvalid\fP .RS 4 These packets contain either invalid or non\-existing ticket name or refer to a non\-existing ticket leader. Should be zero. .RE .sp \fIauthfail\fP .RS 4 Packets which couldn\(cqt be authenticated. Should be zero. .RE .RE .SH "CONFIGURATION FILE" .sp The configuration file must be identical on all sites and arbitrators. .sp A minimal file may look like this: .sp .if n .RS 4 .nf .fam C site="192.168.201.100" site="192.168.202.100" arbitrator="192.168.203.100" ticket="ticket\-db8" .fam .fi .if n .RE .sp Comments start with a hash\-sign (\fI\*(Aq#\fP\*(Aq). Whitespace at the start and end of the line, and around the \fI\*(Aq=\fP\*(Aq, are ignored. .sp The following key/value pairs are defined: .sp \fIport\fP .RS 4 The UDP/TCP port to use. Default is \fI9929\fP. .RE .sp \fItransport\fP .RS 4 The transport protocol to use for Raft exchanges. Currently only UDP is supported. .sp Clients use TCP to communicate with a daemon; Booth will always bind and listen to both UDP and TCP ports. .RE .sp \fIauthfile\fP .RS 4 File containing the authentication key. The key can be either binary or text. If the latter, then both leading and trailing white space, including new lines, is ignored. This key is a shared secret and used to authenticate both clients and servers. The key must be between 8 and 64 characters long and be readable only by the file owner. .RE .sp \fImaxtimeskew\fP .RS 4 As protection against replay attacks, packets contain generation timestamps. Such a timestamp is not allowed to be too old. Just how old can be specified with this parameter. The value is in seconds and the default is 600 (10 minutes). If clocks vary more than this default between sites and nodes (which is definitely something you should fix) then set this parameter to a higher value. The time skew test is performed only in concert with authentication. .RE .sp \fIdebug\fP .RS 4 Specifies the debug output level. Alternative to command line argument. Effective only for \fIdaemon\fP mode of operation. .RE .sp \fIsite\fP .RS 4 Defines a site Raft member with the given IP. Sites can acquire tickets. The sites\*(Aq IP should be managed by the cluster. .RE .sp \fIarbitrator\fP .RS 4 Defines an arbitrator Raft member with the given IP. Arbitrators help reach consensus in elections and cannot hold tickets. .RE .sp Booth needs at least three members for normal operation. Odd number of members provides more redundancy. .sp \fIsite\-user\fP, \fIsite\-group\fP, \fIarbitrator\-user\fP, \fIarbitrator\-group\fP .RS 4 These define the credentials \fIboothd\fP will be running with. .sp On a (Pacemaker) site the booth process will have to call \fIcrm_ticket\fP, so the default is to use \fIhacluster\fP:\*(Aqhaclient\*(Aq; for an arbitrator this user and group might not exists, so there we default to \fInobody\fP:\*(Aqnobody\*(Aq. .RE .sp \fIticket\fP .RS 4 Registers a ticket. Multiple tickets can be handled by single Booth instance. .sp Use the special ticket name \f(CR__defaults__\fP to modify the defaults. The \f(CR__defaults__\fP stanza must precede all the other ticket specifications. .RE .sp All times are in seconds. .sp \fIexpire\fP .RS 4 The lease time for a ticket. After that time the ticket can be acquired by another site if the ticket holder is not reachable. .sp The default is \fI600\fP. .RE .sp \fIacquire\-after\fP .RS 4 Once a ticket is lost, wait this time in addition before acquiring the ticket. .sp This is to allow for the site that lost the ticket to relinquish the resources, by either stopping them or fencing a node. .sp A typical delay might be 60 seconds, but ultimately it depends on the protected resources and the fencing configuration. .sp The default is \fI0\fP. .RE .sp \fIrenewal\-freq\fP .RS 4 Set the ticket renewal frequency period. .sp If the network reliability is often reduced over prolonged periods, it is advisable to try to renew more often. .sp Before every renewal, if defined, the command or commands specified in \fIbefore\-acquire\-handler\fP is run. In that case the \fIrenewal\-freq\fP parameter is effectively also the local cluster monitoring interval. .RE .sp \fItimeout\fP .RS 4 After that time \fIbooth\fP will re\-send packets if there was an insufficient number of replies. This should be long enough to allow packets to reach other members. .sp The default is \fI5\fP. .RE .sp \fIretries\fP .RS 4 Defines how many times to retry sending packets before giving up waiting for acks from other members. .sp Default is \fI10\fP. Values lower than 3 are illegal. .sp Ticket renewals should allow for this number of retries. Hence, the total retry time must be shorter than the renewal time (either half the expire time or \fIrenewal\-freq\fP): .sp .if n .RS 4 .nf .fam C timeout*(retries+1) < renewal .fam .fi .if n .RE .RE .sp \fIweights\fP .RS 4 A comma\-separated list of integers that define the weight of individual Raft members, in the same order as the \fIsite\fP and \fIarbitrator\fP lines. .sp Default is \fI0\fP for all; this means that the order in the configuration file defines priority for conflicting requests. .RE .sp \fIbefore\-acquire\-handler\fP .RS 4 If set, this parameter specifies either a file containing a program to be run or a directory where a number of programs can reside. They are invoked before \fIboothd\fP tries to acquire or renew a ticket. If any of them exits with a code other than 0, \fIboothd\fP relinquishes the ticket. .sp Thus it is possible to ensure whether the services and its dependencies protected by the ticket are in good shape at this site. For instance, if a service in the dependency\-chain has a failcount of \fIINFINITY\fP on all available nodes, the service will be unable to run. In that case, it is of no use to claim the ticket. .sp One or more arguments may follow the program or directory location. Typically, there is at least the name of one of the resources which depend on this ticket. .sp See below for details about booth specific environment variables. The distributed \fIservice\-runnable\fP script is an example which may be used to test whether a pacemaker resource can be started. .RE .sp \fIattr\-prereq\fP .RS 4 Sites can have GEO attributes managed with the \fIgeostore(8)\fP program. Attributes are within ticket\(cqs scope and may be tested by \fIboothd\fP for additional control of ticket failover (automatic) or ticket acquire (manual). .sp Attributes are typically used to convey extra information about resources, for instance database replication status. The attributes are commonly updated by resource agents. .sp Attribute values are referenced in expressions and may be tested for equality with the \fIeq\fP binary operator or inequality with the \fIne\fP operator. The usage is as follows: .sp .if n .RS 4 .nf .fam C attr\-prereq = .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C : "auto" | "manual" : attribute name : "eq" | "ne" : attribute value .fam .fi .if n .RE .sp The two grant types are \fIauto\fP for ticket failover and \fImanual\fP for grants using the booth client. Only in case the expression evaluates to true can the ticket be granted. .sp It is not clear whether the \fImanual\fP grant type has any practical use because, obviously, this operation is anyway controlled by a human. .sp Note that there can be no guarantee on whether an attribute value is up to date, i.e. if it actually reflects the current state. .RE .sp \fImode\fP .RS 4 Specifies if the ticket is manual or automatic. .sp By default all tickets are automatic (that is, they are fully controlled by Raft algorithm). Assign the strings "manual" or "MANUAL" to define the ticket as manually controlled. .RE .sp One example of a booth configuration file: .sp .if n .RS 4 .nf .fam C transport = udp port = 9930 # D\-85774 site="192.168.201.100" # D\-90409 site="::ffff:192.168.202.100" # A\-1120 arbitrator="192.168.203.100" ticket="ticket\-db8" expire = 600 acquire\-after = 60 timeout = 10 retries = 5 renewal\-freq = 60 before\-acquire\-handler = /usr/share/booth/service\-runnable db8 attr\-prereq = auto repl_state eq ACTIVE .fam .fi .if n .RE .SH "BOOTH TICKET MANAGEMENT" .sp The booth cluster guarantees that every ticket is owned by only one site at the time. .sp Tickets must be initially granted with the \fIbooth client grant\fP command. Once it gets granted, the ticket is managed by the booth cluster. Hence, only granted tickets are managed by \fIbooth\fP. .sp If the ticket gets lost, i.e. that the other members of the booth cluster do not hear from the ticket owner in a sufficiently long time, one of the remaining sites will acquire the ticket. This is what is called \fIticket failover\fP. .sp If the remaining members cannot form a majority, then the ticket cannot fail over. .sp A ticket may be revoked at any time with the \fIbooth client revoke\fP command. For revoke to succeed, the site holding the ticket must be reachable. .sp Once the ticket is administratively revoked, it is not managed by the booth cluster anymore. For the booth cluster to start managing the ticket again, it must be again granted to a site. .sp The grant operation, in case not all sites are reachable, may get delayed for the ticket expire time (and, if defined, the \fIacquire\-after\fP time). The reason is that the other booth members may not know if the ticket is currently granted at the unreachable site. .sp This delay may be disabled with the \fI\-F\fP option. In that case, it is up to the administrator to make sure that the unreachable site is not holding the ticket. .sp When the ticket is managed by \fIbooth\fP, it is dangerous to modify it manually using either \f(CRcrm_ticket\fP command or \f(CRcrm site ticket\fP. Neither of these tools is aware of \fIbooth\fP and, consequently, \fIbooth\fP itself may not be aware of any ticket status changes. A notable exception is setting the ticket to standby which is typically done before a planned failover. .SH "NOTES" .sp Tickets are not meant to be moved around quickly, the default \fIexpire\fP time is 600 seconds (10 minutes). .sp \fIbooth\fP works with both IPv4 and IPv6 addresses. .sp \fIbooth\fP renews a ticket before it expires, to account for possible transmission delays. The renewal time, unless explicitly set, is set to half the \fIexpire\fP time. .SH "HANDLERS" .sp Currently, there\(cqs only one external handler defined (see the \fIbefore\-acquire\-handler\fP configuration item above). .sp The following environment variables are exported to the handler: .sp \fIBOOTH_TICKET\fP .RS 4 The ticket name, as given in the configuration file. (See \fIticket\fP item above.) .RE .sp \fIBOOTH_LOCAL\fP .RS 4 The local site name, as defined in \fIsite\fP. .RE .sp \fIBOOTH_CONF_PATH\fP .RS 4 The path to the active configuration file. .RE .sp \fIBOOTH_CONF_NAME\fP .RS 4 The configuration name, as used by the \fI\-c\fP commandline argument. .RE .sp \fIBOOTH_TICKET_EXPIRES\fP .RS 4 When the ticket expires (in seconds since 1.1.1970), or \fI0\fP. .RE .sp The handler is invoked with positional arguments specified after it. .SH "FILES" .sp \fI/etc/booth/booth.conf\fP .RS 4 The default configuration file name. See also the \fI\-c\fP argument. .RE .sp \fI/etc/booth/authkey\fP .RS 4 There is no default, but this is a typical location for the shared secret (authentication key). .RE .sp \fI/var/run/booth/\fP .RS 4 Directory that holds PID/lock files. See also the \fIstatus\fP command. .RE .SH "RAFT IMPLEMENTATION" .sp In essence, every ticket corresponds to a separate Raft cluster. .sp A ticket is granted to the Raft \fILeader\fP which then owns (or keeps) the ticket. .SH "ARBITRATOR MANAGEMENT" .sp The booth daemon for an arbitrator which typically doesn\(cqt run the cluster stack, may be started through systemd or with \fI/etc/init.d/booth\-arbitrator\fP, depending on which init system the platform supports. .sp The SysV init script starts a booth arbitrator for every configuration file found in \fI/etc/booth\fP. .sp Platforms running systemd can enable and start every configuration separately using \fIsystemctl\fP: .sp .if n .RS 4 .nf .fam C # systemctl enable booth@ # systemctl start booth@ .fam .fi .if n .RE .sp \fIsystemctl\fP requires the configuration name, even for the default name \fIbooth\fP. .sp .if n .RS 4 .nf .fam C MANUAL TICKETS .fam .fi .if n .RE .sp Manual tickets allow users to create and manage tickets which are subsequently handled by booth without using the Raft algorithm. Granting and revoking manual tickets is fully controlled by the administrator. It is possible to define a number of manual and normal tickets in one GEO cluster. .sp Automatic ticket management provided by Raft algorithm isn\(cqt applied to manually controlled tickets. In particular, there is no elections, automatic failover procedures, and term expiration. .sp However, \fIbooth\fP controls if a ticket is currently being granted to any site and warns the user approprietly. .sp Tickets which were manually granted to a site, will remain there until they are manually revoked. Even if a site becomes offline, the ticket will not be moved to another site. This behavior allows administrators to make sure that some services will remain in a particular site and will not be moved to another site, possibly located in a different geographical location. .sp Also, configuring only manual tickets in a GEO cluster, allows one to have just two sites in a cluster, without a need of having an arbitrator. This is possible because there is no automatic elections and no voting performed for manual tickets. .sp Manual tickets are defined in a configuration files by adding a \fImode\fP ticket parameter and setting it to \fImanual\fP or \fIMANUAL\fP: .sp .if n .RS 4 .nf .fam C ticket="manual\-ticket" [...] mode = manual [...] .fam .fi .if n .RE .sp Manual tickets can be granted and revoked by using normal \fIgrant\fP and \fIrevoke\fP commands, with the usual flags and parameters. The only difference is that specyfiyng \fI\-F\fP flag during \fIgrant\fP command, forced a site to become a leader of the specified ticket, even if the ticket is granted to another site. .SH "EXIT STATUS" .sp \fB0\fP .RS 4 Success. For the \fIstatus\fP command: Daemon running. .RE .sp \fB1\fP (PCMK_OCF_UNKNOWN_ERROR) .RS 4 General error code. .RE .sp \fB7\fP (PCMK_OCF_NOT_RUNNING) .RS 4 No daemon process for that configuration active. .RE .SH "BUGS" .sp Booth is tested regularly. See the \f(CRREADME\-testing\fP file for more information. .sp Please report any bugs either at GitHub: .URL "https://github.com/ClusterLabs/booth/issues" "" "" .sp Or, if you prefer bugzilla, at openSUSE bugzilla (component "High Availability"): .URL "https://bugzilla.opensuse.org/enter_bug.cgi?product=openSUSE%20Factory" "" "" .SH "AUTHOR" .sp \fIboothd\fP was originally written (mostly) by Jiaju Zhang. .sp In 2013 and 2014 Philipp Marek took over maintainership. .sp Since April 2014 it has been mainly developed by Dejan Muhamedagic. .sp Many people contributed (see the \f(CRAUTHORS\fP file). .SH "RESOURCES" .sp GitHub: \c .URL "https://github.com/ClusterLabs/booth" "" "" .sp Documentation: \c .URL "http://doc.opensuse.org/products/draft/SLE\-HA/SLE\-ha\-guide_sd_draft/cha.ha.geo.html" "" "" .SH "COPYING" .sp Copyright \(co 2011 Jiaju Zhang \c .MTO "jjzhang\(atsuse.de" "" "" .sp Copyright \(co 2013\-2014 Philipp Marek \c .MTO "philipp.marek\(atlinbit.com" "" "" .sp Copyright \(co 2014 Dejan Muhamedagic \c .MTO "dmuhamedagic\(atsuse.com" "" "" .sp Free use of this software is granted under the terms of the GNU General Public License (GPL) as of version 2 (see \f(CRCOPYING\fP file) or later.