vmm, vhost_user_block: Make parameter names match --disk

Make the --block-backend parameters match the --disk parameters.

Fixes: #898

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-04-30 13:50:21 +01:00
committed by Sebastien Boeuf
parent 2f0bc06bec
commit d5bfa2dfc8
5 changed files with 8 additions and 8 deletions

View File

@@ -398,7 +398,7 @@ mod tests {
.args(&[
"--block-backend",
format!(
"image={},sock={},num_queues={},readonly={},direct={}",
"path={},socket={},num_queues={},readonly={},direct={}",
blk_file_path, vubd_socket_path, num_queues, rdonly, direct
)
.as_str(),