salt-netapi-client icon indicating copy to clipboard operation
salt-netapi-client copied to clipboard

make reboot always a direct_call

Open mbussolotto opened this issue 1 year ago • 0 comments

Currently any reboot action is not executed in SLE Micro. The reason is due to the fact that any salt state is executed as a transactional update and it's not possible to execute a reboot in a transaction. These changes make any reboot actions use a direct_call executor.

Fixes https://github.com/SUSE/spacewalk/issues/18381

mbussolotto avatar Aug 11 '22 13:08 mbussolotto