edit_storage_ceiling

ストレージ・プールのストレージ上限を設定します。

書式

標準モード

emcli edit_storage_ceiling
       -storage_name="<storage name>"
       -pool_name="<pool name>"
       -storage_ceiling="<storage ceiling in GB>"

インタラクティブまたはスクリプト・モード

edit_storage_ceiling(
        storage_name="<storage name>" 
        ,pool_name="<pool name>"
        ,storage_ceiling="<storage ceiling in GB>"
        )

[ ]  indicates that the parameter is optional. 

オプション

  • storage_name

    ストレージの名前。

  • pool_name

    ストレージ・プールの名前。

  • storage_ceiling

    ストレージ・プールに対して設定するストレージ上限。

終了コード

正常終了した場合は0。0以外の値は、verb処理が正常終了しなかったことを示します。

次の例では、ストレージ・プールsunzfs1に対してストレージ上限を設定します。

edit_storage_ceiling
                -storage_name="sunzfs1"
                -pool_name="pool-01"
                -storage_ceiling="100"