You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default lvm2 stores a copy of the metadata in /etc/lvm/backup, but this directory is ephemeral in our current setup. To solve this we must mount the hostpath /etc/lvm/backup to the same location into the provisioner and reviver pod.
This enables us to repair a volume with corrupted metadata which might occur for whatever reason.
The text was updated successfully, but these errors were encountered:
By default lvm2 stores a copy of the metadata in /etc/lvm/backup, but this directory is ephemeral in our current setup. To solve this we must mount the hostpath
/etc/lvm/backup
to the same location into the provisioner and reviver pod.This enables us to repair a volume with corrupted metadata which might occur for whatever reason.
The text was updated successfully, but these errors were encountered: