From 22e85bc9a8bf96d5f81f8c899aa8c021e1a4e47b Mon Sep 17 00:00:00 2001 From: remastersys Date: Tue, 4 Dec 2018 03:06:53 -0700 Subject: [PATCH 1/2] edits to README --- PSME/nvme-wheel/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PSME/nvme-wheel/README.md b/PSME/nvme-wheel/README.md index ddf881d2..a01a2321 100644 --- a/PSME/nvme-wheel/README.md +++ b/PSME/nvme-wheel/README.md @@ -23,7 +23,10 @@ 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. As root: + +'apt-get install nvme-cli' + ### Dependencies Installation of `nvme-wheel` requires a wheel module linked with Python2\*. @@ -103,7 +106,7 @@ nvme-wheel execute <> & ``` ### 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: @@ -127,7 +130,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. From 54b0998bd107eb5f718ac40a140ff280ede76315 Mon Sep 17 00:00:00 2001 From: remastersys Date: Tue, 4 Dec 2018 03:16:43 -0700 Subject: [PATCH 2/2] nvme-cli from repo --- PSME/nvme-wheel/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PSME/nvme-wheel/README.md b/PSME/nvme-wheel/README.md index a01a2321..0dbf5390 100644 --- a/PSME/nvme-wheel/README.md +++ b/PSME/nvme-wheel/README.md @@ -23,10 +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. The package 'nvme-cli' is available as part of the source for 16.04 in the Ubuntu repository. As root: - -'apt-get install nvme-cli' +**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\*.