]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph.in
update sources to v12.1.3
[ceph.git] / ceph / src / ceph.in
index e34c468a7e92dbfa1f68de9f09bb718f59d2a6dc..bb2516c788f9953cccba5d71498f3c288dce4432 100755 (executable)
@@ -355,6 +355,9 @@ def do_extended_help(parser, args, target, partial):
                          partial=partial))
 
     def help_for_target(target, partial=None):
+        # wait for osdmap because we know this is sent after the mgrmap
+        # and monmap (it's alphabetical).
+        cluster_handle.wait_for_latest_osdmap()
         ret, outbuf, outs = json_command(cluster_handle, target=target,
                                          prefix='get_command_descriptions',
                                          timeout=10)