mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
virsh: Display vhostuser socket path in domblklist
The domblklist command is designed to show a brief information about the blocks of a domain. One piece of information that is shows is "Target "and "Source". Before the modification, the Vhost disk of SPDK is displayed as "-". After the modification, the socket associated with it can be displayed. Signed-off-by: dinglimin <dinglimin@cmss.chinamobile.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5a3c35dc83
commit
6e89972541
@ -644,7 +644,8 @@ cmdDomblklist(vshControl *ctl, const vshCmd *cmd)
|
|||||||
"|./source/@dev"
|
"|./source/@dev"
|
||||||
"|./source/@dir"
|
"|./source/@dir"
|
||||||
"|./source/@name"
|
"|./source/@name"
|
||||||
"|./source/@volume)", ctxt);
|
"|./source/@volume"
|
||||||
|
"|./source/@path)", ctxt);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (details) {
|
if (details) {
|
||||||
|
Loading…
Reference in New Issue
Block a user