qemuBlockStorageSourceGetFormatProps: Use new frontend name accessor
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ef0e0c61b2
commit
11567c1e50
@ -1418,7 +1418,7 @@ qemuBlockStorageSourceGetFormatProps(virStorageSource *src,
|
|||||||
src->format >= VIR_STORAGE_FILE_BACKING) {
|
src->format >= VIR_STORAGE_FILE_BACKING) {
|
||||||
if (virStorageSourceIsBacking(backingStore)) {
|
if (virStorageSourceIsBacking(backingStore)) {
|
||||||
backingFormatterStr = "s:backing";
|
backingFormatterStr = "s:backing";
|
||||||
backingNodename = backingStore->nodeformat;
|
backingNodename = qemuBlockStorageSourceGetEffectiveNodename(backingStore);
|
||||||
} else {
|
} else {
|
||||||
/* chain is terminated, indicate that no detection should happen in qemu */
|
/* chain is terminated, indicate that no detection should happen in qemu */
|
||||||
backingFormatterStr = "n:backing";
|
backingFormatterStr = "n:backing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user