diff options
-rw-r--r-- | src/crush/CrushWrapper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index fcf503c06b0..fd211109252 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -1075,7 +1075,7 @@ int CrushWrapper::swap_bucket(CephContext *cct, int src, int dst) // swap names swap_names(src, dst); - return 0; + return rebuild_roots_with_classes(); } int CrushWrapper::link_bucket( |