Skip to content

add exception handling for the case of a non-managed disk

Alex Hanselka requested to merge amh-exception-handling into master

We ran into a fun problem where the snapshot script was failing and no one knew. The cause was servers that had non-managed disks entered into the config file and the script had no handling.

This MR will add handling for the case of a non-managed disk.

Merge request reports