Ceph Fs
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 78 | 29 Jul 2024 | |
latest/edge | 76 | 29 Jul 2024 | |
latest/edge | 77 | 29 Jul 2024 | |
latest/edge | 75 | 29 Jul 2024 | |
latest/edge | 68 | 04 Jun 2024 | |
latest/edge | 63 | 08 May 2024 | |
latest/edge | 56 | 21 Mar 2023 | |
quincy/stable | 79 | 30 Jul 2024 | |
quincy/stable | 60 | 30 Aug 2023 | |
squid/candidate | 78 | 29 Jul 2024 | |
squid/candidate | 76 | 29 Jul 2024 | |
squid/candidate | 77 | 29 Jul 2024 | |
squid/candidate | 75 | 29 Jul 2024 | |
squid/candidate | 68 | 04 Jun 2024 | |
squid/candidate | 63 | 08 May 2024 | |
reef/stable | 80 | 13 Aug 2024 | |
reef/stable | 62 | 26 Jun 2024 | |
reef/candidate | 80 | 09 Aug 2024 | |
reef/candidate | 62 | 29 Apr 2024 | |
pacific/stable | 47 | 05 Aug 2022 | |
octopus/stable | 45 | 23 Jan 2023 | |
nautilus/edge | 36 | 04 Mar 2022 | |
nautilus/edge | 46 | 25 Feb 2022 | |
mimic/edge | 36 | 04 Mar 2022 | |
mimic/edge | 46 | 25 Feb 2022 | |
luminous/edge | 36 | 04 Mar 2022 | |
luminous/edge | 43 | 24 Feb 2022 |
juju deploy ceph-fs --channel quincy/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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