From 6c2702eddf468ec71ab021873af7c7ae0b09f30f Mon Sep 17 00:00:00 2001 From: Tomas Meszaros Date: Tue, 18 Aug 2015 22:22:07 +0200 Subject: virDomainRename: Extend API documentation Signed-off-by: Tomas Meszaros --- src/libvirt-domain.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 5c8bf2bc10..cbf08fc8c8 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -8783,6 +8783,11 @@ virDomainIsPersistent(virDomainPtr dom) * argument. Depending on each driver implementation it may be * required that domain is in a specific state. * + * There might be some attributes and/or elements in domain XML that if no + * value provided at XML defining time, libvirt will derive their value from + * the domain name. These are not updated by this API. Users are strongly + * advised to change these after the rename was successful. + * * Returns 0 if successfully renamed, -1 on error */ int -- cgit v1.2.1