From 6c83af164c54d2dea892f070d6104c7e44313b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wanderlei=20H=C3=BCttel?= Date: Fri, 1 Jul 2022 11:52:38 -0300 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 93367c8..4dbb2d8 100644 --- a/readme.md +++ b/readme.md @@ -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, because by default when vchanger creates volumes doesn't keep the correct order in "list media" - +``` Before changes: vchanger /etc/vchanger/vchanger.conf createvols 3 15 1 @@ -129,3 +129,4 @@ Pool: Scratch | 196 | Volume_Daily_0014 | Append | | 197 | Volume_Daily_0015 | Append | +---------+-------------------+-----------+ +```