mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Utilize virDomainDiskAuth for domain disk
Replace the inline "auth" struct in virStorageSource with a pointer to a virStorageAuthDefPtr and utilize between the domain_conf, qemu_conf, and qemu_command sources for finding the auth data for a domain disk
This commit is contained in:
@@ -27,7 +27,6 @@ static int blankProblemElements(char *data)
|
||||
virtTestClearLineRegex("<uuid>([[:alnum:]]|-)+</uuid>", data) < 0 ||
|
||||
virtTestClearLineRegex("<memory.*>[[:digit:]]+</memory>", data) < 0 ||
|
||||
virtTestClearLineRegex("<secret.*>", data) < 0 ||
|
||||
virtTestClearLineRegex("</auth.*>", data) < 0 ||
|
||||
virtTestClearLineRegex("<currentMemory.*>[[:digit:]]+</currentMemory>",
|
||||
data) < 0 ||
|
||||
virtTestClearLineRegex("<readonly/>", data) < 0 ||
|
||||
|
||||
Reference in New Issue
Block a user