Add integrity layer presence check
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user