Skip to content

Commit

Permalink
[fix]curvefs/tools-v2:fix warmpup single file
Browse files Browse the repository at this point in the history
Signed-off-by: Cyber-SiKu <[email protected]>
  • Loading branch information
Cyber-SiKu authored and wu-hanqing committed Jan 30, 2023
1 parent 367c0d8 commit e0148a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools-v2/pkg/config/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ var (
CURVEFS_CLUSTERMAP: VIPER_CURVEFS_CLUSTERMAP,
CURVEFS_MARGIN: VIPER_CURVEFS_MARGIN,
CURVEFS_SERVERS: VIPER_CURVEFS_SERVERS,
CURVEFS_FILELIST: VIPER_CURVEFS_FILELIST,

// S3
CURVEFS_S3_AK: VIPER_CURVEFS_S3_AK,
Expand All @@ -186,7 +187,7 @@ var (
CURVEFS_DETAIL: CURVEFS_DEFAULT_DETAIL,
CURVEFS_CLUSTERMAP: CURVEFS_DEFAULT_CLUSTERMAP,
CURVEFS_MARGIN: CURVEFS_DEFAULT_MARGIN,
CURVEFS_SERVERS: CURVEFS_DEFAULT_SERVERS,
CURVEFS_SERVERS: CURVEFS_DEFAULT_SERVERS,

// S3
CURVEFS_S3_AK: CURVEFS_DEFAULT_S3_AK,
Expand Down

0 comments on commit e0148a2

Please sign in to comment.