@dthenot
Thanks. I checked this on the pool master.
Interestingly, there is no make_chain_rw entry in /var/log/SMlog on the pool master itself.
On the host where the VM and the storage reside, /var/log/SMlog shows the QCOW2 VDI activation reaching make_chain_rw and then failing with:
XENAPI_PLUGIN_FAILURE
make_chain_rw
CommandException
Input/output error
One detail that may be relevant: this is a local LVM SR. The SR belongs to the host where the VM is running, and that host is not the pool master. The VG for this SR is therefore not present on the pool master.
The existing VHD VDIs on the same local LVM SR continue to activate normally; the failure occurs with the new QCOW2 VDI.
I also checked dmesg on the host owning the SR and I do not see any corresponding disk/RAID I/O errors at the time of the failure.
For reference, Xen Orchestra is built from source and is currently at commit:
faf6745471d7b2a00d774d98428873455e9539dc
Could the fact that this is a local LVM SR on a non-master host be relevant to how make_chain_rw is being handled?