Re: [libvirt] [PATCH v3 7/8] util: Check for duplicated id in virStorageSourceParseRBDColonString

2019-02-12 Thread Ján Tomko
On Tue, Feb 12, 2019 at 09:19:05AM -0500, John Ferlan wrote: If we find multiple "id=" strings during processing, then we need to force an error since we cannot have multiple 's defined for a single source volume. Signed-off-by: John Ferlan --- src/util/virstoragefile.c | 5 + 1 file changed

[libvirt] [PATCH v3 7/8] util: Check for duplicated id in virStorageSourceParseRBDColonString

2019-02-12 Thread John Ferlan
If we find multiple "id=" strings during processing, then we need to force an error since we cannot have multiple 's defined for a single source volume. Signed-off-by: John Ferlan --- src/util/virstoragefile.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/util/virstoragefile.c b/s