Skip to content

<fix>[db]: ZSTAC-85010 add CBT temp volume schema#4564

Open
ZStack-Robot wants to merge 1 commit into
5.4.12from
sync/yingzhe.hu/fix/ZSTAC-85010-5.4.12@@2
Open

<fix>[db]: ZSTAC-85010 add CBT temp volume schema#4564
ZStack-Robot wants to merge 1 commit into
5.4.12from
sync/yingzhe.hu/fix/ZSTAC-85010-5.4.12@@2

Conversation

@ZStack-Robot

Copy link
Copy Markdown
Collaborator

Summary

Add the database schema for CbtTaskTemporaryVolumeVO in the 5.4.12 upgrade SQL. This table is used by the companion premium CBT fix to keep scratch volumes out of CbtTaskResourceRefVO.

Changes

  • Add CbtTaskTemporaryVolumeVO to conf/db/upgrade/V5.4.12__schema.sql.
  • Define (taskUuid, sourceVolumeUuid) unique constraint to match the premium VO.
  • Add cascade foreign keys to CbtTaskVO and VolumeEO.

Testing

  • git diff --check upstream/5.4.12..HEAD

Companion premium MR will use the same source branch name: fix/ZSTAC-85010-5.4.12@@2.

Supersedes premium-only MR: http://dev.zstack.io:9080/zstackio/premium/-/merge_requests/14737

Resolves: ZSTAC-85010

sync from gitlab !10532

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 16 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: http://open.zstack.ai:20001/code-reviews/zstack-cloud.yaml (via .coderabbit.yaml)

Review profile: CHILL

Plan: Pro

Run ID: fdc9e64a-4ad9-4195-8f9c-36ce6b928c1d

📥 Commits

Reviewing files that changed from the base of the PR and between b0d29e7 and 3a241d0.

📒 Files selected for processing (1)
  • conf/db/upgrade/V5.4.12__schema.sql
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sync/yingzhe.hu/fix/ZSTAC-85010-5.4.12@@2

Comment @coderabbitai help to get the list of available commands.

Create CbtTaskTemporaryVolumeVO in the 5.4.12 schema upgrade.

Migrate legacy CBT scratch volume refs into the new table,

restore real source volume refs, and remove old scratch refs from

CbtTaskResourceRefVO.

Test: git diff --check upstream/5.4.12..HEAD

Resolves: ZSTAC-85010

Change-Id: I7d4851569913500a7bf59dbefdfb4fcc7a7bbb7e
@MatheMatrix MatheMatrix force-pushed the sync/yingzhe.hu/fix/ZSTAC-85010-5.4.12@@2 branch from a507880 to 3a241d0 Compare July 15, 2026 10:57
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

Successfully merging this pull request may close these issues.

2 participants