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
This makes no sense? ``` root@cskvm01:~# linstor n l ╭────────────────────────────────────────────────────────────────────╮ ┊ Node ┊ NodeType ┊ Addresses ┊ State ┊ ╞════════════════════════════════════════════════════════════════════╡ ┊ cskvm01.poc.local ┊ COMBINED ┊ 10.50.11.101:3366 (PLAIN) ┊ Online ┊ ┊ cskvm02.poc.local ┊ SATELLITE ┊ 10.50.11.102:3366 (PLAIN) ┊ Online ┊ ┊ cskvm03.poc.local ┊ SATELLITE ┊ 10.50.11.103:3366 (PLAIN) ┊ Online ┊ ╰────────────────────────────────────────────────────────────────────╯ ``` ``` root@cskvm01:~# linstor n l ╭──────────────────────────────────────────────────────────╮ ┊ Node ┊ NodeType ┊ Addresses ┊ State ┊ ╞══════════════════════════════════════════════════════════╡ ┊ cskvm01 ┊ SATELLITE ┊ 10.50.11.101:3366 (PLAIN) ┊ Online ┊ ┊ cskvm02 ┊ SATELLITE ┊ 10.50.11.102:3366 (PLAIN) ┊ Online ┊ ┊ cskvm03 ┊ SATELLITE ┊ 10.50.11.103:3366 (PLAIN) ┊ Online ┊ ╰──────────────────────────────────────────────────────────╯ ``` See also a bunch of these errors: ``` Reported error: =============== Category: Exception Class name: InvalidNameException Class canonical name: com.linbit.InvalidNameException Generated at: Method 'updateUnameMap', Source file 'CtrlAuthResponseApiCallHandler.java', Line #137 Error message: Satellite has an uname 'cskvm01.poc.local' that is already used by a different satellite 'cskvm01' ``` You can't have different node names on the same linstor controller. How did you try to rename the nodes? There is no rename functionality in Linstor. I would suggest you start from scratch and really only use the short hostname WITHOUT fqdn, as I think Cloudstack will remove the full qualified part for host searches. So use the cskvm01 notation everywhere. Also i should probably haven't suggested manually fixing the template resource, I think an easier approach would have been, to just delete and readd the Linstor primary storage, because that would have done the same. GitHub link: https://github.com/apache/cloudstack/discussions/12388#discussioncomment-15561624 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
