Bug#487881: export patch from #434241 misses DM_TABLE_STATE

Guido Günther agx at sigxcpu.org
Tue Jun 24 14:21:26 UTC 2008


Package: dmsetup
Version: 2:1.02.25-1
Severity: normal

At least from the mp point of few this makes the patch as useful as not
having it at all. 

This hunk got dropped to the floor:

        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" : "");

...so Debian's dmsetup keeps lacking behind other distros without any
(at least to me) obvious reason.
 -- Guido





More information about the pkg-lvm-maintainers mailing list