mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
bin: vhost_user_blk: Rename "--backend" to "--block-backend"
This will prevent it from conflicting when it is aggregated into the cloud-hypervisor binary. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -1822,7 +1822,7 @@ mod tests {
|
||||
// Start the daemon
|
||||
let child = Command::new("target/release/vhost_user_blk")
|
||||
.args(&[
|
||||
"--backend",
|
||||
"--block-backend",
|
||||
format!(
|
||||
"image={},sock={},readonly={},direct={}",
|
||||
blk_file_path, vubd_socket_path, rdonly, direct
|
||||
|
||||
Reference in New Issue
Block a user