Skip to content

Commit

Permalink
Revert "Merge pull request #360 from portworx/PB-6687"
Browse files Browse the repository at this point in the history
This reverts commit 2d70102, reversing
changes made to 31782fe.
  • Loading branch information
vikasit12 committed May 6, 2024
1 parent 161f9b1 commit f3d2f34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
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

0 comments on commit f3d2f34

Please sign in to comment.