Ceph Nfs

  • By OpenStack Charmers
Channel Revision Published Runs on
latest/beta 1 12 May 2022
Ubuntu 22.04 Ubuntu 20.04
latest/edge 11 06 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
quincy/stable 8 14 Sep 2023
Ubuntu 22.04 Ubuntu 20.04
squid/candidate 11 22 Apr 2024
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/stable 11 01 Dec 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/candidate 11 06 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy ceph-nfs --channel quincy/stable
Show information

Platform:

Ubuntu
22.04 20.04

Learn about actions >

  • create-share

    Create a new CephFS Backed NFS export

    Params
    • allowed-ips string

      Comma separated list of IP Addresses to grant Read/Write access to. The default allows read/write access to any address that cana access this application.

    • name string

      Name of the share that will be exported.

    • size integer

      Size in gigabytes of the share. When unset, the share will not be restricted in size.

  • delete-share

    Delete a CephFS Backed NFS export. Note that this does not delete the backing CephFS share.

    Params
    • name string

      Name of the share that will be deleted. If this share doesn't exist then this action will have no effect.

    • purge boolean

      Delete the backing CephFS share as well.

  • grant-access

    Grant the specified client access to a share.

    Params
    • client string

      IP address or network to change access for

    • name string

      Name of the share

  • list-shares

    List all shares that this application is managing

  • resize-share

    Resize a specified share.

    Params
    • name string

      Name of the share

    • size integer

      What size (GB) should the share be

  • revoke-access

    Revoke the specified client's access to a share.

    Params
    • client string

      IP address or network to change access for

    • name string

      Name of the share