* [linux-lvm] memlock_inc increased device open count problem
@ 2011-06-10 3:22 niko
0 siblings, 0 replies; only message in thread
From: niko @ 2011-06-10 3:22 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
Hi,everyone
I'm using mpatocka's patches for shared snapshot on RHEL6.
Problem occurred when creating shared cow storage volume.
the same problem occurred when creating snapshot
I got error message:
Unable to deactivate open vgtest-orig--shared (253:2)
Aborting. Couldn't deactivate snapshot COW area. Manual intervention
required.
Then,I did some digging, in lv_deactivate
@@ -1117,6 +1121,9 @@
stack;
memlock_inc(cmd);
+ if (!lv_info(cmd, lv, 0, &info, 1, 0))
+ goto_out;
+ log_verbose("lv_deactivate: open_count %d", info.open_count);
r = _lv_deactivate(lv);
memlock_dec(cmd);
fs_unlock();
it turns out :
lv_deactivate: open_count 1
before memlock_inc, open_count is 0
I wonder how it changes to 1 ?
--
niko
[-- Attachment #2: Type: text/html, Size: 1060 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-10 3:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 3:22 [linux-lvm] memlock_inc increased device open count problem niko
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).