All of lore.kernel.org
 help / color / mirror / Atom feed
From: prajnoha@sourceware.org <prajnoha@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW lib/config/defaults.h
Date: 2 Aug 2011 10:49:58 -0000	[thread overview]
Message-ID: <20110802104958.29766.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha at sourceware.org	2011-08-02 10:49:57

Modified files:
	.              : WHATS_NEW 
	lib/config     : defaults.h 

Log message:
	Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used even without any config.
	
	This should be set by default! Normally we have "activation/udev_sync = 1"
	in lvm.conf (example.conf.in). But if we use lvm2 without any config file
	(or without a definition within '--config' option) the DEFAULT_UDEV_SYNC
	is used instead. Together with verify_udev_operations=0 (when we rely on
	udev fully), this can cause races as the node could be missing when needed.
	
	(See also https://bugzilla.redhat.com/show_bug.cgi?id=723144)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2044&r2=1.2045
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/config/defaults.h.diff?cvsroot=lvm2&r1=1.78&r2=1.79

--- LVM2/WHATS_NEW	2011/07/28 12:57:26	1.2044
+++ LVM2/WHATS_NEW	2011/08/02 10:49:57	1.2045
@@ -1,5 +1,6 @@
 Version 2.02.87 - 
 ===============================
+  Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used even without any config.
   Add systemd unit file to provide lvm2 monitoring.
   Compare also file size to detect changed config file.
 
--- LVM2/lib/config/defaults.h	2011/07/01 14:09:20	1.78
+++ LVM2/lib/config/defaults.h	2011/08/02 10:49:57	1.79
@@ -77,7 +77,7 @@
 #define DEFAULT_LABELSECTOR UINT64_C(1)
 #define DEFAULT_READ_AHEAD "auto"
 #define DEFAULT_UDEV_RULES 1
-#define DEFAULT_UDEV_SYNC 0
+#define DEFAULT_UDEV_SYNC 1
 #define DEFAULT_VERIFY_UDEV_OPERATIONS 0
 #define DEFAULT_ACTIVATION_CHECKS 0
 #define DEFAULT_EXTENT_SIZE 4096	/* In KB */



             reply	other threads:[~2011-08-02 10:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02 10:49 prajnoha [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-25 11:32 LVM2 ./WHATS_NEW lib/config/defaults.h zkabelac
2008-01-10 19:25 agk
2008-01-10 21:48 ` Jun'ichi Nomura

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=20110802104958.29766.qmail@sourceware.org \
    --to=prajnoha@sourceware.org \
    --cc=lvm-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.