gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

use 24 hours format UTC time in PrintLogs of wait-for-bricks and upgrade script #241

Closed pkalever closed 5 years ago

pkalever commented 5 years ago

Kind of issue

Bug:

Right now gluster-block-bricks-start.log and gluster-block-upgrade-activities.log prints logs in 12 hours format.

Thanks to @pranithk for pointing this out.

Observed behavior

PrintLog is using 0..12 i.e. %I instead of 0..23 i.e. %H for printing hours.

Expected/desired behavior

Logs should be in 24 hours and in UTC

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1720783