forked from emmartins/wildfly-server-migration
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMTOOL-357] Document jgroups subsystem config update
- Loading branch information
Showing
10 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
15 changes: 6 additions & 9 deletions
15
...AP7.0toEAP8.0-ServerMigration-ServerConfiguration-Subsystem-Update-jgroups.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
= Update the JGroups Subsystem | ||
= Update jgroups Subsystem Configuration | ||
|
||
The JBoss Server Migration Tool does the following updates to any *jgroups* subsystem configuration found while migrating a server configuration: | ||
The JBoss Server Migration Tool currently is not capable to automate the migration of the `jgroups` subsystem configuration, and thus reverts it to the default {server-target-productName} `jgroups` configuration. | ||
|
||
* Replaces protocol `FRAG2` with `FRAG3`. | ||
If you prefer, you can set the `subsystem.jgroups.update.skip` environment property to `true` to skip automatic update of the *jgroups* subsystem configuration. | ||
|
||
Upon successful migration of the *jgroups* subsystem configuration, you should see the following message in the console: | ||
Please note that further manual `jgroups` subsystem configuration may be needed if the configuration being used was not the default {server-source-productName} `jgroups` subsystem configuration! | ||
|
||
The console logs a message when it updates the `jgroups` subsystem configuration. | ||
[source,options="nowrap"] | ||
---- | ||
INFO Subsystem jgroups updated. | ||
---- | ||
WARN Configuration of JGroups protocols has been changed to match the default protocols of the target server. Please note that further manual configuration may be needed if the legacy configuration being used was not the source server's default configuration! | ||
---- |
15 changes: 6 additions & 9 deletions
15
...AP7.1toEAP8.0-ServerMigration-ServerConfiguration-Subsystem-Update-jgroups.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
= Update the JGroups Subsystem | ||
= Update jgroups Subsystem Configuration | ||
|
||
The JBoss Server Migration Tool does the following updates to any *jgroups* subsystem configuration found while migrating a server configuration: | ||
The JBoss Server Migration Tool currently is not capable to automate the migration of the `jgroups` subsystem configuration, and thus reverts it to the default {server-target-productName} `jgroups` configuration. | ||
|
||
* Replaces protocol `FRAG2` with `FRAG3`. | ||
If you prefer, you can set the `subsystem.jgroups.update.skip` environment property to `true` to skip automatic update of the *jgroups* subsystem configuration. | ||
|
||
Upon successful migration of the *jgroups* subsystem configuration, you should see the following message in the console: | ||
Please note that further manual `jgroups` subsystem configuration may be needed if the configuration being used was not the default {server-source-productName} `jgroups` subsystem configuration! | ||
|
||
The console logs a message when it updates the `jgroups` subsystem configuration. | ||
[source,options="nowrap"] | ||
---- | ||
INFO Subsystem jgroups updated. | ||
---- | ||
WARN Configuration of JGroups protocols has been changed to match the default protocols of the target server. Please note that further manual configuration may be needed if the legacy configuration being used was not the source server's default configuration! | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...AP7.2toEAP8.0-ServerMigration-ServerConfiguration-Subsystem-Update-jgroups.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
= Update jgroups Subsystem Configuration | ||
|
||
The JBoss Server Migration Tool currently is not capable to automate the migration of the `jgroups` subsystem configuration, and thus reverts it to the default {server-target-productName} `jgroups` configuration. | ||
|
||
Please note that further manual `jgroups` subsystem configuration may be needed if the configuration being used was not the default {server-source-productName} `jgroups` subsystem configuration! | ||
|
||
The console logs a message when it updates the `jgroups` subsystem configuration. | ||
[source,options="nowrap"] | ||
---- | ||
WARN Configuration of JGroups protocols has been changed to match the default protocols of the target server. Please note that further manual configuration may be needed if the legacy configuration being used was not the source server's default configuration! | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...AP7.3toEAP8.0-ServerMigration-ServerConfiguration-Subsystem-Update-jgroups.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
= Update jgroups Subsystem Configuration | ||
|
||
The JBoss Server Migration Tool currently is not capable to automate the migration of the `jgroups` subsystem configuration, and thus reverts it to the default {server-target-productName} `jgroups` configuration. | ||
|
||
Please note that further manual `jgroups` subsystem configuration may be needed if the configuration being used was not the default {server-source-productName} `jgroups` subsystem configuration! | ||
|
||
The console logs a message when it updates the `jgroups` subsystem configuration. | ||
[source,options="nowrap"] | ||
---- | ||
WARN Configuration of JGroups protocols has been changed to match the default protocols of the target server. Please note that further manual configuration may be needed if the legacy configuration being used was not the source server's default configuration! | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...AP7.4toEAP8.0-ServerMigration-ServerConfiguration-Subsystem-Update-jgroups.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
= Update jgroups Subsystem Configuration | ||
|
||
The JBoss Server Migration Tool currently is not capable to automate the migration of the `jgroups` subsystem configuration, and thus reverts it to the default {server-target-productName} `jgroups` configuration. | ||
|
||
Please note that further manual `jgroups` subsystem configuration may be needed if the configuration being used was not the default {server-source-productName} `jgroups` subsystem configuration! | ||
|
||
The console logs a message when it updates the `jgroups` subsystem configuration. | ||
[source,options="nowrap"] | ||
---- | ||
WARN Configuration of JGroups protocols has been changed to match the default protocols of the target server. Please note that further manual configuration may be needed if the legacy configuration being used was not the source server's default configuration! | ||
---- |