Gluster

Channel Revision Published Runs on
latest/stable 0 11 Nov 2020
Ubuntu 14.04
latest/candidate 6 11 Nov 2020
Ubuntu 16.04 Ubuntu 14.04
latest/beta 4 11 Nov 2020
Ubuntu 16.04 Ubuntu 14.04
latest/edge 5 11 Nov 2020
Ubuntu 16.04 Ubuntu 14.04
juju deploy gluster
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • cluster_type | string

    Default: Replicate

    The type of volume to setup. Replicate is sufficient for most use cases. Other options include: Distribute, Stripe, StripedAndReplicate, Disperse, DistributedAndStripe, DistributedAndReplicate, DistributedAndStripedAndReplicate, DistributedAndDisperse.

  • filesystem_type |

    Default: xfs

    The filesystem type to use for each one of the bricks. Can be either xfs, btrfs, or ext4

  • replication_level | int

    Default: 2

    This sets how many replicas of the data should be stored in the cluster. Generally 2 or 3 will be fine for almost all use cases. Greater than 3 could be useful for read heavy uses cases.

  • volume_name | string

    Default: test

    The name of the Gluster volume to create. This will also serve as the name of the mount point. Example: mount -t glusterfs server1:/test