mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Signed-off-by: A.Arnold <anarnold@redhat.com> Update snippets/pod-volume-restore-snapshot-read-only.adoc
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
// Text snippet included in the following modules:
|
|
//
|
|
// * openshift-docs/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
|
|
// * openshift-docs/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-backing-up-applications-restic-doc.adoc
|
|
|
|
:_mod-docs-content-type: SNIPPET
|
|
|
|
[IMPORTANT]
|
|
.PodVolumeRestore fails with a `.../.snapshot: read-only file system` error
|
|
====
|
|
The `.../.snapshot` directory is a snapshot copy directory, which is used by several NFS servers. This directory has read-only access by default, so Velero cannot restore to this directory.
|
|
|
|
Do not give Velero write access to the `.snapshot` directory, and disable client access to this directory.
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
|
|
* link:https://docs.netapp.com/us-en/ontap/enable-snapshot-dir-access-task.html#enable-or-disable-client-access-to-snapshot-copy-directory-by-editing-a-share[Enable or disable client access to Snapshot copy directory by editing a share]
|
|
* link:https://docs.portworx.com/portworx-backup-on-prem/reference/restore-with-fb#prerequisites-for-backup-and-restore-with-flashblade[Prerequisites for backup and restore with FlashBlade]
|
|
====
|