Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSourceProxy ¶
Source proxy exposes a unix socket server and pipes to an outbound TCP connection.
func NewTargetProxy ¶
func NewTargetProxy(tcpBindAddress string, tcpBindPort int, libvirtdSocketPath string) *migrationProxy
Target proxy listens on a tcp socket and pipes to a libvirtd unix socket
func SourceUnixFile ¶
Types ¶
type ProxyManager ¶
type ProxyManager interface {
StartTargetListener(key string, targetUnixFile string) error
GetTargetListenerPort(key string) int
StopTargetListener(key string)
StartSourceListener(key string, targetAddress string) error
GetSourceListenerFile(key string) string
StopSourceListener(key string)
}
func NewMigrationProxyManager ¶
func NewMigrationProxyManager(virtShareDir string) ProxyManager
Click to show internal directories.
Click to hide internal directories.