Bug#434241: Why did you drop the table state from the export patch?

Guido Günther agx at sigxcpu.org
Thu Jun 19 10:20:24 UTC 2008


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





More information about the pkg-lvm-maintainers mailing list