mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
rgw-admin: remove subuser index when required
This commit is contained in:
parent
2dc90d032d
commit
997e35aeee
@ -865,6 +865,8 @@ int main(int argc, char **argv)
|
||||
cerr << "error storing user info: " << cpp_strerror(-err) << std::endl;
|
||||
break;
|
||||
}
|
||||
remove_old_indexes(old_info, info);
|
||||
|
||||
show_user_info(info, formatter);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user