Add integrity layer presence check

This commit is contained in:
2026-02-08 17:39:15 +01:00
parent 0490b14ef8
commit 3962b3a0f6

View File

@@ -65,6 +65,11 @@ If RAID1 with integrity LV requires refresh (partial synchronization) due to
e.g. device write errors, but both PVs are otherwise available, take the e.g. device write errors, but both PVs are otherwise available, take the
following steps to fix it: following steps to fix it:
* check if integrity layer is present:
{% highlight bash %}
# lvs -o+raidintegritymode
{% endhighlight %}
* remove integrity layer: * remove integrity layer:
{% highlight bash %} {% highlight bash %}
# lvconvert --raidintegrity n vgdev/backup # lvconvert --raidintegrity n vgdev/backup