Bjornt Lxd

  • By Bjorn Tillenius
  • Cloud
Channel Revision Published Runs on
latest/stable 0 18 Mar 2021
Ubuntu 14.04
latest/edge 0 18 Mar 2021
Ubuntu 14.04
juju deploy bjornt-lxd
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • block-device | string

    Device to be used to back LXD storage. May be an valid block device or a path and size to a local file (/path/to/file.img|$sizeG), which will be created and used as a loopback device (for testing only). . This will be use to store lxd containers.

  • ephemeral-unmount | string

    Cloud instances provide ephemeral storage which is normally mounted on /mnt. . Providing this option will force an unmount of the ephemeral device so that it can be used for LXD container storage. This is useful for testing purposes (cloud deployment is not a typical use case).

  • overwrite | boolean

    If enabled, the charm will attempt to overwrite block devices containing previous filesystems or LVM, assuming it is not in use.

  • source | string

    Repository from which to install LXD. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported release pocket

  • storage-type | string

    Default: btrfs

    LXD container storage type: btrfs or lvm

  • use-source | boolean

    Use LXD source from github.