GitHub user rp- added a comment to the discussion: CloudStack 4.22 – VM deployment on LINSTOR primary fails during ROOT volume population (qemu-img convert), while volume creation succeeds
1 and a half problems here with the systemvm loop: 1. Your host names don't match, in cloudstack they have `cskvm01.poc.local`, but in Linstor it is `cskvm01`, they need to be the same, otherwise nothing will work. 2. There was a small bug with handling errors in such cases a template couldn't be copied, which leaves Cloudstack thinking that the template was created on Linstor, but it actually wasn't and wouldn't cleanly retried (Which wouldn't help you here, but would recovering easier), this was fixed [here](https://github.com/apache/cloudstack/pull/12047/changes/425d2574e0a97622cc0278e6e02ba42f911dbceb) GitHub link: https://github.com/apache/cloudstack/discussions/12388#discussioncomment-15538131 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
