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
but the linstor node names are still `cskvm0*` without the domain part, so it still can't find them. You could use the `SearchDomain` property like: `linstor controller set-property SearchDomain poc.local` But you would still need to fix the broken system systemvm template in Linstor, or recreate the CloudStack cluster. Fixing the systemvm template: ```bash linstor spawn cloustack cs-1b41101f-f69f-11f0-a88f-de01a885d20e 5G # qemu-img convert systemvm.qcow2 into /dev/drbd/by-res/cs-1b41101f-f69f-11f0-a88f-de01a885d20e as raw ``` GitHub link: https://github.com/apache/cloudstack/discussions/12388#discussioncomment-15557813 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
