mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
update doc for make command
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
74ad010d85
commit
6fc741199b
@ -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
|
CSI CephFS plugin can be compiled in the form of a binary file or in the form
|
||||||
of a Docker image.
|
of a Docker image.
|
||||||
When compiled as a binary file, the result is stored in `_output/`
|
When compiled as a binary file, the result is stored in `_output/`
|
||||||
directory with the name `cephfsplugin`.
|
directory with the name `cephcsi`.
|
||||||
When compiled as an image, it's stored in the local Docker image store.
|
When compiled as an image, it's stored in the local Docker image store
|
||||||
|
with name `cephfsplugin`.
|
||||||
|
|
||||||
Building binary:
|
Building binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make cephfsplugin
|
make cephcsi
|
||||||
```
|
```
|
||||||
|
|
||||||
Building Docker image:
|
Building Docker image:
|
||||||
|
@ -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
|
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
|
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
|
`_output/` directory with the name `cephcsi`. When compiled as an image, it's
|
||||||
stored in the local Docker image store.
|
stored in the local Docker image store with name `rbdplugin`.
|
||||||
|
|
||||||
Building binary:
|
Building binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make rbdplugin
|
make cephcsi
|
||||||
```
|
```
|
||||||
|
|
||||||
Building Docker image:
|
Building Docker image:
|
||||||
|
Loading…
Reference in New Issue
Block a user