]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: split the argdesc pair at the first '='
authorKefu Chai <kchai@redhat.com>
Thu, 11 Feb 2021 18:05:00 +0000 (02:05 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 13 Feb 2021 02:18:58 +0000 (10:18 +0800)
commita3153bd53f2854f8f02d681fdb20cc759d721854
treee710c594b9368c95447eb3e40e862b311164ee15
parent5d3a9184969ce0c63d054b03494d22cbc510a704
doc: split the argdesc pair at the first '='

there is chance that the value of of the argdesc's kv pair contains
"=". for instance, the goodchars regexp could contain '='. so we should
stop at the first '='.

this change fixes the parsing of "osd pool application set" command.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_ext/ceph_commands.py