mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
lib: Remove libguestfs live
This experimental feature allowed you (in theory) to connect to an existing instance of the libguestfs daemon. (Again, in theory) it allowed you to attach to running guests. This didn't work well in practice. If you want to do this, install qemu-guest-agent inside your guest instead. This also disables the --live options in guestfish and guestmount. (The option now prints an error). This was never supported in RHEL. The daemon tests relied on this connection method to perform tests on a bare daemon, so this removes those tests. They were not especially valuable. See-also: https://bugzilla.redhat.com/798980
This commit is contained in:
@@ -314,7 +314,6 @@ lib/journal.c
|
||||
lib/launch-direct.c
|
||||
lib/launch-libvirt.c
|
||||
lib/launch-uml.c
|
||||
lib/launch-unix.c
|
||||
lib/launch.c
|
||||
lib/libvirt-auth.c
|
||||
lib/libvirt-domain.c
|
||||
|
||||
Reference in New Issue
Block a user