Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 318208 Details for
Bug 464943
condor_master segfaults with incorrect HA Central Manager configuration
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
HA Central Manager configuration that causes condor_master to segfault
condor_ha_central_manager (text/plain), 3.87 KB, created by
Robert Rati
on 2008-10-01 15:22:38 UTC
(
hide
)
Description:
HA Central Manager configuration that causes condor_master to segfault
Filename:
MIME Type:
Creator:
Robert Rati
Created:
2008-10-01 15:22:38 UTC
Size:
3.87 KB
patch
obsolete
>NEGOTIATOR_HOST = >CONDOR_HOST = > >## A list of all potential central managers in the pool. >COLLECTOR_HOST = > >## Define the port number on which the condor_had daemon will >## listen. The port must match the port number used >## for when defining HAD_LIST. This port number is >## arbitrary; make sure that there is no port number collision >## with other applications. >HAD_PORT = 51450 >HAD_ARGS = -p $(HAD_PORT) > >## The following macro defines the port number condor_replication will listen >## on on this machine. This port should match the port number specified >## for that replication daemon in the REPLICATION_LIST >## Port number is arbitrary (make sure no collision with other applications) >## This is a sample port number >REPLICATION_PORT = 41450 >REPLICATION_ARGS = -p $(REPLICATION_PORT) > >## The following list must contain the same addresses >## as HAD_LIST. In addition, for each hostname, it should specify >## the port number of condor_replication daemon running on that host. >## This parameter is mandatory and has no default value >REPLICATION_LIST = > >## The following list must contain the same addresses in the same order >## as COLLECTOR_HOST. In addition, for each hostname, it should specify >## the port number of condor_had daemon running on that host. >## The first machine in the list will be the PRIMARY central manager >## machine, in case HAD_USE_PRIMARY is set to true. >HAD_LIST = > >## HAD connection time. >## Recommended value is 2 if the central managers are on the same subnet. >## Recommended value is 5 if Condor security is enabled. >## Recommended value is 10 if the network is very slow, or >## to reduce the sensitivity of HA daemons to network failures. >HAD_CONNECTION_TIMEOUT = 2 > >##If true, the first central manager in HAD_LIST is a primary. >HAD_USE_PRIMARY = true > >##-------------------------------------------------------------------- >## Host/IP access levels >##-------------------------------------------------------------------- > >## What machines have administrative rights for your pool? This >## defaults to your central manager. You should set it to the >## machine(s) where whoever is the condor administrator(s) works >## (assuming you trust all the users who log into that/those >## machine(s), since this is machine-wide access you're granting). >HOSTALLOW_ADMINISTRATOR = $(HOSTALLOW_ADMINISTRATOR), $(COLLECTOR_HOST) > >## Negotiator access. Machines listed here are trusted central >## managers. You should normally not have to change this. >HOSTALLOW_NEGOTIATOR = $(HOSTALLOW_NEGOTIATOR), $(COLLECTOR_HOST) > >## The location of executable files >HAD = $(SBIN)/condor_had >REPLICATION = $(SBIN)/condor_replication > >DAEMON_LIST = $(DAEMON_LIST), MASTER, COLLECTOR, NEGOTIATOR, HAD, REPLICATION >DC_DAEMON_LIST = $(DC_DAEMON_LIST), MASTER, COLLECTOR, NEGOTIATOR, HAD, REPLICATION > >## Enables/disables the replication feature of HAD daemon >## Default: no >HAD_USE_REPLICATION = true > >## Name of the file from the SPOOL directory that will be replicated >## Default: $(SPOOL)/Accountantnew.log >STATE_FILE = $(SPOOL)/Accountantnew.log > >## Period of time between two successive awakenings of the replication daemon >## Default: 300 >REPLICATION_INTERVAL = 300 > ># Period of time, in which transferer daemons have to accomplish the >## downloading/uploading process >## Default: 300 >MAX_TRANSFERER_LIFETIME = 300 > >## Period of time between two successive sends of ClassAds to the collector by HAD >## Default: 300 >HAD_UPDATE_INTERVAL = 300 > >## The HAD controls the negotiator, and should have a larger >## backoff constant >MASTER_NEGOTIATOR_CONTROLLER = HAD >MASTER_HAD_BACKOFF_CONSTANT = 360 > >## The size of the log file >MAX_HAD_LOG = 640000 >## debug level >HAD_DEBUG = D_COMMAND >## location of the condor_had log file >HAD_LOG = $(LOG)/HADLog > >## The size of replication log file >MAX_REPLICATION_LOG = 640000 >## Replication debug level >REPLICATION_DEBUG = D_COMMAND >## Replication log file >REPLICATION_LOG = $(LOG)/ReplicationLog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 464943
: 318208 |
318209