Re: [PATCH v2 7/8] tests/9pfs: add local Tlink test

2020-10-22 Thread Christian Schoenebeck
On Donnerstag, 22. Oktober 2020 11:07:49 CEST Greg Kurz wrote: > > Ok, I found the problem on the mentioned box that failed to create hard > > links with 9p: it is libvirt auto generating AppArmor policy rules for 9p > > export pathes, which libvirt generates with "rw" AA (AppArmor) > > permissions

Re: [PATCH v2 7/8] tests/9pfs: add local Tlink test

2020-10-22 Thread Greg Kurz
On Wed, 21 Oct 2020 20:20:08 +0200 Christian Schoenebeck wrote: > On Mittwoch, 21. Oktober 2020 14:51:09 CEST Christian Schoenebeck wrote: > > This test case uses a Tlink request to create a hard link to a regular > > file using the 9pfs 'local' fs driver. > > > > Signed-off-by: Christian Schoen

Re: [PATCH v2 7/8] tests/9pfs: add local Tlink test

2020-10-22 Thread Greg Kurz
On Wed, 21 Oct 2020 14:51:09 +0200 Christian Schoenebeck wrote: > This test case uses a Tlink request to create a hard link to a regular > file using the 9pfs 'local' fs driver. > > Signed-off-by: Christian Schoenebeck > --- Reviewed-by: Greg Kurz > tests/qtest/virtio-9p-test.c | 71 +++

Re: [PATCH v2 7/8] tests/9pfs: add local Tlink test

2020-10-21 Thread Christian Schoenebeck
On Mittwoch, 21. Oktober 2020 14:51:09 CEST Christian Schoenebeck wrote: > This test case uses a Tlink request to create a hard link to a regular > file using the 9pfs 'local' fs driver. > > Signed-off-by: Christian Schoenebeck > --- > tests/qtest/virtio-9p-test.c | 71 ++

[PATCH v2 7/8] tests/9pfs: add local Tlink test

2020-10-21 Thread Christian Schoenebeck
This test case uses a Tlink request to create a hard link to a regular file using the 9pfs 'local' fs driver. Signed-off-by: Christian Schoenebeck --- tests/qtest/virtio-9p-test.c | 71 1 file changed, 71 insertions(+) diff --git a/tests/qtest/virtio-9p-test