69.63. share quota set
プロジェクト、プロジェクト/ユーザー、プロジェクト/共有タイプ、またはクラスのクォータを設定します。
使用方法
openstack share quota set [-h]
[--class | --user <user> | --share-type <share-type>]
[--shares <shares>] [--snapshots <snapshots>]
[--gigabytes <gigabytes>]
[--snapshot-gigabytes <snapshot-gigabytes>]
[--share-networks <share-networks>]
[--share-groups <share-groups>]
[--share-group-snapshots <share-group-snapshots>]
[--share-replicas <share-replicas>]
[--replica-gigabytes <replica-gigabytes>]
[--per-share-gigabytes <per-share-gigabytes>]
[--force]
<project/class>
| 値 | 概要 |
|---|---|
| <project/class> | プロジェクト (名前/ID) またはクラス (例: default)。 |
| 値 | 概要 |
|---|---|
| -h、--help | help メッセージを表示して終了します |
| --class | すべてのプロジェクトでクラスクォータを更新します。--user および --share-type とは相互に排他的です。 |
| --user <user> | クォータを設定するユーザーの名前または ID。--share-type および --class とは相互に排他的です。 |
| --share-type <share-type> | クォータを設定する共有タイプの名前または ID。--user および --class とは相互に排他的です。マイクロバージョン >= 2.39 でのみ利用可能です |
| --shares <shares> | "shares" クォータの新しい値。 |
| --snapshots <snapshots> | "snapshots" クォータの新しい値。 |
| --gigabytes <gigabytes> | "gigabytes" クォータの新しい値。 |
| --snapshot-gigabytes <snapshot-gigabytes> | "snapshot-gigabytes" クォータの新しい値。 |
| --share-networks <share-networks> | "share-networks" クォータの新しい値。 |
| --share-groups <share-groups> | "share-groups" クォータの新しい値。マイクロバージョン 2.40 以降でのみ使用可能です。 |
| --share-group-snapshots <share-group-snapshots> | "share-group-snapshots" クォータの新しい値。マイクロバージョン 2.40 以降でのみ利用可能です。 |
| --share-replicas <share-replicas> | 共有レプリカの数。マイクロバージョン >= 2.53 でのみ利用可能です |
| --replica-gigabytes <replica-gigabytes> | 合計での共有レプリカの容量。マイクロバージョン >= 2.53 でのみ利用可能です |
| --per-share-gigabytes <per-share-gigabytes> | per-share-gigabytes クォータの新しい値。マイクロバージョン 2.62 以降でのみ使用可能です。 |
| --force | クォータを強制的に更新します。クラスの更新には適用されません。 |