-
Notifications
You must be signed in to change notification settings - Fork 250
Initial Private networking changes in AzCopy #3215
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
base: users/sanvern/c2cstage-privatenetwork
Are you sure you want to change the base?
Initial Private networking changes in AzCopy #3215
Conversation
…ersisted on Remote FS (Azure File Share) 1. FdataSync + Fsync to flush the smb client cached data to the remote FS. 2. Avoids data coherency problem when plan files are memory mapped in STE. 3. Best effort - Unmapping of plan files and madvise(DONTNEED) of mmap'd memory to reduce inactive_file memory usage.
…ern/minio-client-09092025
|
|
||
| if buildmode.IsMover { | ||
| StartSystemStatsMonitorForJob(jobID) | ||
| //StartSystemStatsMonitorForJob(jobID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we commenting this out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This we have commented out in c2c-stage branch itself.
We will enable it back once we move to mover/stage2.
I think we have enough memory stats from rolling stats that we log from main.go in worker.
| Secure: true, | ||
| Transport: transport, | ||
| Region: credInfo.S3CredentialInfo.Region, | ||
| BucketLookup: minio.BucketLookupDNS, // force virtual-hosted style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this handle buckets that have naming conventions only compatible with path-style url?
Description
Feature / Bug Fix: Initial changes for private networking for C2C.
Related Links:
Issues
Team thread
Documents
[Email Subject]
Type of Change
How Has This Been Tested?
Thank you for your contribution to AzCopy!