Re: [libvirt] [PATCH] Ensure disk names follow the disk name regex

2017-02-14 Thread Nitesh Konkar
On Tue, Feb 14, 2017 at 8:47 PM, Michal Privoznik wrote: > On 02/03/2017 10:25 AM, 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

Re: [libvirt] [PATCH] Ensure disk names follow the disk name regex

2017-02-14 Thread Michal Privoznik
On 02/03/2017 10:25 AM, 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. > > Signed-off-by: Nitesh Konkar

Re: [libvirt] [PATCH] Ensure disk names follow the disk name regex

2017-02-14 Thread Nitesh Konkar
polite ping. On Fri, Feb 3, 2017 at 2:55 PM, Nitesh Konkar < niteshkonkar.libv...@gmail.com> 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

[libvirt] [PATCH] Ensure disk names follow the disk name regex

2017-02-03 Thread Nitesh Konkar
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. Signed-off-by: Nitesh Konkar --- src/util/virutil.c | 2 +- 1 file