Displaying 2 results from an estimated 2 matches for "forbit".
Did you mean:
forbid
2006 Jan 18
3
Kernel update and csgfs
My apologies if this is a stupid question, but I'm not familiar with
how kernel updates and kernel modules interact.
I see that there are some kernel updates available via yum:
============================================================================
=
Package Arch Version Repository Size
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
...failing to open a non-existing disk, and in the worst case opening a
different disk!).
In case the disks are remote resources like ssh or ceph, nothing
guarantees that the hostname can be reached from the local machine, or
even that it is actually the same on both machines.
For these reasons, just forbit outright the addition of disks from
non-local libvirt connections for now.
---
lib/libvirt-domain.c | 38 ++++++++++++++++++++++++++++++++++++--
1 file changed, 36 insertions(+), 2 deletions(-)
diff --git a/lib/libvirt-domain.c b/lib/libvirt-domain.c
index 37c0b49..6b9467b 100644
--- a/lib/libvir...