8190e121a3
Change-Id: I7a65a5818f2b851962c2be391efedfb9bfc8398c Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/373841 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
12 lines
139 B
Bash
Executable File
12 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
if ! hash ceph &> /dev/null; then
|
|
exit 0
|
|
fi
|
|
|
|
echo
|
|
echo "[Ceph]"
|
|
echo " Ceph $RBD_POOL $RBD_NAME 512"
|