Bug 230071

Summary: sysutils/py-google-compute-engine: Enable growfs service on every boot for GCE instance
Product: Ports & Packages Reporter: gustavo.scalet
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Not Accepted    
Severity: Affects Some People CC: helen.koike, swills
Priority: --- Keywords: patch, patch-ready
Version: LatestFlags: gustavo.scalet: merge-quarterly?
Hardware: amd64   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230275
Attachments:
Description Flags
patch to FreeBSD's ports none

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.