-
Notifications
You must be signed in to change notification settings - Fork 83
NC | Lifecycle | GPFS | fix skip of incorrect noobaa uploads internal directory #9069
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
NC | Lifecycle | GPFS | fix skip of incorrect noobaa uploads internal directory #9069
Conversation
d225425
to
8ec0943
Compare
src/test/unit_tests/jest_tests/test_nc_lifecycle_gpfs_ilm_integration.test.js
Outdated
Show resolved
Hide resolved
045b232
to
72b8e3b
Compare
… directory Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
72b8e3b
to
96d0119
Compare
WalkthroughThe changes update the construction of an internal directory path for GPFS ILM policy conversion in the lifecycle management code, replacing a hardcoded directory name with a configurable one. Corresponding unit tests are adjusted to use the same configuration variable for consistency. No public API or exported entity signatures are changed. Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code Graph Analysis (1)src/test/unit_tests/jest_tests/test_nc_lifecycle_gpfs_ilm_integration.test.js (2)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Describe the Problem
As part of code reviewing, I noticed we are skipping
.noobaa_nsfs%/%
directory instead of.noobaa-nsfs%/%
directory during the nc lifecycle on GPFS flow. Although when setting empty prefix filter I couldn't make this directory get deleted using the lifecycle process.Explain the Changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions:
Summary by CodeRabbit
Refactor
Tests