All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Herbszt <herbszt@gmx.de>
To: device-mapper development <dm-devel@redhat.com>
Cc: Sebastian Herbszt <herbszt@gmx.de>,
	Christophe Varoqui <christophe.varoqui@gmail.com>
Subject: Re: [PATCH 03/10] multipathd: use /run instead of /var/run
Date: Wed, 3 Jun 2015 23:38:32 +0200	[thread overview]
Message-ID: <20150603233832.00002732@localhost> (raw)
In-Reply-To: <1431731653-3892-4-git-send-email-bmarzins@redhat.com>

Benjamin Marzinski wrote:
> /var/run is usually a symlink to /run.  If /var is on a separate
> filesytem, when multipathd starts up, it might end up writing to
> /var/run before the /var filesytem is mounted and thus not have
> its pidfile accessible at /var/run afterwards.  /run is a tmpfs and
> should always be available before multipathd is started, so
> multipath should just write there directly, instead of through the
> symlink.

My older openSUSE doesn't have a /run directory.
Should this maybe depend on systemd or something else?

Sebastian

  reply	other threads:[~2015-06-03 21:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-15 23:14 [PATCH 00/10] Multipath path resync Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 01/10] libmultipath: Add prioritizer context data Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 02/10] fix memory leaks on realloc failures Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 03/10] multipathd: use /run instead of /var/run Benjamin Marzinski
2015-06-03 21:38   ` Sebastian Herbszt [this message]
2015-05-15 23:14 ` [PATCH 04/10] retrigger uevents to try and get the uid through udev Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 05/10] update multipath rules to deal with partition devices Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 06/10] change order of multipath.rules Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 07/10] make kpartx -d remove all partitions Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 08/10] Fix issues with user_friendly_names initramfs bindings Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 09/10] Make multipath deactivate devices before iscsi shutdown Benjamin Marzinski
2015-05-15 23:14 ` [PATCH 10/10] resize reply buffer for mutipathd help message Benjamin Marzinski

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=20150603233832.00002732@localhost \
    --to=herbszt@gmx.de \
    --cc=christophe.varoqui@gmail.com \
    --cc=dm-devel@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.