Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge pull request #360 from portworx/PB-6687" #369

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
/bin
profile.out
coverage.txt
.vscode/
.idea/
5 changes: 0 additions & 5 deletions pkg/executor/nfs/nfsrestorevolcreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ func restoreVolResourcesAndApply(
if volumeBackup.Namespace != namespace {
continue
}

// TODO: Skip portworx volumes in case of nfsRestore PB:6687
if driverName == "pxd" {
continue
}
// If a list of resources was specified during restore check if
// this PVC was included
info.Name = volumeBackup.PersistentVolumeClaim
Expand Down
Loading