When -o xattrmap is used, it will not work unless xattr is enabled.
This patch enables xattr when -o xattrmap is used.
Signed-off-by: Carlos Venegas
---
tools/virtiofsd/passthrough_ll.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd
The option is not documented in help.
Add small help about the option.
Signed-off-by: Carlos Venegas
---
tools/virtiofsd/helper.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c
index 28243b51b2..5e98ed702b 100644
--- a/tools/virtiofsd
Using xattrmap for Kata Containers we found that xattr is should be used
or xattrmap wont work. These patches enable xattr when -o xattrmap is
used. Also, they add help for the xattrmap option on `virtiofsd --help` output.
Carlos Venegas (2):
virtiofsd: Allow use "-o xattrmap" w
Alex, I see this issue is closed but I have a question, do you know if
the problem only comes the balloon is resized to return memory to the
host. I ask because we have a situation where we will start a VM with
balloon enabled, and later it maybe possible a devices is assigned via
hot-plug. So I wo