mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
f18771d41c
To keep feature parity, we need to be able to format the PR manager alias when using blockdev. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"node-name": "node-a-fo",
|
|
"read-only": false,
|
|
"driver": "raw",
|
|
"file": "node-a-st"
|
|
}
|
|
{
|
|
"driver": "host_device",
|
|
"filename": "/dev/blah",
|
|
"pr-manager": "node-a-st-pr-alias",
|
|
"node-name": "node-a-st",
|
|
"read-only": false,
|
|
"discard": "unmap"
|
|
}
|