ピナクルのくるくるパソコン術

みんなが使えるパソコン術を提供します。

【Ubuntu】【Lxd】Lxdの初期設定


Lxdの初期化設定方法を記載します。

* ①Lxd のインストール

  1. Lxdをインストールする
    sudo snap install lxd
    sudo apt install lxd-client

* ②Lxdの初期化

  1. Lxd initの実行
    ubuntu@ubuntu:~$ lxd init
    Would you like to use LXD clustering? (yes/no) [default=no]:
    Do you want to configure a new storage pool? (yes/no) [default=yes]:
    Name of the new storage pool [default=default]:
    Name of the storage backend to use (btrfs, dir, lvm, ceph) [default=btrfs]:
    Create a new BTRFS pool? (yes/no) [default=yes]:
    Would you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) [default=no]:
    Size in GB of the new loop device (1GB minimum) [default=5GB]:
    Would you like to connect to a MAAS server? (yes/no) [default=no]:
    Would you like to create a new local network bridge? (yes/no) [default=yes]:
    What should the new bridge be called? [default=lxdbr0]:
    What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
    What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
    Would you like the LXD server to be available over the network? (yes/no) [default=no]:
    Would you like stale cached images to be updated automatically? (yes/no) [default=yes]:
    Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:
    

    特にこだわりがなければdefaultでOKです。