|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1711] xl does not check the duplicated configure file an
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1711
------- Comment #1 from shaohui.zheng@xxxxxxxxx 2011-01-29 23:20 -------
partly fixed by 22845:88cf07fed7d2.
changeset: 22845:88cf07fed7d2
user: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
date: Fri Jan 28 18:39:09 2011 +0000
files: tools/libxl/libxl.c tools/libxl/libxl_create.c
description:
libxl: prevent creation of domains with duplicate names
libxl_domain_rename is where domain names are assigned. Therefore
this is where we check that no two domains have the same name. As a
special exception, domains whose names are "" are not considered to
clash.
We also take special care not to mind if we try to rename a domain to
the name it already has.
for different guest OSes, it is still possible to create with the same image
file.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|