Hi, <br><br>It seems like some storage issue, could you please share your engine logs? <br><br>Regards <br><br>Martin Perina <br><br>On Thursday, June 15, 2017, khalid mahmood &lt;<a href="mailto:engkhalid21986@yahoo.com">engkhalid21986@yahoo.com</a>&gt; wrote:<br>&gt; Dear Users<br>&gt; Procedure :<br>&gt; 1- create clean volume replica 2 distributed with glusterfs .<br>&gt; 2- create clean ovirt-engine machine .<br>&gt; 3- create clean vm from scratch then create template from this vm.<br>&gt; 4- then create two vm from this template (vm1) &amp; (vm2).<br>&gt; 5- then delete the two vm .<br>&gt; 6- create new two vm with the same name (vm1) &amp; (vm2) from the template .<br>&gt; 7- till now the two vm stable and work correctly .<br>&gt; 8- repeat no (7) three time all vm&#39;s is working correctly .<br>&gt; issue :<br>&gt; i have ansible playbook to deploy vm&#39;s to our ovirt , my playbook use the above template to deploy the vm&#39;s .<br>&gt; my issue is after ansible script deploy the vm&#39;s , all vm&#39;s disk crash and the template disk is crash also and the script make change into the template checksum hash .<br>&gt; you can look at ansible parameters :<br>&gt; - hosts: localhost<br>&gt;     connection: local<br>&gt;     gather_facts: false<br>&gt;     tasks:<br>&gt;       - name: entering<br>&gt;         ovirt_auth:<br>&gt;             url: <a href="https://ovirt-engine.elcld.net:443/ovirt-engine/api">https://ovirt-engine.elcld.net:443/ovirt-engine/api</a><br>&gt;             username: admin@internal<br>&gt;             password: pass<br>&gt;             insecure: yes<br>&gt;       - name: creating<br>&gt;         ovirt_vms:<br>&gt;           auth: &quot;{{ ovirt_auth }}&quot;<br>&gt;           name: myvm05<br>&gt;           template: mahdi<br>&gt;           #state: present<br>&gt;           cluster: Cluster02<br>&gt;           memory: 4GiB<br>&gt;           cpu_cores: 2<br>&gt;           comment: Dev<br>&gt;           #type: server<br>&gt;           cloud_init:<br>&gt;             host_name: vm01<br>&gt;             user_name: root<br>&gt;             root_password: pass<br>&gt;             nic_on_boot: true<br>&gt;             nic_boot_protocol: static<br>&gt;             nic_name: eth0<br>&gt;             dns_servers: 109.224.19.5<br>&gt;             dns_search: <a href="http://elcld.net">elcld.net</a><br>&gt;             nic_ip_address: 10.10.20.2<br>&gt;             nic_netmask: 255.255.255.0<br>&gt;             nic_gateway: 10.10.20.1<br>&gt;       - name: Revoke <br>&gt;         ovirt_auth:<br>&gt;           state: absent<br>&gt;           ovirt_auth: &quot;{{ ovirt_auth }}&quot;<br>&gt; can you assist me with this issue by checking if that any missing in my ansible .<br>&gt; best regards <br>&gt;  <br>&gt;<br>&gt;<br>&gt;