bcache-cache-set¶
delete¶
Delete bcache cache set on a machine.
maas $PROFILE bcache-cache-set delete [--help] [-d] [-k] system_id id
Positional arguments¶
Argument |
Effect |
|---|---|
system_id |
The system ID of the machine/device (e.g., |
id |
The ID of the resource (e.g., |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
read¶
Read bcache cache set on a machine.
maas $PROFILE bcache-cache-set read [--help] [-d] [-k] system_id id
Positional arguments¶
Argument |
Effect |
|---|---|
system_id |
The system ID of the machine/device (e.g., |
id |
The ID of the resource (e.g., |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
update¶
Update bcache cache set on a machine. Note: specifying both a cache_device and a cache_partition is not allowed.
maas $PROFILE bcache-cache-set update [--help] [-d] [-k] system_id id [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
system_id |
The system ID of the machine/device (e.g., |
id |
The ID of the resource (e.g., |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
Keywords¶
Keyword “cache_device”¶
Optional String. Cache block device to replace current one.
Keyword “cache_partition”¶
Optional String. Cache partition to replace current one.
Note: This command accepts JSON.
bcache-cache-sets create¶
Creates a bcache cache set. Note: specifying both a cache_device and a cache_partition is not allowed.
maas $PROFILE bcache-cache-sets create [--help] [-d] [-k] system_id [data ...]
Positional arguments¶
Argument |
Effect |
|---|---|
system_id |
The system ID of the machine/device (e.g., |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |
Keywords¶
Keyword “cache_device”¶
Optional String. Cache block device.
Keyword “cache_partition”¶
Optional String. Cache partition.
Note: This command accepts JSON.
bcache-cache-sets read¶
List all bcache cache sets belonging to a machine.
maas $PROFILE bcache-cache-sets read [--help] [-d] [-k] system_id
Positional arguments¶
Argument |
Effect |
|---|---|
system_id |
The system ID of the machine/device (e.g., |
Command-line options¶
Option |
Effect |
|---|---|
–help, -h |
Show this help message and exit. |
-d, –debug |
Display more information about API responses. |
-k, –insecure |
Disable SSL certificate check. |