@Tom-Elliott said:
@brizio Can you clear the multicastSessions, multicastSessionsAssoc, and tasks tables?
The tasks I only want you to clear the multicast jobs.
A mysql statement to do these things would be:
TRUNCATE TABLE multicastSessions; TRUNCATE TABLE multicastSessionsAssoc; DELETE FROM tasks WHERE taskTypeID=8;My guess, from an earlier revision, a multicast session didn’t clear properly. Because of the non-clearing, a few hosts linked to the wrong Job and the others, who had no prior setting stored in the DB, created their own session.
Again, this is just a guess, as I really don’t know what actually caused this to happen.
I’m working on a “Troubleshoot Multicast” article that has commands more friendly to Red-Hat based distros… aparently the truncate commands don’t work in Fedora 22… so… Here you go:
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_Downloading_-_Multicast