Martin Peřina has posted comments on this change.

Change subject: host-deploy: appropriate message for kdump detection
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/29369/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java:

Line 574:         new Callable<Boolean>() { public Boolean call() throws 
Exception {
Line 575:             if (_vds.isPmKdumpDetection() && !fenceKdumpSupported) {
Line 576:                 _messages.post(
Line 577:                         InstallerMessages.Severity.INFO,
Line 578:                         "Disabling Kdump support"
> I disagree. we already receive a message from host-deploy. we can remove th
OK, so let's leave it at INFO priority, but please use correct term:

  Disabling Kdump detection support

Because Kdump can be enabled and set up on host even without kdump detection 
enabled.
Line 579:                 );
Line 580:             }
Line 581: 
Line 582:             _parser.cliEnvironmentSet(


-- 
To view, visit http://gerrit.ovirt.org/29369
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie10ebdbbc0b5148e4cd6e1b2deb251f96a2f56c7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Martin Peřina <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to