change fs_clone split_concurrent_size
Function
The change fs_clone split_concurrent_size command is used to set the size of concurrent clone split tasks.
Format
change fs_clone split_concurrent_size size=? controller=?
Parameters
Parameter |
Description |
Value |
---|---|---|
size=? |
Size of concurrent clone split tasks (unit: byte). |
The value is an integer from 0 to 9223372036854775807. |
controller=? |
Controller ID. |
The value is in the format of "XA", "XB", "XC" or "XD", where "X" is an integer from 0 to 3. For example, "0A" and "1C". |
Views
Developer view
Usage Guidelines
None
Example
Set the number of concurrent clone split tasks on controller 0A to 100M.
developer:/>change fs_clone split_concurrent_size size=104857600 controller=0A
Command executed successfully.
System Response
None