Ceph Fs

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/edge 61 06 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
quincy/stable 60 30 Aug 2023
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
reef/stable 61 01 Dec 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
reef/candidate 61 06 Nov 2023
Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.04 Ubuntu 20.04
pacific/stable 47 05 Aug 2022
Ubuntu 20.04
octopus/stable 45 23 Jan 2023
Ubuntu 20.04 Ubuntu 18.04
nautilus/edge 46 25 Feb 2022
Ubuntu 18.04
mimic/edge 46 25 Feb 2022
Ubuntu 18.04
luminous/edge 43 24 Feb 2022
Ubuntu 18.04 Ubuntu 16.04
juju deploy ceph-fs --channel quincy/stable
Show information

Platform:

Ubuntu
23.04 22.10 22.04 20.04
  • get-quota

    View quota settings on a directory

    Params
    • directory string

      The directory to query for quota information.

    • max-bytes integer

      The maximum number of bytes that are allowed to be written. Use either this or max-files but not both. The action tries max-files first and then falls back on max-bytes if both are set

    • max-files integer

      The limit of how many files can be written. Use either this or max-bytes but not both. The action tries max-files first and then falls back on max-bytes if both are set

    Required

    directory

  • pause

    Pause services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must first be paused as well. Not doing so may lead to an interruption of service.

  • remove-quota

    Remove a quota on a directory

    Params
    • directory string

      The directory to remove the quota from.

    • max-bytes integer

      The maximum number of bytes that are allowed to be written. Use either this or max-files but not both. The action tries max-files first and then falls back on max-bytes if both are set

    • max-files integer

      The limit of how many files can be written. Use either this or max-bytes but not both. The action tries max-files first and then falls back on max-bytes if both are set

    Required

    directory

  • restart-services

    Restart services. Restart the services the charm manages.

  • resume

    Resume services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must be resumed as well.

  • set-quota

    Create a new quota

    Params
    • directory string

      The directory to apply this quota to.

    • max-bytes integer

      The maximum number of bytes that are allowed to be written. Use either this or max-files but not both. The action tries max-files first and then falls back on max-bytes if both are set

    • max-files integer

      The limit of how many files can be written. Use either this or max-bytes but not both. The action tries max-files first and then falls back on max-bytes if both are set

    Required

    directory