mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
lib: Specify domain redefinition requirements
There might be misunderstanding [1] when libvirt permits domain
redefinition and if it's a valid case at all.
1. b973d7c4b4/plugins/modules/virt.py (L533)
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
c159db4cc0
commit
91f696a6a4
@ -6290,8 +6290,8 @@ virDomainGetBlockInfo(virDomainPtr domain, const char *disk,
|
||||
*
|
||||
* Define a domain, but does not start it.
|
||||
* This definition is persistent, until explicitly undefined with
|
||||
* virDomainUndefine(). A previous definition for this domain would be
|
||||
* overridden if it already exists.
|
||||
* virDomainUndefine(). A previous definition for this domain with the same
|
||||
* UUID and name would be overridden if it already exists.
|
||||
*
|
||||
* virDomainFree should be used to free the resources after the
|
||||
* domain object is no longer needed.
|
||||
@ -6333,8 +6333,8 @@ virDomainDefineXML(virConnectPtr conn, const char *xml)
|
||||
*
|
||||
* Defines a domain, but does not start it.
|
||||
* This definition is persistent, until explicitly undefined with
|
||||
* virDomainUndefine(). A previous definition for this domain would be
|
||||
* overridden if it already exists.
|
||||
* virDomainUndefine(). A previous definition for this domain with the same
|
||||
* UUID and name would be overridden if it already exists.
|
||||
*
|
||||
* virDomainFree should be used to free the resources after the
|
||||
* domain object is no longer needed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user