Hi,
to see how hook scripts work I created a very basic script and placed it on a storage available to each node:
#!/bin/bash
echo "$@" | logger -i -p local4.info -t snippet-test
When migrating a VM between the nodes I only see log entries for "pre-start" and "post-start" hooks on the...