mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 05:55:19 +00:00
f64e658df0
Add the capabilities from the latest virtiofsd main branch and adjust the order in the priority test accordingly. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
11 lines
87 B
Bash
Executable File
11 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
{
|
|
"type": "fs",
|
|
"features": [
|
|
"migrate-precopy"
|
|
]
|
|
}
|
|
EOF
|