mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
libceph: output primary affinity values on osdmap updates
Similar to osd weights, output primary affinity values on incremental osdmap updates. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
This commit is contained in:
parent
a56371d9d9
commit
f31da0f3e1
@ -1005,6 +1005,8 @@ static int decode_new_primary_affinity(void **p, void *end,
|
||||
ret = set_primary_affinity(map, osd, aff);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
pr_info("osd%d primary-affinity 0x%x\n", osd, aff);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user