Xfactor973 Ceph Fs

  • By Chris Holcombe
  • Cloud
Channel Revision Published Runs on
latest/stable 2 19 Mar 2021
Ubuntu 16.04
latest/edge 2 19 Mar 2021
Ubuntu 16.04
juju deploy xfactor973-ceph-fs
Show information

Platform:

Ubuntu
16.04

Learn about actions >

  • 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 boolean

      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

  • 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 boolean

      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

  • 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