https://bugzilla.novell.com/show_bug.cgi?id=245660 seife@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pavel@novell.com AssignedTo|seife@novell.com |pavel@novell.com Status|ASSIGNED |NEW ------- Comment #5 from seife@novell.com 2007-02-15 11:51 MST ------- It is even less easy than i thought. Suspend with LVM does not work at all, because the machine hangs after printf("suspend: Snapshotting system\n"); attempts = 2; do { if (set_image_size(snapshot_fd, image_size)) { error = errno; break; } if (!atomic_snapshot(snapshot_fd, &in_suspend)) { here. I think if we stop all threads, the LVM thread ksnapd gets frozen (it gets created in linux/drivers/md/dm-snap.c with ksnapd = create_singlethread_workqueue("ksnapd"); ) and this then deadlocks the rest of the suspend process, but i am not sure. So as it is now, suspend on LVM does not work _at all_, so i can not do anything in userland to fix it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.