Merge ~smoser/cloud-init:fix/1404745-growfs-freebsd-y into cloud-init:master
Proposed by
Scott Moser
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Chad Smith | ||||
Approved revision: | d8e1fce2dde31834f4204e27c8b16b04c745cf79 | ||||
Merge reported by: | Chad Smith | ||||
Merged at revision: | fed07fc6cddebcbc3e744926509c362d9e200aeb | ||||
Proposed branch: | ~smoser/cloud-init:fix/1404745-growfs-freebsd-y | ||||
Merge into: | cloud-init:master | ||||
Diff against target: |
26 lines (+2/-2) 2 files modified
cloudinit/config/cc_resizefs.py (+1/-1) tests/unittests/test_handler/test_handler_resizefs.py (+1/-1) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chad Smith | Approve | ||
Server Team CI bot | continuous-integration | Approve | |
Harm Weites | Pending | ||
Review via email: mp+344024@code.launchpad.net |
Commit message
FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.
By default, FreeBSD's growfs runs interactively asking a question
which can be mitigated using the '-y' command line option. The fix
here is simply to pass -y to growfs to avoid the prompt.
LP: #1404745
Description of the change
see commit message
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Harm, /code.launchpad .net/~harmw/ cloud-init/ growfs- gpart-fixes_ for_fbsd/ +merge/ 246075
I've marked you as the author of this commit.
Its really just a copy of what you did at:
https:/
If for some reason you object, please say so.