summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-06-23 09:37:51 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-23 09:37:51 +0200
commit79eaaee50af92d2fd6f6590670787c87b9ce0225 (patch)
tree213330fd0dcf2234c13e1b73df388ca7f5f36c19
parent6513a7a44950ded037e1fb3e974a089b8e5690df (diff)
downloadlvm2-79eaaee50af92d2fd6f6590670787c87b9ce0225.tar.gz
filters: add comments about internal filter position in filter chain
-rw-r--r--lib/commands/toolcontext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c
index 3ee941082..d263e1380 100644
--- a/lib/commands/toolcontext.c
+++ b/lib/commands/toolcontext.c
@@ -1166,7 +1166,7 @@ bad:
* If lvmetad is used, there are three filter chains:
*
* - cmd->lvmetad_filter - the lvmetad filter chain used when scanning devs for lvmetad update:
- * sysfs filter -> global regex filter -> type filter ->
+ * sysfs filter -> internal filter -> global regex filter -> type filter ->
* usable device filter(FILTER_MODE_PRE_LVMETAD) ->
* mpath component filter -> partitioned filter ->
* md component filter -> fw raid filter
@@ -1180,7 +1180,7 @@ bad:
* If lvmetad is not used, there's just one filter chain:
*
* - cmd->filter == cmd->full_filter:
- * persistent filter -> sysfs filter -> global regex filter ->
+ * persistent filter -> sysfs filter -> internal filter -> global regex filter ->
* regex_filter -> type filter -> usable device filter(FILTER_MODE_NO_LVMETAD) ->
* mpath component filter -> partitioned filter -> md component filter -> fw raid filter
*