
On Fri, Mar 01, 2024 at 09:45:30AM +0100, Peter Krempa wrote:
Mention improvement of virt-admin, and fixes for the VPD xml and disk migration port bug.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- NEWS.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/NEWS.rst b/NEWS.rst index d270b2397d..4a71c7d3f0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -52,7 +52,7 @@ v10.1.0 (unreleased)
* **Improvements**
-* nodedev: Add ability to update persistent mediated devices by defining them + * nodedev: Add ability to update persistent mediated devices by defining them
Existing persistent mediated devices can now also be updated by ``virNodeDeviceDefineXML()`` as long as parent and UUID remain unchanged. @@ -66,6 +66,12 @@ v10.1.0 (unreleased) Secrets with ``<usage type='vtpm'>`` were left unable to be checked for in the access driver, i.e. in ACL rules. Missing code was provided.
+ * virt-admin: Notify users to use explicit URI if connection fails + + ``virt-admin`` doesn't try to guess the URI of the daemon to manage so a + failure to connect may be confusing for users if modular daemons are used. + Add a hint to use the URI of te dameon to manage.
s/te dameon/the daemon/ Reviewed-by: Pavel Hrdina <phrdina@redhat.com>