<div dir="ltr">><span style="font-size:14px">Does sheepdog provide periodic data integrity checking (scrubbing/ deep scrubbing) or is it planned?</span><br><div><span style="font-size:14px">You canĀ </span>check and repair image's consistency with</div><div>dog vdi checkĀ <vdiname></div><div>or add to crontab command</div><div><div>dog vdi list|tail -n +2|awk '{print $1}'|xargs -I {} dog vdi check {} > /dev/null</div></div><div>for check all images</div></div>