bilalinamdar commented on issue #12362: URL: https://github.com/apache/cloudstack/issues/12362#issuecomment-3706950594
I am uploading the logs here. for the kvm's and the mgmt tar cvpzf ~/cskvm0*.logs.tar.gz /var/log/linstor-satellite/ /var/log/linstor-controller/ /var/log/cloudstack/ /var/log/libvirt/ /var/log/syslog /var/log/dmesg /var/log/kern.log tar cvpzf ~/csmgmt01.logs.tar.gz /var/log/cloudstack/ /var/log/syslog /var/log/dmesg /var/log/kern.log [cskvm03.logs.tar.gz](https://github.com/user-attachments/files/24414821/cskvm03.logs.tar.gz) [cskvm02.logs.tar.gz](https://github.com/user-attachments/files/24414823/cskvm02.logs.tar.gz) [cskvm01.logs.tar.gz](https://github.com/user-attachments/files/24414820/cskvm01.logs.tar.gz) [csmgmt01.logs.tar.gz](https://github.com/user-attachments/files/24414822/csmgmt01.logs.tar.gz) Also some settings of linstor root@cskvm01:~# linstor node list ╭────────────────────────────────────────────────────────────────────╮ ┊ 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 ┊ ╰────────────────────────────────────────────────────────────────────╯ linstor sp l root@cskvm01:~# linstor sp l ╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ┊ StoragePool ┊ Node ┊ Driver ┊ PoolName ┊ FreeCapacity ┊ TotalCapacity ┊ CanSnapshots ┊ State ┊ SharedName ┊ ╞════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╡ ┊ DfltDisklessStorPool ┊ cskvm01.poc.local ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ cskvm01.poc.local;DfltDisklessStorPool ┊ ┊ DfltDisklessStorPool ┊ cskvm02.poc.local ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ cskvm02.poc.local;DfltDisklessStorPool ┊ ┊ DfltDisklessStorPool ┊ cskvm03.poc.local ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ cskvm03.poc.local;DfltDisklessStorPool ┊ ┊ lvm-thin-fast ┊ cskvm01.poc.local ┊ LVM_THIN ┊ linstor_lvm_fastpool/lvm_fastpool ┊ 223.35 GiB ┊ 223.35 GiB ┊ True ┊ Ok ┊ cskvm01.poc.local;lvm-thin-fast ┊ ┊ lvm-thin-fast ┊ cskvm02.poc.local ┊ LVM_THIN ┊ linstor_lvm_fastpool/lvm_fastpool ┊ 223.35 GiB ┊ 223.35 GiB ┊ True ┊ Ok ┊ cskvm02.poc.local;lvm-thin-fast ┊ ┊ lvm-thin-fast ┊ cskvm03.poc.local ┊ LVM_THIN ┊ linstor_lvm_fastpool/lvm_fastpool ┊ 223.35 GiB ┊ 223.35 GiB ┊ True ┊ Ok ┊ cskvm03.poc.local;lvm-thin-fast ┊ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ # Resource Groups linstor resource-group create my_fast_group \ --storage-pool lvm-thin-fast \ --place-count 2 linstor rg l root@cskvm01:~# linstor rg l ╭──────────────────────────────────────────────────────────────────────╮ ┊ ResourceGroup ┊ SelectFilter ┊ VlmNrs ┊ Description ┊ ╞══════════════════════════════════════════════════════════════════════╡ ┊ DfltRscGrp ┊ PlaceCount: 2 ┊ ┊ ┊ ╞┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄╡ ┊ my_fast_group ┊ PlaceCount: 2 ┊ ┊ ┊ ┊ ┊ StoragePool(s): lvm-thin-fast ┊ ┊ ┊ ╰──────────────────────────────────────────────────────────────────────╯ root@cskvm01:~# # On all cat << EOF > /etc/linstor/linstor-client.conf [global] controllers=10.50.11.101 EOF no other parameter is set. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
