public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: agk@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 lib/config/defaults.h tools/vgcreate.c
Date: Thu, 17 Jan 2008 15:31:00 -0000	[thread overview]
Message-ID: <20080117153119.6074.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-01-17 15:31:18

Modified files:
	lib/config     : defaults.h 
	tools          : vgcreate.c 

Log message:
	fix default extent_size

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/config/defaults.h.diff?cvsroot=lvm2&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgcreate.c.diff?cvsroot=lvm2&r1=1.55&r2=1.56

--- LVM2/lib/config/defaults.h	2008/01/14 21:07:58	1.38
+++ LVM2/lib/config/defaults.h	2008/01/17 15:31:18	1.39
@@ -64,8 +64,7 @@
 #define DEFAULT_PVMETADATACOPIES 1
 #define DEFAULT_LABELSECTOR UINT64_C(1)
 #define DEFAULT_READ_AHEAD "auto"
-#define DEFAULT_PE_SIZE 4096	/* In KB */
-
+#define DEFAULT_EXTENT_SIZE 4096	/* In KB */
 
 #define DEFAULT_MSG_PREFIX "  "
 #define DEFAULT_CMD_NAME 0
--- LVM2/tools/vgcreate.c	2008/01/15 22:56:30	1.55
+++ LVM2/tools/vgcreate.c	2008/01/17 15:31:18	1.56
@@ -34,7 +34,7 @@
 	}
 
 	vp_def.vg_name = NULL;
-	vp_def.extent_size = DEFAULT_PE_SIZE;
+	vp_def.extent_size = DEFAULT_EXTENT_SIZE * 2;
 	vp_def.max_pv = 0;
 	vp_def.max_lv = 0;
 	vp_def.alloc = ALLOC_NORMAL;


                 reply	other threads:[~2008-01-17 15:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080117153119.6074.qmail@sourceware.org \
    --to=agk@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.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).