Skip to content

Commit b2dcd76

Browse files
Merge pull request #9217 from tangledbytes/utkarsh/backport/5.20/bcrypt
[Backport 5.20] PR #9094, #9203, #9211, #9215
2 parents 2348f77 + 9d4d27a commit b2dcd76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+448
-1129
lines changed

config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,11 @@ config.NSFS_GLACIER_FORCE_EXPIRE_ON_GET = false;
959959
// interval
960960
config.NSFS_GLACIER_MIGRATE_LOG_THRESHOLD = 50 * 1024;
961961

962+
// NSFS_GLACIER_METRICS_STAT_PATHS if set NooBaa will start reporting the statfs info of that
963+
// path as part of its metrics report
964+
config.NSFS_GLACIER_METRICS_STATFS_PATHS = [];
965+
config.NSFS_GLACIER_METRICS_STATFS_INTERVAL = 60 * 1000; // Refresh statfs value every minute
966+
962967
/**
963968
* NSFS_GLACIER_RESERVED_BUCKET_TAGS defines an object of bucket tags which will be reserved
964969
* by the system and PUT operations for them via S3 API would be limited - as in they would be

0 commit comments

Comments
 (0)