I did some digging and figured out why snapshot rollback is not working with the current version of the plugin. In Proxmox 9, the Proxmox devs added a volume_rollback_is_possible function to the storage plugin API. Because the Starwind plugin inherits from the LVM storage plugin, Proxmox is expectin...