Fix incremental data loss and normalize line endings#13
Merged
dhslove merged 14 commits intoablecloud-team:mainfrom Mar 10, 2026
Merged
Fix incremental data loss and normalize line endings#13dhslove merged 14 commits intoablecloud-team:mainfrom
dhslove merged 14 commits intoablecloud-team:mainfrom
Conversation
- Reduce coalesce gap from 1MB to 64KB for better change detection - Enable quiesce option in snapshot creation to flush memory data - Add debug logging for changed areas query - Improve CBT change ID management
- Set default EOL to LF for all files - Keep CRLF for .bat and .ps1 files - Update .gitattributes for proper EOL handling - Add VS Code workspace settings to respect .editorconfig - Convert all existing files to match the new EOL rules
- Reset broken files (cloud_init_auto.sh, vm_exec.sh, vm_autoinstall.sh, agent_policy_fix.sh, common.sh, offline_inject_windows.sh) to upstream version - Normalize all line endings to LF - Fix install.sh and examples/vm_exec_example.sh comments
…sure newline at end of file
- Fix corrupted comment characters in ADK/WinPE URL section - Restore proper Korean text for Microsoft Learn fwlink usage notes
…ation scripts - Improved clarity and accuracy in the usage documentation for vm_exec, including command formats and options. - Enhanced the v2k events and manifest documentation with clearer field definitions and examples. - Revised the v2k migration and scenarios documentation to better outline operational procedures and requirements. - Updated the Windows README to reflect changes in Cloudbase-Init automation and template usage, ensuring better guidance for users.
- Updated Korean translations in cloud_init_auto.sh, vm_autoinstall.sh, vm_exec.sh, and common.sh for better readability and consistency. - Enhanced comments in various scripts to clarify functionality and improve understanding. - Ensured proper handling of script shebangs and formatting across all modified files. - Adjusted logging messages to provide clearer information during execution. - Improved error handling and user prompts for better user experience during installation and execution processes.
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.
Address incremental data loss during v2k migration by improving change detection and enabling memory data flushing. Normalize line endings across all files according to .editorconfig, ensuring consistent formatting. Fix broken comments and clarify Korean text in various scripts for better readability.