virtiofsd/50-virtiofsd.json
Ján Tomko c70c9b1a9e Add "separate-options" capability
An unoriginally named marker saying that the new style of options
should be used, instead of the "-o option" style used by the old C
version of the daemon.

https://issues.redhat.com/browse/RHEL-7415

Signed-off-by: Ján Tomko <jtomko@redhat.com>
2024-07-04 14:16:56 +02:00

9 lines
172 B
JSON

{
"description": "virtiofsd vhost-user-fs",
"type": "fs",
"binary": "/usr/libexec/virtiofsd",
"features": [
"migrate-precopy",
"separate-options"
]
}