* [linux-lvm] lvcreate - race condition creating snapshots
@ 2006-06-10 17:31 Robert Valentan
2006-06-11 7:53 ` Nate Carlson
0 siblings, 1 reply; 2+ messages in thread
From: Robert Valentan @ 2006-06-10 17:31 UTC (permalink / raw)
To: linux-lvm
I think, there is a race condition in lvcreate while
makeing a new snapshot.
System: Tyan with 2 Opteron 246
xen 3.0.2-3
linux 2.6.16.13
lvm 2.02.07
3ware-Raid 9550 Raid5
Under xen i was unable to create a snapshot, I got
always "LV system/snap in use: not deactivating".
Without xen, i got occasionally a snapshot.
After i make a "dirty hack":
------ begin ----------
*** old/lvcreate.c 2006-06-10 19:22:37.000000000 +0200
--- lvcreate.c 2006-06-10 19:23:04.000000000 +0200
***************
*** 776,781 ****
--- 776,787 ----
/* Reset permission after zeroing */
if (!(lp->permission & LVM_WRITE))
lv->status &= ~LVM_WRITE;
+
+ { struct timeval tv ;
+ tv.tv_sec=10;
+ tv.tv_usec=0;
+ select(2, 0, 0, 0, &tv);
+ }
if (!deactivate_lv(cmd, lv)) {
log_err("Couldn't deactivate new snapshot.");
return 0;
------ end ---------
i got always a snapshot (on all 3 systems!). I think, there is an
other thread which is creating the new lv, and it will take longer as
the lvcreate will "think". I have to less knowledge to make a patch,
which is waiting for the correct event (creating lv complete).
--
regards
Robert Valentan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-lvm] lvcreate - race condition creating snapshots
2006-06-10 17:31 [linux-lvm] lvcreate - race condition creating snapshots Robert Valentan
@ 2006-06-11 7:53 ` Nate Carlson
0 siblings, 0 replies; 2+ messages in thread
From: Nate Carlson @ 2006-06-11 7:53 UTC (permalink / raw)
To: LVM general discussion and development
On Sat, 10 Jun 2006, Robert Valentan wrote:
> I think, there is a race condition in lvcreate while makeing a new
> snapshot.
>
> System: Tyan with 2 Opteron 246
> xen 3.0.2-3
> linux 2.6.16.13
> lvm 2.02.07
> 3ware-Raid 9550 Raid5
>
> Under xen i was unable to create a snapshot, I got always "LV
> system/snap in use: not deactivating". Without xen, i got occasionally a
> snapshot.
<..>
> i got always a snapshot (on all 3 systems!). I think, there is an other
> thread which is creating the new lv, and it will take longer as the
> lvcreate will "think". I have to less knowledge to make a patch, which
> is waiting for the correct event (creating lv complete).
Are you running udev, perchance?
Try reading the thread entitled "Problem creating snapshots with 2.6.16.9
and LVM 2.02.06", and refer to the following Debian bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343671
In the bug history, there's debate if it's a problem with LVM or udev,
although your mail seems to indicate LVM. :)
(Note that I've also been having this problem for awhile, and the udev
"hack" seems to resolve it..)
------------------------------------------------------------------------
| nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-11 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10 17:31 [linux-lvm] lvcreate - race condition creating snapshots Robert Valentan
2006-06-11 7:53 ` Nate Carlson
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 NNTP newsgroup(s).