I upgraded our system here to 1.6.4 from 1.6.2 this morning and everything seems to be fine except for one ascetic. Whenever there is a drop down for the host groups its populated with a bunch of entries labeled "Master Node" instead of the proper name. I'd be willing to consider that it is something wrong with our setup, but if I place the include/hosts.inc.php file from the 1.6.3 release into the appropriate location, my menus start working right.
I pulled up a diff between .2, .3, and .4's include/hosts.inc.php file to look at the get_viewed_groups function (which is not in .2) which is where it looks like I was seeing the issue. There are a few changes to how the sql is generated, and I think that the select statement and how its data is parsed once returned is the issue. In .3 it looks like it only selected 2 values, while on distributed nodes it now selects 3.
Is anyone having this issue? If not please point me the right direction!
-greg
I pulled up a diff between .2, .3, and .4's include/hosts.inc.php file to look at the get_viewed_groups function (which is not in .2) which is where it looks like I was seeing the issue. There are a few changes to how the sql is generated, and I think that the select statement and how its data is parsed once returned is the issue. In .3 it looks like it only selected 2 values, while on distributed nodes it now selects 3.
Is anyone having this issue? If not please point me the right direction!

-greg
Comment