Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong port used by meta-manager cmsd in v4.1.1 #217

Closed
klabattermann opened this issue Mar 18, 2015 · 1 comment
Closed

Wrong port used by meta-manager cmsd in v4.1.1 #217

klabattermann opened this issue Mar 18, 2015 · 1 comment
Assignees

Comments

@klabattermann
Copy link
Member

In v4.1.1 a cmsd that is configured as a meta-manager will use the the wrong port if it is using the following directives:

all.role meta manager
all.manager meta :8551
xrd.port 18761

The cmsd is using the port specified by xrd.port instead of the one from all.manager. A cmsd configured as a manager using the corresponding config as above will use the proper port.

@abh3
Copy link
Member

abh3 commented Mar 23, 2015

This was fixed in patch 1ea97d1 and will appear in release 4.2.0 The bypass for this problem is to either not use the xrd.port directive or if it must be used to steer the xrootd port choice to say:

xrd.port 18761 if exec xrootd

@abh3 abh3 closed this as completed Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants