Re: [PATCH] docs/formatstorageencryption.html.in: support qcow2 format in luks encryption volume

2020-12-23 Thread Han Han
The patch summary could be more short: docs: support qcow2 format in luks encryption volume On Thu, Dec 24, 2020 at 2:43 PM Meina Li wrote: > Signed-off-by: Meina Li > --- > docs/formatstorageencryption.html.in | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/docs/fo

[PATCH] docs/formatstorageencryption.html.in: support qcow2 format in luks encryption volume

2020-12-23 Thread Meina Li
Signed-off-by: Meina Li --- docs/formatstorageencryption.html.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in index ea80a87cfb..7215c307d7 100644 --- a/docs/formatstorageencryption.html.in +++ b

Re: RFC PATCH: Issue 90 (Test Clarification)

2020-12-23 Thread Ryan Gahagan
On Wed, Dec 23, 2020 at 11:45 AM Peter Krempa wrote: > For this test, > you'll be better off adding a hack to fill in the uid/gid values (e.g. > by checking that they start with a + to be safe. Our interpretation of what you mean here is to add a check in our parse method (specifically in virDo

Re: RFC PATCH: Issue 90 (Test Clarification)

2020-12-23 Thread Peter Krempa
On Mon, Dec 21, 2020 at 17:10:35 -0600, Ryan Gahagan wrote: > We were able to get the testing environment running after some > trial-and-error. The issue was that the version of libtirpc was out of > date, causing an error in meson.build when the XDR dependency was being > read. By updating the lib