FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.09k stars 221 forks source link

Persistent Groups Not Working #545

Closed Sebastian-Roth closed 1 year ago

Sebastian-Roth commented 1 year ago

Describe the bug The issue is presented when trying to add a host to that group, the page just refreshes and goes back to show that the host isn’t a member of any group. It looks to me like FOG tried to add the host to the group, but the system just failed silently. More details in the forums: https://forums.fogproject.org/topic/16656/persistent-groups-not-working-fog-1-5-9-235

To Reproduce See description in the forums: https://forums.fogproject.org/topic/16656/persistent-groups-not-working-fog-1-5-9-235 https://forums.fogproject.org/topic/6902/fog-1-3-persistent-groups (general)

Expected behavior When adding a new host to the template group it should have the associated template host settings applied.

Software (please complete the following information):

Sebastian-Roth commented 1 year ago

Should be fixed now. Though we still need to figure out what was causing the problem.

Sebastian-Roth commented 1 year ago

Quoting from what I posted in the forums:

I did some extensive testing and it's definitely the table engine InnoDB causing the initially reported problem. So it's definitely good we got that fixed and from my tests there does not seem to be an issue with the new code, even on MyISAM tables. So I think we are good to go with this.

Closing as fixed.