installation_de_lxd_sur_une_odroid-xu3
Différences
Ci-dessous, les différences entre deux révisions de la page.
| installation_de_lxd_sur_une_odroid-xu3 [2019/05/09 20:11] – créée simon | installation_de_lxd_sur_une_odroid-xu3 [2026/08/23 13:33] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Installation de LXD sur mon Odroid-XU3 ===== | ||
| - | J' | ||
| - | ===== Installation ===== | ||
| - | <code bash> | ||
| - | $ sudo apt update && sudo apt upgrade | ||
| - | |||
| - | $ sudo apt install lxd lxd-client lxd-tools zfsutils-linux bridge-utils | ||
| - | (...) | ||
| - | To go through the initial LXD configuration, | ||
| - | </ | ||
| - | |||
| - | ===== Initialisation ===== | ||
| - | <code bash> | ||
| - | $ 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]: | ||
| - | 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 LXD to be available over the network? (yes/no) [default=no]: | ||
| - | Would you like stale cached images to be updated automatically? | ||
| - | Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]: | ||
| - | config: {} | ||
| - | networks: | ||
| - | - config: | ||
| - | ipv4.address: | ||
| - | ipv6.address: | ||
| - | description: | ||
| - | managed: false | ||
| - | name: lxdbr0 | ||
| - | type: "" | ||
| - | storage_pools: | ||
| - | - config: {} | ||
| - | description: | ||
| - | name: default | ||
| - | driver: dir | ||
| - | profiles: | ||
| - | - config: {} | ||
| - | description: | ||
| - | devices: | ||
| - | eth0: | ||
| - | name: eth0 | ||
| - | nictype: bridged | ||
| - | parent: lxdbr0 | ||
| - | type: nic | ||
| - | root: | ||
| - | path: / | ||
| - | pool: default | ||
| - | type: disk | ||
| - | name: default | ||
| - | cluster: null | ||
| - | |||
| - | Error: Failed to create network ' | ||
| - | </ | ||
| - | |||
| - | Ça plante... Je n'ai pas encore trouvé pourquoi. | ||
installation_de_lxd_sur_une_odroid-xu3.1557432689.txt.gz · Dernière modification : (modification externe)
