james-page-lxd

James Page Lxd

Channel Revision Published Runs on
latest/stable 11 19 Mar 2021
Ubuntu 16.10 Ubuntu 16.04
juju deploy james-page-lxd
Show information

Platform:

Ubuntu
16.10 16.04

Learn about configurations >

  • block-devices | string

    A space-separated list of devices to use to back the LXD storage. Items in this list should be valid block device paths. Entries that are not found will be ignored. . Currently, only the the first block device in the list will be considered.

  • enable-ext4-userns | boolean

    Enable use of EXT4 in LXD containers for block storage support.

  • 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, zfs, or lvm

  • use-source | boolean

    Use LXD source from github.