]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: fix inaccurate comment about child early-exit in get_early_config 68093/head
authorKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:41:24 +0000 (19:41 +0800)
committerKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:55:02 +0000 (19:55 +0800)
commita519613c404cf54cddb86c4f366ef22dc7bcae87
tree6d749319dc495c28cdff8e79969754dc78a851b6
parentf7ffbec8f5c648f7bb15b8fd81fc4e0597b25ab3
crimson/osd: fix inaccurate comment about child early-exit in get_early_config

The comment contained a typo ("taged") and vaguely referred to "one of
the parameters" without explaining what actually happens: the child
calls exit(0) for early-exit paths such as --help and --version, and
the parent detects this by checking for a clean exit with no pipe data.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/crimson/osd/main_config_bootstrap_helpers.cc