<fix>[localstorage]: guard local storage writes by initialized file - #4664
<fix>[localstorage]: guard local storage writes by initialized file#4664MatheMatrix wants to merge 2 commits into
Conversation
Resolves: ZSV-12865 Change-Id: I6b696b62746e797a727969686675696365676373
Resolves: ZSV-12865 Change-Id: I7372756b667a6c626368676f7579736c77777665
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
Local storage create and download flows could write into the host root
filesystem when the mount directory existed but the real storage
filesystem was not mounted after boot.
Pass the initialized marker path to normal localstorage agent commands
and manual SFTP download commands. Also write graphical block-device
fstab entries with nofail and a bounded systemd device timeout.
Existing callers remain compatible because the agent guard only runs
when initializedFilePath is sent.
Resolves: ZSV-12865
Change-Id: I7567666471646a7776766763616d626b66677965
sync from gitlab !10676