public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd
@ 2022-10-21 14:09 Salvatore Bonaccorso
  2022-10-23 22:05 ` NeilBrown
  0 siblings, 1 reply; 4+ messages in thread
From: Salvatore Bonaccorso @ 2022-10-21 14:09 UTC (permalink / raw)
  To: NeilBrown, Steve Dickson, linux-nfs

Hi Neil, hi Steve,

In Debian for the update including the systemd/50-nfs.conf there was a
report that sunrpc is not included anymore in the initrd through the
initramfs-tools hooks. 

The report is at https://bugs.debian.org/1022172

As we would not start to diverge again from nfs-utils upstream and
keep in sync with upstream as much as possible I would like to retain
whatever is from nfs-utils upstream downstream as well.

Marco d'Intri suggested there three possible solutions, of which one
could be done in nfs-utils (whereas the other two are either in kmod
upstream or initramfs-tools upstream). The nfs-utils one would be to
replace the modprobe configuration with a set of udev rules instead.

What do you think?

Regards,
Salvatore

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd
  2022-10-21 14:09 systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd Salvatore Bonaccorso
@ 2022-10-23 22:05 ` NeilBrown
  2022-11-14 16:45   ` Salvatore Bonaccorso
  2022-11-25 13:11   ` Salvatore Bonaccorso
  0 siblings, 2 replies; 4+ messages in thread
From: NeilBrown @ 2022-10-23 22:05 UTC (permalink / raw)
  To: Salvatore Bonaccorso; +Cc: Steve Dickson, linux-nfs

On Sat, 22 Oct 2022, Salvatore Bonaccorso wrote:
> Hi Neil, hi Steve,
> 
> In Debian for the update including the systemd/50-nfs.conf there was a
> report that sunrpc is not included anymore in the initrd through the
> initramfs-tools hooks. 
> 
> The report is at https://bugs.debian.org/1022172
> 
> As we would not start to diverge again from nfs-utils upstream and
> keep in sync with upstream as much as possible I would like to retain
> whatever is from nfs-utils upstream downstream as well.
> 
> Marco d'Intri suggested there three possible solutions, of which one
> could be done in nfs-utils (whereas the other two are either in kmod
> upstream or initramfs-tools upstream). The nfs-utils one would be to
> replace the modprobe configuration with a set of udev rules instead.
> 
> What do you think?

I don't object to nfs-utils being changed to install an appropriate udev
rules file instead of the modprobe.d file.  Would you be willing to
develop, test, and post a patch?

Thanks,
NeilBrown

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd
  2022-10-23 22:05 ` NeilBrown
@ 2022-11-14 16:45   ` Salvatore Bonaccorso
  2022-11-25 13:11   ` Salvatore Bonaccorso
  1 sibling, 0 replies; 4+ messages in thread
From: Salvatore Bonaccorso @ 2022-11-14 16:45 UTC (permalink / raw)
  To: NeilBrown; +Cc: Steve Dickson, linux-nfs

Hi Neil,

On Mon, Oct 24, 2022 at 09:05:57AM +1100, NeilBrown wrote:
> On Sat, 22 Oct 2022, Salvatore Bonaccorso wrote:
> > Hi Neil, hi Steve,
> > 
> > In Debian for the update including the systemd/50-nfs.conf there was a
> > report that sunrpc is not included anymore in the initrd through the
> > initramfs-tools hooks. 
> > 
> > The report is at https://bugs.debian.org/1022172
> > 
> > As we would not start to diverge again from nfs-utils upstream and
> > keep in sync with upstream as much as possible I would like to retain
> > whatever is from nfs-utils upstream downstream as well.
> > 
> > Marco d'Intri suggested there three possible solutions, of which one
> > could be done in nfs-utils (whereas the other two are either in kmod
> > upstream or initramfs-tools upstream). The nfs-utils one would be to
> > replace the modprobe configuration with a set of udev rules instead.
> > 
> > What do you think?
> 
> I don't object to nfs-utils being changed to install an appropriate udev
> rules file instead of the modprobe.d file.  Would you be willing to
> develop, test, and post a patch?

Thank you for this positive answer! Yes, I have asked affected persons
if they can help contribute to this and submit it upstream.

The specfic bug in Debian for nfs-utils in Debian is now
https://bugs.debian.org/1024082

Regards,
Salvatore

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd
  2022-10-23 22:05 ` NeilBrown
  2022-11-14 16:45   ` Salvatore Bonaccorso
@ 2022-11-25 13:11   ` Salvatore Bonaccorso
  1 sibling, 0 replies; 4+ messages in thread
From: Salvatore Bonaccorso @ 2022-11-25 13:11 UTC (permalink / raw)
  To: NeilBrown; +Cc: Steve Dickson, linux-nfs

Hi Neil,

On Mon, Oct 24, 2022 at 09:05:57AM +1100, NeilBrown wrote:
> On Sat, 22 Oct 2022, Salvatore Bonaccorso wrote:
> > Hi Neil, hi Steve,
> > 
> > In Debian for the update including the systemd/50-nfs.conf there was a
> > report that sunrpc is not included anymore in the initrd through the
> > initramfs-tools hooks. 
> > 
> > The report is at https://bugs.debian.org/1022172
> > 
> > As we would not start to diverge again from nfs-utils upstream and
> > keep in sync with upstream as much as possible I would like to retain
> > whatever is from nfs-utils upstream downstream as well.
> > 
> > Marco d'Intri suggested there three possible solutions, of which one
> > could be done in nfs-utils (whereas the other two are either in kmod
> > upstream or initramfs-tools upstream). The nfs-utils one would be to
> > replace the modprobe configuration with a set of udev rules instead.
> > 
> > What do you think?
> 
> I don't object to nfs-utils being changed to install an appropriate udev
> rules file instead of the modprobe.d file.  Would you be willing to
> develop, test, and post a patch?

I finally managed to work on it, and have posted the series at
https://lore.kernel.org/linux-nfs/20221125130725.1977606-1-carnil@debian.org/T/

Regards,
Salvatore

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-25 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 14:09 systemd/50-nfs.conf and interoperability issue with intramfs-tools not including sunrpc into initrd Salvatore Bonaccorso
2022-10-23 22:05 ` NeilBrown
2022-11-14 16:45   ` Salvatore Bonaccorso
2022-11-25 13:11   ` Salvatore Bonaccorso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox