Upgrade to 4.0 some minor problems

Norman Uittenbogaart

Renowned Member
Feb 28, 2012
155
6
83
Rotterdam, Netherlands, Netherlands
I upgraded one node and all went fine for two small issues, ceph wouldn't start.
I complained there was no config file, but its there.
When starting with -c pointing to the config file it works?

And I keep ketting the following error, when starting things.

Code:
[COLOR=#000000][FONT=tahoma]libust[22857/22857]: Warning: HOME environment variable not set. Disabling LTTng-UST per-user tracing. (in setup_local_apps() at lttng-ust-comm.c:375)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]libust[22860/22860]: Error: Error cancelling global ust listener thread: No such process (in lttng_ust_exit() at lttng-ust-comm.c:1592)[/FONT][/COLOR]

Any idea where to fix this permanently?
 
And I keep ketting the following error, when starting things.

AFAIK this is caused by current ceph packages which have some debugging options enabled. We hope this gets fixed
with the next major ceph release.
 
One more problem is added, I now upgraded the second node.
They are unable to join the cluster, when adding the second to the first it stays on waiting for quorum

Ok this took me ages to find .....
There where multicast problems, first thought it was the router.
But after entering iptables -A INPUT -m addrtype --dst-type MULTICAST -j ACCEPT
It joined with no problem.