On Tue, Jul 25, 2017 at 12:23:51AM -0700, Gurucharan Shetty wrote: > 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 <[email protected]>
Good catch. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
