]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: orphan-list timestamp fix
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 23 Jun 2020 21:05:59 +0000 (17:05 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 24 Jun 2020 15:40:06 +0000 (11:40 -0400)
commitb1daf30d61989d0813ea73ac19f36b4de6abf13d
tree516426c566a354db2ddbb0fe8377b326872167f6
parentf52fb99f011d9b124ed91f3d001d3551e9a10c8d
rgw: orphan-list timestamp fix

When creating intermediate and output files, the rgw-orphan-list
script uses a timestamp using the `date` command. The hour was
inserted with "%k" but that padds with a space rather than a zero. So
that's changed to "%H".

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw-orphan-list