-
Notifications
You must be signed in to change notification settings - Fork 372
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
Rework FreeBSDResourceDiskHandler #1892
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1892 +/- ##
===========================================
- Coverage 71.95% 70.40% -1.55%
===========================================
Files 104 97 -7
Lines 15765 14053 -1712
Branches 2244 2026 -218
===========================================
- Hits 11343 9894 -1449
+ Misses 3906 3712 -194
+ Partials 516 447 -69
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
65e7a56
to
2bfe70d
Compare
- Pull in the patch from Azure/WALinuxAgent#1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation git-svn-id: svn+ssh://svn.freebsd.org/ports/head@536262 35697150-7ecd-e111-bb59-0022644237b5
- Pull in the patch from Azure/WALinuxAgent#1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation
- Pull in the patch from Azure/WALinuxAgent#1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation git-svn-id: svn+ssh://svn.freebsd.org/ports/head@536262 35697150-7ecd-e111-bb59-0022644237b5
Adjust WALinuxAgent to be more sutiable for FreeBSD: - Pull in the patch from Azure/WALinuxAgent#1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation Approved by: portmgr (bapt)
Adjust WALinuxAgent to be more sutiable for FreeBSD: - Pull in the patch from Azure/WALinuxAgent#1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation Approved by: portmgr (bapt)
22fdbdc
to
7b65f8e
Compare
aedf335
to
6eb63a4
Compare
@trstringer Please review and merge this. Thanks! |
6eb63a4
to
9039cec
Compare
9039cec
to
88ad74e
Compare
Replace using a swap file in the file system of the resource disk by using a swap partition, which is the preferred swap device. This also avoids using the slower posix_fallocate(2) and helps increasing VM provision speed.
88ad74e
to
54de935
Compare
Description
Replace using a swap file in the file system of the resource disk by
using a swap partition, which is the preferred swap device. This also
avoids using the slower posix_fallocate(2) and helps increasing VM
provision speed.
Also add support for generation 2 VMs.
PR information
Quality of Code and Contribution Guidelines