[ovs-git] [openvswitch/ovs] 90cef1: ovs-bugtool: Run the 'dmesg' command without condi...

GitHub noreply at github.com
Mon Aug 7 16:13:19 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 90cef12cf0376be33029d8da0c66f8b0be4829fd
      https://github.com/openvswitch/ovs/commit/90cef12cf0376be33029d8da0c66f8b0be4829fd
  Author: Gurucharan Shetty <guru at ovn.org>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M utilities/bugtool/ovs-bugtool.in

  Log Message:
  -----------
  ovs-bugtool: Run the 'dmesg' command without condition.

Currently we look for files with the name of "dmesg"
in "/var/log". If it exists, we don't run the command
"dmesg". This is unreliable as the file does not always
contain the latest dmesg information.

Since OVS kernel module emits information to dmesg,
we need this information to debug bugs. So always
run the "dmesg" command and collect its output.

Signed-off-by: Gurucharan Shetty <guru at ovn.org>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>
Tested-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list