From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- src/ceph/qa/workunits/rbd/notify_master.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 src/ceph/qa/workunits/rbd/notify_master.sh (limited to 'src/ceph/qa/workunits/rbd/notify_master.sh') diff --git a/src/ceph/qa/workunits/rbd/notify_master.sh b/src/ceph/qa/workunits/rbd/notify_master.sh deleted file mode 100755 index 6ebea31..0000000 --- a/src/ceph/qa/workunits/rbd/notify_master.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -ex - -relpath=$(dirname $0)/../../../src/test/librbd -python $relpath/test_notify.py master -exit 0 -- cgit 1.2.3-korg