Skip to content

Commit

Permalink
Merge pull request #323 from portworx/pb-4872-1
Browse files Browse the repository at this point in the history
pb-4872: reverted the setting of default compression type
  • Loading branch information
siva-portworx authored Nov 23, 2023
2 parents 9417109 + 0fed112 commit 68149a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/controllers/dataexport/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ func (c *Controller) sync(ctx context.Context, in *kdmpapi.DataExport) (bool, er
}
}
compressionType = kdmpData.Data[compressionKey]
if len(compressionType) == 0 {
compressionType = utils.DefaultCompresion
}
podDataPath = kdmpData.Data[backupPath]
if len(kdmpData.Data[excludeFileListKey]) != 0 {
excludeFileList, err = parseExcludeFileListKey(pvcStorageClass, kdmpData.Data[excludeFileListKey])
Expand Down

0 comments on commit 68149a5

Please sign in to comment.