Ticket #624 (closed enhancement: fixed)
Build mode stops services
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
When using the client -B option, services that are supposed to be on won't be restarted (as expected), but otherwise they are stopped. This is rather inconvenient when running bcfg2 in a chroot environment (and possibly in a miniroot environment as well).
Attached diffs against bcfg2-0.9.6 modify this behavior, such that -B results in services never being stopped or restarted when -B is specified on the command line. It also adds the "build" option to the client portion of bcfg2.conf, so that we don't have to worry about specifying -B on the command line for hosts that are always built in a chroot environment.
Thanks,
j
Attachments
Change History
comment:1 Changed 14 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to Bcfg2 1.0 Release
This issue (as well as others) are addressed by the new Service framework in [154c97c06501ef66e0a103644731ed53d1096fc3] (SVN r5040).