Resolution
According to error message there is some VZFS (Virtuozzo filesystem) inconsistency inside a VE running on the node (which could happen, for example, due to unclean server shutdown). Usually in such error messages inode # and COW (copy-on-write) filename also reported, all COW files are usually located in /vz/private/VEID/cow/, so it should be possible to locate the problem VE using just for example this command:# ls -l /vz/private/*/cow/NAMETo fix the problem 'vzfsutil' utility should be executed against unmounted (and stopped) VE private area:
# vzfsutil --call=move --oall=do -t /vz/template /vz/private/VEIDKeywords: filesystem copy-on-write collision cow vzfsutil optimize