Hi,
any reason why you dropped the table state part of the patch? A slightly
more informative changelog entry would have helped a lot. This part:

        if (!info.live_table && !info.inactive_table)
+               printf("DM_TABLE_STATE=NONE\n");
+       else
+               printf("DM_TABLE_STATE=%s%s%s\n",
+                      info.live_table ? "LIVE" : "",
+                      info.live_table && info.inactive_table ? "/" : "",
+                      info.inactive_table ? "INACTIVE" : "");
+

is still needed by multipath-tools.
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to