]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-create-keys: add missing argument comma 11123/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sun, 18 Sep 2016 20:26:29 +0000 (16:26 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Sun, 18 Sep 2016 20:28:56 +0000 (16:28 -0400)
commit482022233d845b75876b04ca23fb137281a9f6ab
tree57c317e8808259beea23acfc068edfbb575037be
parente1667dca3707cb3e752d318b46d9d246a89ebe47
ceph-create-keys: add missing argument comma

The arguments "get" and "client.admin" were being concatenated into
"getclient.admin".

Found using ceph-ansible + strace:

    13031 execve("/usr/bin/ceph", ["ceph", "--cluster=ceph", "--name=mon.", "--keyring=/var/lib/ceph/mon/ceph-ceph-mon0/keyring", "auth", "getclient.admin"], ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "LANG=en_US.UTF-8", "CLUSTER=ceph", "TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728", "CEPH_AUTO_RESTART_ON_UPGRADE=no"] <unfinished ...>

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/ceph-create-keys