Group delayed deployment doesn't deploy snapins
-
Server
- FOG Version: 1.3.5-RC-14
- OS: CentOS7
Client
- Service Version:
- OS:
Description
When I launch an instant deployment to a group, it deploys the image and all the snapins to the members of the group. But when I launch a delayed deployment to the group, it only deploys the image but no snapins.
I have tried the delayed deployment with a single computer and works perfectly, deploying the image and all the snapins associated with the computer. -
I’ll take a look at this, hopefully today (weather dependent as we’re in a large snow storm for the next couple of days)
-
For clarity, The problem is when the tasking gets created (Meaning it’s at it’s deploy time) it’s not creating the Snapin taskings?
-
@Tom-Elliott When I create the delay task, it only creates a “Deploy Task” in “Scheduled task”. Then when the scheduled time arrives, it creates only an “Active task” of image deployment, but no “Active snapin tasks”
-
@michelsantana That’s what I was asking for, thank you.
-
Found and fixed.
If you need the fix immediately please run:
wget -O /var/www/fog/lib/fog/group.class.php https://raw.githubusercontent.com/FOGProject/fogproject/5c9f5e3b096ef3ab14267a363ad9ee193cd18733/packages/web/lib/fog/group.class.php
-
Then restart FOGScheduler just to be “sure”
-
@Tom-Elliott Applied the fix and restarted and working perfect. Thank you very much!