Documentation
¶
Overview ¶
Package node provides the node RPC service to facilitate live migrations.
Index ¶
Constants ¶
View Source
const ( ImagePathKey = "image_path" ImageIDKey = "image_id" ImageServerHostKey = "image_server_host" ImageServerPortKey = "image_server_port" PageServerHostKey = "page_server_host" PageServerPortKey = "page_server_port" CriuBin = "/bin/criu" )
Variables ¶
View Source
var ErrLiveMigrationNotSupported = errors.New("live migration is not supported on this node")
Functions ¶
func GenCert ¶
func GenCert(caCert *x509.Certificate, caKey ed25519.PrivateKey, ipAddresses ...net.IP) (tls.Certificate, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.