Bug 230071 - sysutils/py-google-compute-engine: Enable growfs service on every boot for GCE instance
Summary: sysutils/py-google-compute-engine: Enable growfs service on every boot for GC...
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-07-26 21:46 UTC by gustavo.scalet
Modified: 2018-08-01 23:38 UTC (History)
2 users (show)

See Also:
gustavo.scalet: merge-quarterly?


Attachments
patch to FreeBSD's ports (1.06 KB, patch)
2018-07-26 21:46 UTC, gustavo.scalet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gustavo.scalet 2018-07-26 21:46:58 UTC
Created attachment 195490 [details]
patch to FreeBSD's ports

All GCE images can handle disk grow after first boot apart from FreeBSD. These changes aim to enable this behavior for every boot (currently only available for the first boot)
Comment 1 Helen Koike 2018-07-28 17:55:18 UTC
This shouldn't go in this package, I think we need to check if we can add another flag in growfs, instead of having only {firstboot_}growfs_enable, we could also have something as growfs_everyboot_enable
Comment 2 gustavo.scalet 2018-07-31 20:23:21 UTC
(In reply to Helen Koike from comment #1)
You are right. It makes more sense to actually modify the GCE release script to include the necessary changes. I'll open another bug with that approach as soon as I have the working patch.