From 6fc741199bc2a7f51cfa8be47d238ae19055cf8e Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 8 May 2019 09:57:13 +0530 Subject: [PATCH] update doc for make command Signed-off-by: Madhu Rajanna --- docs/deploy-cephfs.md | 7 ++++--- docs/deploy-rbd.md | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index 65c4f91df..7f0b67978 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -8,13 +8,14 @@ and attach and mount existing ones to workloads. CSI CephFS plugin can be compiled in the form of a binary file or in the form of a Docker image. When compiled as a binary file, the result is stored in `_output/` -directory with the name `cephfsplugin`. -When compiled as an image, it's stored in the local Docker image store. +directory with the name `cephcsi`. +When compiled as an image, it's stored in the local Docker image store +with name `cephfsplugin`. Building binary: ```bash -make cephfsplugin +make cephcsi ``` Building Docker image: diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index 347602a74..f88c26e61 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -7,13 +7,13 @@ attach and mount those to workloads. CSI RBD plugin can be compiled in a form of a binary file or in a form of a Docker image. When compiled as a binary file, the result is stored in -`_output/` directory with the name `rbdplugin`. When compiled as an image, it's -stored in the local Docker image store. +`_output/` directory with the name `cephcsi`. When compiled as an image, it's +stored in the local Docker image store with name `rbdplugin`. Building binary: ```bash -make rbdplugin +make cephcsi ``` Building Docker image: