mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
11 lines
87 B
Plaintext
11 lines
87 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
{
|
||
|
"type": "fs",
|
||
|
"features": [
|
||
|
"migrate-precopy"
|
||
|
]
|
||
|
}
|
||
|
EOF
|