mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
RHEL 8: Remove libguestfs live (RHBZ#798980).
This isn't supported in RHEL 8.
This commit is contained in:
committed by
Pino Toscano
parent
06e5cfb90b
commit
23dcb04f1c
@@ -37,6 +37,12 @@
|
||||
static int
|
||||
launch_unix (guestfs_h *g, void *datav, const char *sockpath)
|
||||
{
|
||||
error (g,
|
||||
"launch: In RHEL, only the 'libvirt' or 'direct' method is supported.\n"
|
||||
"In particular, \"libguestfs live\" is not supported.");
|
||||
return -1;
|
||||
|
||||
#if 0
|
||||
int r, daemon_sock = -1;
|
||||
struct sockaddr_un addr;
|
||||
uint32_t size;
|
||||
@@ -106,6 +112,7 @@ launch_unix (guestfs_h *g, void *datav, const char *sockpath)
|
||||
g->conn = NULL;
|
||||
}
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user