Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Techr edits1 #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions PSME/nvme-wheel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ This ReadMe describes the operation of the NVMe Intiator Wheel, which is install

## Installation of the NVMe Initiator Wheel

**Note**: Installation of `nvme-wheel` requires `nvme-cli`. Instructions for how to download and install `nvme-cli` are available at: https://github.com/linux-nvme/nvme-cli. For more information refer to http://nvmexpress.org.
**Note**: Installation of `nvme-wheel` requires `nvme-cli`. Instructions for how to download and install `nvme-cli` are available at: https://github.com/linux-nvme/nvme-cli. For more information refer to http://nvmexpress.org. The package 'nvme-cli' is available as part of the source for 16.04 in the Ubuntu repository. To install nvme-cli using the Ubuntu repos:

```bash
[sudo] apt-get install nvme-cli
```

### Dependencies
Installation of `nvme-wheel` requires a wheel module linked with Python2\*.
Expand Down Expand Up @@ -103,7 +107,7 @@ nvme-wheel execute <<additional_args>> &
```

### Run `nvme-wheel` in cron table
Run the script automatically after a reboot by adding this line below, into cron table (crontab):
Run the script automatically after a reboot by adding this line below, into crontab (cron table):

In terminal type `crontab -e` to open a crontab and type:

Expand All @@ -127,7 +131,7 @@ NVME_CRON=10
```

### Check the Status
`nvme-wheel` has the ability to present status information for a specific endpoint: `localhost:8082/health`.
`nvme-wheel` has the ability to present status information for a specific endpoint: `localhost:8082/health`

Run the application using the `nvme-wheel execute` command and add an `-e/--endpoint` parameter at the end.

Expand Down