mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-06 17:18:29 +03:00
Running out of filehandles? Close /dev/device-mapper/control then.
This commit is contained in:
parent
841da63e77
commit
b8583f6f9f
@ -307,6 +307,7 @@ int dm_task_run(struct dm_task *dmt)
|
||||
}
|
||||
|
||||
dmt->dmi = dmi;
|
||||
close(fd);
|
||||
return 1;
|
||||
|
||||
bad:
|
||||
|
Loading…
Reference in New Issue
Block a user