kiranchavala

Results 53 comments of kiranchavala

@SadiJr Could you please provide a sample snippet of the new improved logs so that i can verify it.

thanks @adidiborg i am also able to reproduce the issue with the same exception cc @harikrishna-patnala ``` Caused by: java.sql.SQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key...

@weizhouapache ``` mysql> show create table vm_template \G; *************************** 1. row *************************** Table: vm_template Create Table: CREATE TABLE `vm_template` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `unique_name` varchar(255) NOT NULL,...

@vishesh92 can you fix the packaging job failures. Should this pointed to main branch or 4.19 ? There is a linstor related exception ``` 15:24:12 [INFO] ------------------------------------------------------------------------ 15:24:12 [ERROR] Failed...

Tested the issue and was able to reproduce the issue

@weizhouapache the issue is still present Steps followed 1. Create a KVM external environment Launch a centos 7 vm and install the following packages ``` yum install qemu-kvm libvirt libvirt-python...

@weizhouapache virsh dumpxml --security-info testkiran dumpxml ``` testkiran aafaaabc-8657-4efc-9c52-3422d4e04088 2097152 2097152 2 hvm destroy restart destroy /usr/libexec/qemu-kvm ```