On 02/15/2017 12:14 PM, Nitesh Konkar wrote:
Currently disk names do not follow the
(regex) /^[fhv]d[a-z]+[0-9]*$/ completely
and hence one can assign disk names like
vd2 etc. This patch ensures that the
disk names follow the regex mentioned.
This patch also adds a testcase.
Signed-off-by: Nitesh Konkar <nitkon12(a)linux.vnet.ibm.com>
---
src/util/virutil.c | 2 +-
tests/utiltest.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
ACKed and pushed.
Michal