]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: fix vstart runner _get_pid
authorJohn Spray <john.spray@redhat.com>
Wed, 8 Jun 2016 15:23:13 +0000 (16:23 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 8 Jun 2016 15:23:13 +0000 (16:23 +0100)
commit4d3b4cd753b0e7797d8178c5f28a8d37cdc905e3
treed11c57867a9de2559b08dad291ecec3ffffa9c77
parentfc7d268e3b78eee8841123c49f5c7261d5d3335d
tasks/cephfs: fix vstart runner _get_pid

Dropping the 'x' caused the ps lines not to include
the "-i <myid>" part of the command line that we use
to find named daemons' pids.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/vstart_runner.py