From: Daniel Sully <daniel@electricrain.com>
To: linux-lvm@sistina.com
Subject: [linux-lvm] lvm snapshot fails
Date: Wed Jan 9 16:42:01 2002 [thread overview]
Message-ID: <20020109224112.GG30764@electricrain.com> (raw)
I'm attempting to create a snapshot volume for a 50GB partition, however
the lvcreate fails with the following error:
$ lvcreate -L1G -s -n wwwsnap /dev/vg00/www
lvcreate -- WARNING: the snapshot will be automatically disabled once it gets full
lvcreate -- INFO: using default snapshot chunk size of 64.00 KB for "/dev/vg00/wwwsnap"
File size limit exceeded
strace shows it's getting a EFBIG error -
open("/dev/sdc1", O_WRONLY) = 4
_llseek(4, 214756169728, [214756169728], SEEK_SET) = 0
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = -1 EFBIG (File too large)
--- SIGXFSZ (File size limit exceeded) ---
+++ killed by SIGXFSZ +++
This is with 2.4.17, patched with 1.0.1 and 1.0.1 userland tools.
Here's my pvscan:
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE PV "/dev/sdc1" of VG "vg00" [457.98 GB / 257.98 GB free]
pvscan -- total: 1 [457.99 GB] / in use: 1 [457.99 GB] / in no VG: 0 [0]
Is there a special 64bit flag I need to set somewhere to allow the
lvmtools to deal with a device that large?
-D
--
When Hell freezes over, I'll snowboard there too.
next reply other threads:[~2002-01-09 16:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-09 16:42 Daniel Sully [this message]
2002-01-09 17:31 ` [linux-lvm] lvm snapshot fails Andreas Dilger
2002-01-09 17:35 ` Daniel Sully
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=20020109224112.GG30764@electricrain.com \
--to=daniel@electricrain.com \
--cc=linux-lvm@sistina.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.