Update e2e backup tests for backup-rework CLI changes - #1255
Open
RaunakJalan wants to merge 7 commits into
Open
Conversation
RaunakJalan
commented
Aug 19, 2026
Collaborator
- backup import: positional arg → --from-file flag (3 locations)
- backup restore: remove --cluster-id flag (no longer exists)
- backup import: positional arg → --from-file flag (3 locations) - backup restore: remove --cluster-id flag (no longer exists)
The LVol model uses `crypto_bdev` (a device name string like
"crypto_LVOL_60"), not `crypto` (boolean). The assertion was always
failing because `d.get("crypto")` returned None.
max-subsys moved to cluster-level; sn configure no longer accepts it.
RaunakJalan
force-pushed
the
fix/backup-rework-e2e
branch
from
August 21, 2026 09:19
2c7c2b4 to
8ae760a
Compare
…EM to 50 Adjust for 12k max-subsys limit: 60 subsystems x 50 ns/subsystem = 3000 lvols + 9000 snaps = 12000 entities. Both Docker and K8s variants.
RaunakJalan
force-pushed
the
fix/backup-rework-e2e
branch
from
August 21, 2026 10:00
a04c217 to
415e9e1
Compare
Docker workflows: fix --max-lvol → --max-subsys in bootstrap calls. K8s native workflows: move maxSubsystemCount and vcpuCount to StorageCluster spec, replace partitions with enableJournalDevice in StorageNodeSet spec, remove corePercentage (replaced by vcpuCount calculated from CPU count * percentage), rename max_lvol input to max_subsys across all workflows.
…eCluster CRDs These fields were removed from the operator CRD in PR #440. Setting them causes strict decoding errors on latest operator.
hugepages_mem is now a required field in cluster create API. Default to 15G for all K8s native pipelines.
RaunakJalan
force-pushed
the
fix/backup-rework-e2e
branch
from
August 21, 2026 13:10
b3f2356 to
635c358
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.