[PATCH] nfs-root test is failing

  • Done
  • quality assurance status badge
Details
3 participants
  • Maxim Cournoyer
  • Mathieu Othacehe
  • Stefan
Owner
unassigned
Submitted by
Stefan
Severity
normal
Merged with
Blocked by

Debbugs page

Stefan wrote 4 years ago
Re: nfs-root-fs test is failing
(name . Mathieu Othacehe)(address . othacehe@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . bug-guix@gnu.org)
D9D2794C-0786-4AC8-B310-12E3C4096666@vodafonemail.de
Hi Mathieu!

Toggle quote (4 lines)
> I think I'll remove the "nfs-root-fs" test for now.

> Any objections?

I’d like to ask you to apply my patch. It paves the way for using nfs-shares inside virtual machines, which is not possible today. This is certainly a good impovement.

The patch also fixes the nfs-root test. It would certainly work, if networking in qemu during the bootup works and if the two virtual machines are able to communicate via IP to each other.

It woud be sufficient to comment out the nfs-root test or even only the client part of it. But please don’t throw it away!

If either the kernel or the initrd will be changed to support networking in qemu, then this test needs possibly only small adjustments to start working. For the networking part at bootup it is enough to add CONFIG_E1000 when building linux-libre. Is that an acceptable change? If so then I could give it another try.


Bye

Stefan
Mathieu Othacehe wrote 4 years ago
(name . Stefan)(address . stefan-guix@vodafonemail.de)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . bug-guix@gnu.org)
87v98atgpw.fsf@gnu.org
Hello Stefan,

Toggle quote (4 lines)
> I’d like to ask you to apply my patch. It paves the way for using
> nfs-shares inside virtual machines, which is not possible today. This
> is certainly a good impovement.

OK, I'll first need to dive into this NFS subject that I'm not familiar
with. In the meantime, let's not block the release with that test
failure which doesn't look like a regression.

Unblocking the 1.3.0 release ticket.

Thanks,

Mathieu
Stefan wrote 4 years ago
(name . Mathieu Othacehe)(address . othacehe@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . bug-guix@gnu.org)
2371C9D8-F0DD-40DC-8C1B-45F17122E8AB@vodafonemail.de
Hi Mathieu and Danny!

I got the nfs-root test working now with the attached patch.

It makes use of the (modify-linux) function from my other patch series¹, as the current kernel for x86 is not capable to use an NFS root file system.



Bye

Stefan


Maxim Cournoyer wrote 4 years ago
control message for bug #47744
(address . control@debbugs.gnu.org)
87sfzk382n.fsf@gmail.com
merge 47744 47956
quit
Stefan wrote 3 years ago
Adding patch tags
(address . control@debbugs.gnu.org)(name . Ludovic Courtès)(address . ludo@gnu.org)
BD1F8187-4952-4B75-A76E-F06C79A4BCF6@vodafonemail.de
tags 47744 + patch
tags 48314 + patch
block 47744 by 48314
retitle 48314 [PATCH] Install guix system on Raspberry Pi
retitle 47744 [PATCH] nfs-root test is failing
quit

Hi Ludovic!

Just for your information: The nfs-root test is kind of fixed, it was once blocking some other issue that you linked.


Bye

Stefan
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47956@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47956
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help