rp- commented on issue #9360: URL: https://github.com/apache/cloudstack/issues/9360#issuecomment-2228029253
Well the exception kinda tells what the problem is: `Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to unhide zfs snapshot device.` We copy the data to secondary storage, from the zfs snapshot. But zfs snapshots are not directly accessible by default and you have to unhide the block device. For some reason the unhide fails on your setup. Can you try to manually unhide such a snapshot to see the error? e.g.: `zfs set snapdev=visible <zfs-snapshotname>` Or we need the agent debug output of the failed request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org