diff options
author | sjust@redhat.com <sjust@redhat.com> | 2019-03-27 23:43:27 +0100 |
---|---|---|
committer | sjust@redhat.com <sjust@redhat.com> | 2019-05-01 20:22:14 +0200 |
commit | e3f42e0d0d0a16ca9214cfaf5efddc3e59cd9c72 (patch) | |
tree | 21fc313691d8fd3cf85da6c793c22bd52a2ac4a6 /src/osd/PrimaryLogPG.cc | |
parent | osd/: simply requeue_map_waiters in handle_activate, remove take_waiters (diff) | |
download | ceph-e3f42e0d0d0a16ca9214cfaf5efddc3e59cd9c72.tar.xz ceph-e3f42e0d0d0a16ca9214cfaf5efddc3e59cd9c72.zip |
osd/: merge update_store_with_options with on_pool_change
Signed-off-by: sjust@redhat.com <sjust@redhat.com>
Diffstat (limited to 'src/osd/PrimaryLogPG.cc')
-rw-r--r-- | src/osd/PrimaryLogPG.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index e4307c6e91f..647e2f321d6 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -12317,7 +12317,7 @@ void PrimaryLogPG::plpg_on_role_change() } } -void PrimaryLogPG::on_pool_change() +void PrimaryLogPG::plpg_on_pool_change() { dout(10) << __func__ << dendl; // requeue cache full waiters just in case the cache_mode is |