]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
modify stuff follow rbd-fuse
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Mon, 16 Nov 2015 02:53:34 +0000 (10:53 +0800)
committerYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Sat, 21 Nov 2015 15:26:44 +0000 (23:26 +0800)
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
Reviewed-by: Li Wang <li.wang@kylin-cloud.com>
src/.gitignore
src/ps-ceph.pl

index f766be71b9ac72f8fec82cc5665483a7015a210a..92f65e13bd6301a23a650136f4163394510521dd 100644 (file)
@@ -74,6 +74,7 @@ Makefile
 /radosgw-admin
 /radosgw-object-expirer
 /rbd
+/rbd-nbd
 /rbd-fuse
 /rbd-replay
 /rbd-replay-prep
index 03fc6061373161321635c9b06ccc63bcd33c1bd4..bfc809213d2f4dc6c293af046a936b545ad863df 100755 (executable)
@@ -18,6 +18,7 @@ sub is_ceph_proc {
 
         return 1 if $cmdline =~ /\bceph\b/;
         return 1 if $cmdline =~ /\bceph-fuse\b/;
+        return 1 if $cmdline =~ /\brbd-nbd\b/;
         return 1 if $cmdline =~ /\brbd-fuse\b/;
         return 1 if $cmdline =~ /\bceph-mds\b/;
         return 1 if $cmdline =~ /\bceph-mon\b/;