LPI
305-300 · Question #20
Which file format is used by libvirt to store configuration data?
The correct answer is C. XML files. Libvirt uses XML files to store configuration data for objects in the libvirt API, such as domains, networks, storage, etc. This allows for ease of extension in future releases and validation of documents prior to usage. Libvirt does not use any of the other file formats listed…
Virtualization
Question
Which file format is used by libvirt to store configuration data?
Options
- AINI-style text files
- BSQLite databases
- CXML files
- DJava-like properties files
- EText files containing key/value pairs
How the community answered
(30 responses)- B3% (1)
- C80% (24)
- D10% (3)
- E7% (2)
Explanation
Libvirt uses XML files to store configuration data for objects in the libvirt API, such as domains, networks, storage, etc. This allows for ease of extension in future releases and validation of documents prior to usage. Libvirt does not use any of the other file formats listed in the question.
Topics
#libvirt configuration#XML format#domain definition
Community Discussion
No community discussion yet for this question.