diff --git a/vmm/src/config.rs b/vmm/src/config.rs index 17c99647f..6193c73eb 100644 --- a/vmm/src/config.rs +++ b/vmm/src/config.rs @@ -1061,6 +1061,7 @@ fn default_vublkconfig_wce() -> bool { impl VhostUserBlkConfig { pub fn parse(vhost_user_blk: &str) -> Result { + error!("Using deprecated --vhost-user-blk syntax. Use --disk with vhost_user=true,socket="); // Split the parameters based on the comma delimiter let params_list: Vec<&str> = vhost_user_blk.split(',').collect();