Skip to content

Glacier | NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS should be 2 minutes instead of 120 #8864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
romayalon opened this issue Mar 11, 2025 · 0 comments

Comments

@romayalon
Copy link
Contributor

romayalon commented Mar 11, 2025

Environment info

  • NooBaa Version: 5.19
  • Platform: NC

Actual behavior

  1. During tests running on 8858, it was noticed that NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS is 120 minutes instead of 2 minutes as mentioned in the example.
// NSFS_GLACIER_EXPIRY_RUN_TIME_TOLERANCE_MINS configures the delay
// tolerance in minutes.
//
// eg. If the expiry run time is set to 03:00 and the tolerance is
// set to be 2 mins then the expiry can trigger till 03:02 (unless
// already triggered between 03:00 - 03:02
config.NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS = 2 * 60;

Expected behavior

1.NSFS_GLACIER_EXPIRY_RUN_DELAY_LIMIT_MINS should be probably 2 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant