Update readme.md

This commit is contained in:
Wanderlei Hüttel
2022-07-01 11:52:38 -03:00
committed by GitHub
parent 27b074d2de
commit 6c83af164c

View File

@@ -6,7 +6,7 @@ for further documentation and installation instructions.
I've made a bit change in function CreateVolumes to modify the way to generate volume names, I've made a bit change in function CreateVolumes to modify the way to generate volume names,
because by default when vchanger creates volumes doesn't keep the correct order in "list media" because by default when vchanger creates volumes doesn't keep the correct order in "list media"
```
Before changes: Before changes:
vchanger /etc/vchanger/vchanger.conf createvols 3 15 1 vchanger /etc/vchanger/vchanger.conf createvols 3 15 1
@@ -129,3 +129,4 @@ Pool: Scratch
| 196 | Volume_Daily_0014 | Append | | 196 | Volume_Daily_0014 | Append |
| 197 | Volume_Daily_0015 | Append | | 197 | Volume_Daily_0015 | Append |
+---------+-------------------+-----------+ +---------+-------------------+-----------+
```