Bug 1238659
| Summary: | Allow enabling services on RHEV-H | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Yaniv Lavi <ylavi> |
| Component: | ovirt-node | Assignee: | Fabian Deutsch <fdeutsch> |
| Status: | CLOSED CANTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.0 | CC: | cshao, cwu, dfediuck, ecohen, fdeutsch, gklein, huiwa, leiwang, lsurette, mgoldboi, pablo.iranzo, pzhukov, rhodain, sherold, sraje, virt-bugs, yaniwang, ycui |
| Target Milestone: | ovirt-3.6.0-rc3 | Flags: | mgoldboi:
Triaged+
|
| Target Release: | 3.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | node | ||
| Fixed In Version: | ovirt-node-3.3.0-0.4.20150906git14a6024.el7ev | Doc Type: | Enhancement |
| Doc Text: |
Feature: Allow enabling services on RHEV-H
Reason: Sometimes it's necessary to enable or disable a service during runtime - mainly for debugging or support purposes
Result: This is now possible. In order to be able to persist the state of services, the following command needs to be run on RHEV-H:
$ persist /etc/systemd/system
After this basic enablement, the individual services can be enabled by calling:
$ systemctl enable <service>
|
Story Points: | --- |
| Clone Of: | 1237212 | Environment: | |
| Last Closed: | 2015-10-07 13:12:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1237212 | ||
| Bug Blocks: | |||
|
Comment 1
Fabian Deutsch
2015-07-15 10:28:46 UTC
I've reverted the patch, because isolating a unit during boot (which we use to fix this bug) is not a good idea and leads to bad regressions and unpredictable behavior. |