1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/daemons
Zdenek Kabelac 13fe333b54 clvmd: fix parsing of -d argument
clvmd -d option parsing was not working properly.

clvmd -d 2   (with space) has been ignored because of
'::' used in getopt string, and as failsafe it's been used '1'.

Later this debug_arg has been ignored and debug_opt was used
instead which happend to have value '1'.

Submitted-by: Robert Milasan <rmilasan at suse.com>
Reported-by: Robert Milasan  <rmilasan at suse.com>
2012-10-19 15:35:56 +02:00
..
clvmd clvmd: fix parsing of -d argument 2012-10-19 15:35:56 +02:00
cmirrord cmirrord: check for result of chdir 2012-08-23 14:37:20 +02:00
dmeventd thin: add support to unmount volumes 2012-10-14 23:19:20 +02:00
lvmetad lvmetad: rename DEBUG() to DEBUGLOG() 2012-10-15 14:20:11 +01:00
Makefile.in Reflect new file locations, include file updates etc. 2012-02-28 18:35:04 +00:00