James Page Ceph Fs

Channel Revision Published Runs on
latest/stable 5 09 Feb 2022
Ubuntu 20.10 Ubuntu 20.04 Ubuntu 19.10 Ubuntu 18.04 Ubuntu 16.04
juju deploy james-page-ceph-fs
Show information

Platform:

Ubuntu
20.10 20.04 19.10 18.04 16.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