#author("2021-09-29T23:24:04+09:00","","")
#navi2(Raspberry Pi/Raspberry Pi OS Lite,toc,prev,next)
----
#contents
----
* LXD インストール [#lb62edea]
 snap install lxd

* 初期設定 [#t2523149]
 sudo 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]: yes
 Path to the existing block device: /dev/mmcblk0p3
 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]: yes
 config: {}
 networks:
 - config:
     ipv4.address: auto
     ipv6.address: auto
   description: ""
   name: lxdbr0
   type: ""
   project: default
 storage_pools:
 - config:
     source: /dev/mmcblk0p3
   description: ""
   name: default
   driver: btrfs
 profiles:
 - config: {}
   description: ""
   devices:
     eth0:
       name: eth0
       network: lxdbr0
       type: nic
     root:
       path: /
       pool: default
       type: disk
   name: default
 projects: []
 cluster: null


----
#navi2(Raspberry Pi/Raspberry Pi OS Lite,toc,prev,next)

トップ   差分 バックアップ リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS