When checked for zpool status, I've realized my log and cache disk name has been changed from "sda" to device's full name, say ata-samsung-ssd. So I've created new zfs cache with following command.
zpool set cachefile=/etc/zfs/zpool.cache rpool
Then once I rebooted everything is working as it...