Your message dated Tue, 24 Jun 2008 22:41:49 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#487881: export patch from #434241 misses DM_TABLE_STATE
has caused the Debian Bug report #487881,
regarding export patch from #434241 misses DM_TABLE_STATE
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
487881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487881
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
On Tue, Jun 24, 2008 at 04:21:26PM +0200, Guido Günther wrote:
> At least from the mp point of few this makes the patch as useful as not
> having it at all. 

Well, then lets drop it again.

> This hunk got dropped to the floor:

No, it does not:
| +       if (info.live_table)
| +               printf("DM_TABLE_LIVE=1\n");
| +       if (info.inactive_table)
| +               printf("DM_TABLE_INACTIVE=1\n");

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

The information is exported.

Bastian

-- 
Virtue is a relative term.
                -- Spock, "Friday's Child", stardate 3499.1


--- End Message ---

Reply via email to