Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: utime.h: fix timezone issue in round_to_* funcs. #11508

Merged
merged 1 commit into from Jan 31, 2017

Conversation

smithfarm
Copy link
Contributor

@smithfarm smithfarm self-assigned this Oct 15, 2016
@smithfarm smithfarm added this to the jewel milestone Oct 15, 2016
ghost pushed a commit that referenced this pull request Oct 17, 2016
…d_to_* funcs.

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 18, 2016
…d_to_* funcs.

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost assigned athanatos Oct 20, 2016
@ghost
Copy link

ghost commented Oct 20, 2016

@athanatos does this backport look good to merge ? It passed the rados (http://tracker.ceph.com/issues/17487#note-19) suite except for two jobs that are, I believe unrelated. It also passed the upgrade/jewel-x and upgrade/hammer-x (http://tracker.ceph.com/issues/17487#note-22) suites.

@athanatos
Copy link
Contributor

Hmm, looks like I merged the original patch, but @yehudasa should take a look at this since rgw is the only user of these functions. It's used in rgw_log, so I'm not sure what the impact of changing the time in jewel would be.

@ghost ghost assigned yehudasa and unassigned athanatos Oct 20, 2016
@ghost ghost changed the base branch from jewel to jewel-next November 9, 2016 09:58
@ghost
Copy link

ghost commented Nov 9, 2016

@smithfarm could you please rebase against jewel-next so that we get another run of make check ?

@ghost
Copy link

ghost commented Nov 9, 2016

@yehudasa ping

gmtime_r converts local time to UTC, however mktime only takes an
argument as local time. Use localtime_r instead of gmtime_r will fix.

Fixes: ceph#14862

Reported-by: isyippee <yippee_liu@163.com>
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
(cherry picked from commit c914f28)
@ghost
Copy link

ghost commented Nov 9, 2016

jenkins test this please (jenkins general failure)

@ghost
Copy link

ghost commented Nov 9, 2016

jenkins test this please (general jenkins failure)

ghost pushed a commit that referenced this pull request Nov 9, 2016
…d_to_* funcs.

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Nov 23, 2016
…d_to_* funcs.

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link

ghost commented Dec 5, 2016

@yehudasa ping

ghost pushed a commit that referenced this pull request Dec 5, 2016
…d_to_* funcs.

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost changed the base branch from jewel-next to jewel December 21, 2016 23:31
@smithfarm
Copy link
Contributor Author

@yehudasa @oritwas Could you review this, please? Sam says rgw is the only user of these functions. See #11508 (comment)

@smithfarm
Copy link
Contributor Author

This passed another rados run at http://tracker.ceph.com/issues/17851#note-45 (with some unrelated failures)

@smithfarm smithfarm merged commit 85ae998 into ceph:jewel Jan 31, 2017
@smithfarm smithfarm deleted the wip-17583-jewel branch January 31, 2017 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants