How to Install xnbd-server in Ubuntu 18.04



Install xnbd-server by entering the following commands in the terminal:

sudo apt update
sudo apt install xnbd-server

Description:

Network Block Device server with support for live migration

xNBD is a NBD (Network Block Device) server program, which is fully compatible with the NBD client driver of Linux kernel. It adds extended features to the traditional NBD server: . * Better performance * Support for distributed copy-on-write disks * Live storage migration for virtual machines. . This is the server side of the program

Homepage: https://bitbucket.org/hirofuchi/xnbd/wiki/Home

Version: 0.3.0-2

Section: universe/admin