Skip to content

Commit

Permalink
docs: updated luminous command
Browse files Browse the repository at this point in the history
  • Loading branch information
travisn committed Aug 2, 2017
1 parent 2c7fca3 commit b047e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Documentation/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ If you don't yet have a Rook cluster running, refer to our [Quickstart Guides](.
- Standalone: [Download the binary](standalone.md#rook-client-tool) to your client machine.

## Block Storage
1. Create a new volume image (10MB)
1. Create a new pool and volume image (10MB)

```bash
rookctl pool create --name rbd
rookctl block create --name test --size 10485760
```

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ three different platforms for building:

## Build Requirements

An Intel-based machine (recommend 2+ cores, 8+ GB of memory and 128GB of SSD).
An Intel-based machine (recommend 2+ cores, 8+ GB of memory and 128GB of SSD). Inside your build environment (Docker for Mac or a VM), 6+ GB memory is also recommended.

The following tools are need on the host:
- curl
Expand Down

0 comments on commit b047e7b

Please sign in to comment.