<div dir="ltr"><div>Hi all,</div><div><br></div><div>Few moments ago I&#39;ve merged the Data Center 4.1 upgrade patches (see [1])</div><div>The patches introduce a change in the storage domains&#39; meta data to version 4 which are attached to a 4.1 Data Center</div><div><br></div><div>Currently, there are no differences between version 3 and version 4, but the plan will be to add extra functionalities to V4 storage domains such as supporting qcow 1.1</div><div><br></div><div>For those of you which already have a 4.1 DC, you might encounter some problems since your storage domains are still configured as V3 and should be upgraded.</div><div><br></div><div>For your master environment to be compatible with those changes the following changes should be performed:</div><div><br></div><div>* In the engine side:</div><div>1. Change the storage domains version from V3 to V4:</div><div>  update storage_domain_static set storage_domain_format_type = 4 where id = (SELECT id from storage_domains where storage_pool_name = &#39;{Data Center name}&#39;);</div><div>   </div><div>2. Change the storage pool format type to 4:</div><div>  update storage_pool set storage_pool_format_type = 4 where name = &#39;{Data Center name}&#39;;</div><div><br></div><div>* In the VDSM side:</div><div>1. call the upgradeStoragePool verb:</div><div>  vdsClient -s 0 upgradeStoragePool {storage_pool_id} 4</div><div><br></div><div>Please let me know if you encounter any issues</div><div><br></div><div>Regards,</div><div>Maor</div><div><br></div><div><br></div><div>[1]</div><div><a href="https://gerrit.ovirt.org/#/c/63637/">https://gerrit.ovirt.org/#/c/63637/</a><br></div><div><a href="https://gerrit.ovirt.org/#/c/63717/">https://gerrit.ovirt.org/#/c/63717/</a><br></div><div><a href="https://gerrit.ovirt.org/#/c/63547/">https://gerrit.ovirt.org/#/c/63547/</a><br></div></div>