lkml.org 
[lkml]   [2017]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.12 066/142] libceph: don't set weight to IN when OSD is destroyed
    Date
    From: Ilya Dryomov <idryomov@gmail.com>

    3.12-stable review patch. If anyone has any objections, please let me know.

    ===============

    commit b581a5854eee4b7851dedb0f8c2ceb54fb902c06 upstream.

    Since ceph.git commit 4e28f9e63644 ("osd/OSDMap: clear osd_info,
    osd_xinfo on osd deletion"), weight is set to IN when OSD is deleted.
    This changes the result of applying an incremental for clients, not
    just OSDs. Because CRUSH computations are obviously affected,
    pre-4e28f9e63644 servers disagree with post-4e28f9e63644 clients on
    object placement, resulting in misdirected requests.

    Mirrors ceph.git commit a6009d1039a55e2c77f431662b3d6cc5a8e8e63f.

    Fixes: 930c53286977 ("libceph: apply new_state before new_up_client on incrementals")
    Link: http://tracker.ceph.com/issues/19122
    Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
    Reviewed-by: Sage Weil <sage@redhat.com>
    Signed-off-by: Jiri Slaby <jslaby@suse.cz>
    ---
    net/ceph/osdmap.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c
    index c1de8d404c47..26e2235356c5 100644
    --- a/net/ceph/osdmap.c
    +++ b/net/ceph/osdmap.c
    @@ -870,7 +870,6 @@ static int decode_new_up_state_weight(void **p, void *end,
    if ((map->osd_state[osd] & CEPH_OSD_EXISTS) &&
    (xorstate & CEPH_OSD_EXISTS)) {
    pr_info("osd%d does not exist\n", osd);
    - map->osd_weight[osd] = CEPH_OSD_IN;
    memset(map->osd_addr + osd, 0, sizeof(*map->osd_addr));
    map->osd_state[osd] = 0;
    } else {
    --
    2.12.2
    \
     
     \ /
      Last update: 2017-04-10 17:59    [W:4.060 / U:0.332 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site