]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: run ceph-fuse in foreground
authorJohn Spray <john.spray@redhat.com>
Wed, 10 Feb 2016 12:21:16 +0000 (12:21 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 10 Feb 2016 12:22:05 +0000 (12:22 +0000)
commit86b4231a64568f998796ddef856abb3b63f79f9f
tree26327de8b86245bb7d3d3e7bac3e0a50f9681808
parent08c28765ce9b8c835628c970af2b49bcd425a7c3
tasks/cephfs: run ceph-fuse in foreground

Previously was running this in background, which prevented
checking for nonzero exit codes.

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