From 6ab204e8e8bd78cd7bb0df0add16e274097713ae Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Fri, 17 Jul 2026 11:29:59 -0600 Subject: [PATCH] NEWS: Update with recent feature additions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add NEWS entries for the new libvirtd build option and new sanlock plugin setting. Signed-off-by: Jim Fehlig Reviewed-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c874a5443e..50b086b789 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,6 +22,17 @@ v12.6.0 (unreleased) The bhyve driver now implements the ``virDomainRename()`` API for renaming of a domain (``virsh domrename``). + * build: Add option to control building libvirtd + + Meson option ``libvirtd`` has been added to control building the monolithic + libvirtd, independent from the stateful, daemon-based drivers. + + * sanlock: Add option to check ownership of disk leases + + The sanlock lock driver plugin now supports the ``check_disk_lease_owner`` + setting in sanlock.conf. When enabled, the sanlock plugin will check that + leases are owned by the domain attempting to acquire them. + * **Improvements** * **Bug fixes** -- 2.47.3