commit | 8e48cf00c48fdefb01f70db81f31438cd0c29dcc | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Jun 05 14:45:00 2017 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Fri Jul 07 17:25:15 2017 +0200 |
tree | f86e307138192f1b52d72adc2fc8e67f7fd6d928 | |
parent | dc93e0e2831de2f80817b89aae4864b88332fcce [diff] |
libceph: new pi->last_force_request_resend The old (v15) pi->last_force_request_resend has been repurposed to make pre-RESEND_ON_SPLIT clients that don't check for PG splits but do obey pi->last_force_request_resend resend on splits. See ceph.git commit 189ca7ec6420 ("mon/OSDMonitor: make pre-luminous clients resend ops on split"). Signed-off-by: Ilya Dryomov <idryomov@gmail.com>