projects
/
platform
/
upstream
/
multipath-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c95a20
)
More debugging output for feature changes
author
Hannes Reinecke
<hare@suse.de>
Tue, 3 May 2011 14:13:16 +0000
(16:13 +0200)
committer
Hannes Reinecke
<hare@suse.de>
Tue, 3 May 2011 15:10:52 +0000
(17:10 +0200)
Add some more debugging output to track feature changes.
Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/configure.c
patch
|
blob
|
history
diff --git
a/libmultipath/configure.c
b/libmultipath/configure.c
index 69ef4201b3ae5670e5eafe98eb61e5a7d1c9aae8..ce559e421bc57aeb666a591c0f06b5c369fcfeb0 100644
(file)
--- a/
libmultipath/configure.c
+++ b/
libmultipath/configure.c
@@
-557,10
+557,14
@@
coalesce_paths (struct vectors * vecs, vector newmp, char * refwwid, int force_r
if (mpp->no_path_retry != NO_PATH_RETRY_UNDEF) {
if (mpp->no_path_retry == NO_PATH_RETRY_FAIL) {
+ condlog(3, "%s: unset queue_if_no_path feature",
+ mpp->alias);
if (!dm_queue_if_no_path(mpp->alias, 0))
remove_feature(&mpp->features,
"queue_if_no_path");
} else {
+ condlog(3, "%s: set queue_if_no_path feature",
+ mpp->alias);
if (!dm_queue_if_no_path(mpp->alias, 1))
add_feature(&mpp->features,
"queue_if_no_path");