initramfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Steiner <fsteiner-mail1-G0GEQqhI7DhYiKXMg8wJIg@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: swap device reference causes problem with initramfs for diskless clients
Date: Fri, 10 Jul 2015 17:01:12 +0200	[thread overview]
Message-ID: <559FDE38.2080808@bio.ifi.lmu.de> (raw)

Hi,

when trying to create a initramfs for a diskless client with dracut like

dracut -f initrd.diskless --kver=blabla--add nfs --add disklessmount 
  --kernel-cmdline "ip=eth0:dhcp root=nfs:<some ip>:/"

dracut will include a lot of references to the swap device of the host
where we execute this command. The /lib/dracut/hooks/initqueue/finished/devexists-<uuid>
will cause the diskless client to hang waiting for this device to show up.

The hard encoded swap device makes it impossible to create a initrd for
a host other than the one it is created on. The only workaround is to
comment out the line for the swap device in /etc/fstab, create the
initramfs and uncomment the line again. Not a good solution, though, as
we usually create the initrds automatically in %post sections of kernel rpms
and I don't want a script to mess around with the fstab.

As was proposed in http://thread.gmane.org/gmane.linux.kernel.initramfs/4111/focus=4112
there really should be a way to tweak the swap handling or at least to
disable it completely. I don't understand why I need a running swap
in the initramfs anyway, but if you see any interesting cases for this, 
please let me choose if I want it or not by default! For all our hosts
it would be ok if swap was only activated after chroot to /sysroot, and
all the "I cannot boot after I deleted/changed my swap space" posts you
find googling seem to indicate that many people could benefit from an 
easy way to disable swap in dracut.

cu,
Frank

-- 
Dipl.-Inform. Frank Steiner   Web:  http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik    Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17           Phone: +49 89 2180-4049
80333 Muenchen, Germany       Fax:   +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *

             reply	other threads:[~2015-07-10 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 15:01 Frank Steiner [this message]
     [not found] ` <559FDE38.2080808-G0GEQqhI7DhYiKXMg8wJIg@public.gmane.org>
2015-07-15  8:05   ` swap device reference causes problem with initramfs for diskless clients Frank Steiner
     [not found]     ` <55A6142D.9090508-G0GEQqhI7DhYiKXMg8wJIg@public.gmane.org>
2015-08-06 10:46       ` Frank Steiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=559FDE38.2080808@bio.ifi.lmu.de \
    --to=fsteiner-mail1-g0geqqhi7dhyikxmg8wjig@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).