Nir Soffer has posted comments on this change.
Change subject: volume: support multi line metadata values ......................................................................
Patch Set 3:
Also, the need for storing multilines in the metadata file is not clear - the description field is meant to hold one line description, not short stories or application meta data.
Storing multiline json data in the metadata file does not sound like a good idea.
If we like to store additional metadata, we probbaly should use custom keys:
For example:
SIZE = 1 FORMAT = COW OVF_DATE = ... OVF_SIZE = ...
And not:
SIZE = 1 FORMAT = COW DESCRIPTION = { "ovf-date": "...", "ovf-size": "..." }