-
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
Enable SWAP on Resource Disk as Application Certification Support suggested #1762
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1762 +/- ##
========================================
Coverage 69.15% 69.15%
========================================
Files 82 82
Lines 11711 11711
Branches 1642 1642
========================================
Hits 8099 8099
Misses 3261 3261
Partials 351 351 Continue to review full report at Codecov.
|
@trstringer: Can you please review the change? Thanks. |
Any updates on this? BTW, I'm working with with @whu2014 to provide official FreeBSD image on Azure. |
Any update of this? |
…upport Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Obtained from: Azure/WALinuxAgent#1762 Sponsored by: The FreeBSD Foundation git-svn-id: svn+ssh://svn.freebsd.org/ports/head@526746 35697150-7ecd-e111-bb59-0022644237b5
…upport Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Obtained from: Azure/WALinuxAgent#1762 Sponsored by: The FreeBSD Foundation
…upport Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Obtained from: Azure/WALinuxAgent#1762 Sponsored by: The FreeBSD Foundation git-svn-id: svn+ssh://svn.freebsd.org/ports/head@526746 35697150-7ecd-e111-bb59-0022644237b5
…upport Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Obtained from: Azure/WALinuxAgent#1762 Sponsored by: The FreeBSD Foundation
ping? |
Thanks for opening up this PR! This seems to be a configuration change, why not just make this change in your custom image? It's a thing we should carefully consider to change the defaults for all users, and this seems like an easy one to bake into your own custom image. |
Thanks for your reply. Yes I have a local modification of azure-agent package on FreeBSD for building image for now. And I want to upstream this change because of the spirit of open source community. Please note that the FreeBSD image we are going to build is for Official FreeBSD image on Azure (sponsored by the FreeBSD Foundation and Microsoft), and we received this modification suggestion/request from Azure Application Certification Support when validating our image, and we have to make this change to get our image approved. So, I believe this is a sane default from the view of FreeBSD project and Azure. My goal is letting unmodified azure-agent can run well on FreeBSD by default. Hope this is a good reason and helps you review this change. |
Looks good to me. @anhvoms, can I get a second opinion on this config change? |
Chatted with @anhvoms and he's good with the change. |
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.
LGTM
Thanks everyone's help! We'll continue working more on providing good user experience of FreeBSD on Azure. |
…gested
Description
Issue #
The FreeBSD image on Azure used to have a swap partition allocated, as Application Certification Support suggested, moving it to Resource Disk is the better choice.
PR information
Quality of Code and Contribution Guidelines
This change is