vinfra cluster settings automatic-disk-replacement set

Change automatic storage disk configuration:

usage: vinfra cluster settings automatic-disk-replacement set [--tier0 {on,off}]
                                                              [--tier1 {on,off}]
                                                              [--tier2 {on,off}]
                                                              [--tier3 {on,off}]
--tier0 {on,off}
Enable or disable automatic storage disk configuration for tier 0
--tier1 {on,off}
Enable or disable automatic storage disk configuration for tier 1
--tier2 {on,off}
Enable or disable automatic storage disk configuration for tier 2
--tier3 {on,off}
Enable or disable automatic storage disk configuration for tier 3

Example:

# vinfra cluster settings automatic-disk-replacement set \
--tier0 on --tier1 on --tier2 on --tier3 on
+-------+-------+
| Field | Value |
+-------+-------+
| tier0 | True  |
| tier1 | True  |
| tier2 | True  |
| tier3 | True  |
+-------+-------+

This command enables automatic storage disk configuration for all storage tiers.