Skip to content

Commit

Permalink
Merge pull request #14 from 007revad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
007revad authored Mar 25, 2023
2 parents 3dadd0b + 87a7480 commit 96127a0
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 60 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.1.5
- Added single line progress bar for the resync progress.
- Changed latest version check to download to /tmp and extract files to the script's location replacing the existing .sh and readme.txt files.
- Added options:
-a, --all List all M.2 drives even if detected as active
-s, --steps Show the steps to do after running this script
-h, --help Show this help message
-v, --version Show the script version

v1.1.4
- Now only creates the RAID array and storage pool. Volume creation can now be done in DSM.
- Because you now create the volume in DSM you can set the volume size.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ sudo -i /volume1/scripts/create_m2_volume.sh

**Note:** Replace /volume1/scripts/ with the path to where the script is located.

**Options:**
```YAML
-a, --all List all M.2 drives even if detected as active
-s, --steps Show the steps to do after running this script
-h, --help Show this help message
-v, --version Show the script version
```

It also has a dry run mode so you can see what it would have done had you run it for real.

<p align="center"><img src="/images/create-volume0.png"></p>
Expand Down
Loading

0 comments on commit 96127a0

Please sign in to comment.