Bug 1085913
| Summary: | In domain mode, doing a read-only operation with the CLI on a remote HC, sets the remote server in "restart-required" mode | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Tom Fonteyne <tfonteyn> | |
| Component: | Domain Management | Assignee: | Emanuel Muckenhuber <emuckenh> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> | |
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> | |
| Priority: | medium | |||
| Version: | 6.3.0 | CC: | dandread, emuckenh, kkhan | |
| Target Milestone: | ER4 | |||
| Target Release: | EAP 6.3.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1085915 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-28 15:28:38 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1085915 | |||
Verified on EAP 6.3.0.ER4. |
Setup a DC and a remote HC Have a servergroup "slaves" create remote server /host=slave10/server-config=i2:add(group=slaves,socket-binding-group=full-ha-sockets) create a JVM on it /host=slave10/server-config=i2/jvm=default:add() do a full restart of the domain (reload --host=slave10 is actually enough) ls -l /host=slave10/server=i2 ... server-state running STRING cd /host=slave10/server-config=i2/jvm=default ls-l .... cd ../../server=i2 ls -l ... server-state restart-required STRING If you do not "cd" into the jvm, then the state stays at "running". It is the physically going into the jvm that causes this. workaround: do not use "cd"