Monitor remote control broken in 7.1.2.1

Trying to control slaves whose names do not match the hostname through the monitor fails because the command being sent is not properly formed.

Consider a machine whose hostname is rd-205. It has 4 slaves running on it: rd-205-01, rd-205-02, rd-205-03, and rd-205-04. If I select all 4 slaves and use the remote control menu to stop and kill the slaves, Deadline sends the command “ForceStopSlave ~ ~ ~ ~”. This is incorrect, as the tilde only works if the slave name matches the host name.

Hello Nathan,

So I did a test on our internal 7.2 repository, and the command sent was “ForceStopSlave 01 02 03 04” so I have reason to believe this is fixed in 7.2, but I will get confirmation from the devs and report back on this.