You can run the run command with an alternative vSphere Bitfusion server list that is a subset of the primary server list of GPU servers maintained by vSphere Bitfusion in the ~/.bitfusion/servers.conf file.
vSphere Bitfusion supports IPv4 addresses only.
Procedure
- ♦ Perform one of the following steps.
- To use a subset file of the primary servers, run
bitfusion run --servers value, -s value
.You must change the value argument with a filepath to a servers.conf file.
- To create a subset list of vSphere Bitfusion servers, run
bitfusion run --server_list value, -l value
.You must change the value argument to a
"ip_address:port;ip_address:port"
format. Enclose the list within quotes, because a semicolon is used as a separator when you list multiple addresses and the command-line interpreter can parse the list as multiple commands.
- To use a subset file of the primary servers, run