mirror of https://gitee.com/openkylin/libvirt.git
qemu: virtiofs: shorten socket filename
Use just 'fs' instead of 'virtiofsd'. https://bugzilla.redhat.com/show_bug.cgi?id=1816577 Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7055af6c22
commit
223b370aaa
|
@ -56,7 +56,7 @@ qemuVirtioFSCreateSocketFilename(virDomainObjPtr vm,
|
|||
{
|
||||
qemuDomainObjPrivatePtr priv = vm->privateData;
|
||||
|
||||
return virFileBuildPath(priv->libDir, alias, "-virtiofsd.sock");
|
||||
return virFileBuildPath(priv->libDir, alias, "-fs.sock");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue