Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj committed Oct 25, 2021
1 parent 3807f45 commit 437b7fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions doc/longtermstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following LongTermStorage storage providers are supported:
- [Filesystem: Google Filestore](#use-google-filestore-storage-as-longtermstorage)
- [S3: Dell EMC ECS](#use-dell-emc-ecs-as-longtermstorage)
- [HDFS](#use-hdfs-as-longtermstorage)
- [Custom Storage](#use-custom-storage-as-longtermstorage)

### Use NFS as LongTermStorage

Expand Down
1 change: 0 additions & 1 deletion pkg/controller/pravega/pravega_segmentstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func getTier2StorageOptions(pravegaSpec *api.PravegaSpec) map[string]string {

if pravegaSpec.LongTermStorage.Custom != nil {
if pravegaSpec.LongTermStorage.Custom.Env != nil {

return pravegaSpec.LongTermStorage.Custom.Env
}
}
Expand Down

0 comments on commit 437b7fd

Please sign in to comment.