Arindam Roy
Arindam Roy
@amshinde Not able to see this issue with a plain qemu (2.9, 2.10 from qemu github) + kernel (2.14, 2.14-rc8), with sharing of tmp folder with lots of symlinks (host...
@sboeuf Yes exactly. I am not using docker. This is plain old Ubuntu host + qemu vm + Ubuntu guest with custom built kernel. The shared folder is copy of...
Is there anyway I can request a bzip2 file with the overlay filesystem which any of you are using? Thanks ahead.
Hi Archana, I unzipped the rootfs, and mounted the folder onto a virtual machine after booting. I chrooted to the mounted folder, and issues ls –l commands on the different...
Hi Archana, Lets have a debug session over skype. But before that, CC is passing 9p related parameter at boot time to the CC kernel. Please add debug=0x888 to that....
Hi Yang, Pulling you in this email thread to keep everybody updated. Using 4.14 as host, 4.14 as guest, qemu 2.9: Using Archana’s instructions created overlay and put the rootfs,...
Thanks for the fix Miguel. That was blazing fast for a kernel fix. From: Miguel Bernal Marin [mailto:[email protected]] Sent: Wednesday, November 29, 2017 9:43 AM To: clearcontainers/runtime Cc: Roy, Arindam...
So is there a plan to stop using 9pfs as rootfs altogether?
Thank you Sebastien for the clarification. As we are seeing a lot of 9p related issues, I was wondering along the lines whether it could be stopped being used as...
As pointed out in https://github.com/01org/cc-oci-runtime/issues/949, this also seems an mmap related issue. Please try out with mount -t 9p -o trans=virtio test_mount /tmp/shared/ -oversion=9p2000.L,cache=fscache Cache=fscache is the main option that...