-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
GA blockerRequired for GA releaseRequired for GA releasedocumentationImprovements or additions to documentationImprovements or additions to documentationlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
With root_squash, restic will be mapped to nfsnobody and will not have enough permissions to perform the backup/restore. This has been documented in our MTC product as well as customers also required the use of root_squash and ran into some issues (see here: https://docs.openshift.com/container-platform/4.7/migration_toolkit_for_containers/troubleshooting-mtc.html#restic-permission-error-when-migrating-from-nfs-storage-with-root-squash-enabled_troubleshooting-mtc).
There are 2 ways to get around this issue:
- Use supplemental groups and apply this same supplemental group to the restic daemonset (this change will need to be submitted to OADP as well to mimic MTC, which shouldn't be an issue if this is strongly desired)
- Set no_root_squash
Metadata
Metadata
Assignees
Labels
GA blockerRequired for GA releaseRequired for GA releasedocumentationImprovements or additions to documentationImprovements or additions to documentationlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.